view docs/index.rst @ 4753:30a1b3fdd713

db: add indices where queries takes more than 100 ms CREATE INDEX cc_pull_request_id_idx ON changeset_comments USING btree (pull_request_id); CREATE INDEX cs_changeset_comment_id_idx ON changeset_statuses USING btree (changeset_comment_id); CREATE INDEX cs_pull_request_id_idx ON changeset_statuses USING btree (pull_request_id); CREATE INDEX pr_org_repo_id_idx ON pull_requests USING btree (org_repo_id); CREATE INDEX pr_other_repo_id_idx ON pull_requests USING btree (other_repo_id);
author Mads Kiilerich <madski@unity3d.com>
date Tue, 06 Jan 2015 00:54:36 +0100
parents e69d34136be5
children d95ea48af67b
line wrap: on
line source

.. _index:

.. include:: ./../README.rst

Users Guide
-----------

**Installation:**

.. toctree::
   :maxdepth: 1

   installation
   installation_win
   installation_iis
   setup
   upgrade

**Usage**

.. toctree::
   :maxdepth: 1

   usage/general
   usage/git_support
   usage/performance
   usage/locking
   usage/statistics
   usage/backup
   usage/subrepos
   usage/debugging
   usage/troubleshooting

**Develop**

.. toctree::
   :maxdepth: 1

   contributing
   changelog

**API**

.. toctree::
   :maxdepth: 1

   api/api
   api/models


Other topics
------------

* :ref:`genindex`
* :ref:`search`

.. _virtualenv: http://pypi.python.org/pypi/virtualenv
.. _python: http://www.python.org/
.. _django: http://www.djangoproject.com/
.. _mercurial: http://mercurial.selenic.com/
.. _bitbucket: http://bitbucket.org/
.. _subversion: http://subversion.tigris.org/
.. _git: http://git-scm.com/
.. _celery: http://celeryproject.org/
.. _Sphinx: http://sphinx.pocoo.org/
.. _vcs: http://pypi.python.org/pypi/vcs