index.rst
63 lines
| 983 B
| text/x-rst
|
RstLexer
/ docs / index.rst
r568 | .. _index: | ||
r796 | .. include:: ./../README.rst | ||
r676 | |||
r1839 | Users Guide | ||
----------- | |||
r568 | |||
**Installation:** | |||
.. toctree:: | |||
:maxdepth: 1 | |||
installation | |||
r744 | setup | ||
r642 | upgrade | ||
r811 | |||
**Usage** | |||
.. toctree:: | |||
:maxdepth: 1 | |||
r1025 | usage/general | ||
r2023 | usage/git_support | ||
r2517 | usage/performance | ||
r2726 | usage/locking | ||
r1025 | usage/statistics | ||
r1104 | usage/backup | ||
r3073 | usage/subrepos | ||
r2119 | usage/debugging | ||
r2601 | usage/troubleshooting | ||
r2119 | |||
r811 | **Develop** | ||
.. toctree:: | |||
:maxdepth: 1 | |||
contributing | |||
r585 | changelog | ||
r568 | |||
r811 | **API** | ||
.. toctree:: | |||
r1839 | :maxdepth: 1 | ||
r811 | |||
r2022 | api/api | ||
api/models | |||
r811 | |||
r568 | Other topics | ||
r572 | ------------ | ||
r568 | |||
* :ref:`genindex` | |||
* :ref:`search` | |||
r572 | .. _virtualenv: http://pypi.python.org/pypi/virtualenv | ||
r568 | .. _python: http://www.python.org/ | ||
.. _django: http://www.djangoproject.com/ | |||
.. _mercurial: http://mercurial.selenic.com/ | |||
r1123 | .. _bitbucket: http://bitbucket.org/ | ||
r568 | .. _subversion: http://subversion.tigris.org/ | ||
r572 | .. _git: http://git-scm.com/ | ||
.. _celery: http://celeryproject.org/ | |||
.. _Sphinx: http://sphinx.pocoo.org/ | |||
r1123 | .. _vcs: http://pypi.python.org/pypi/vcs |