index.rst
58 lines
| 901 B
| text/x-rst
|
RstLexer
/ docs / index.rst
r568 | .. _index: | ||
r796 | .. include:: ./../README.rst | ||
r676 | |||
r568 | Documentation | ||
r572 | ------------- | ||
r568 | |||
**Installation:** | |||
.. toctree:: | |||
:maxdepth: 1 | |||
installation | |||
r744 | setup | ||
r642 | upgrade | ||
r811 | |||
**Usage** | |||
.. toctree:: | |||
:maxdepth: 1 | |||
r1025 | usage/general | ||
usage/enable_git | |||
usage/statistics | |||
r1104 | usage/backup | ||
r1123 | usage/api_key_access | ||
r811 | |||
**Develop** | |||
.. toctree:: | |||
:maxdepth: 1 | |||
contributing | |||
r585 | changelog | ||
r568 | |||
r811 | **API** | ||
.. toctree:: | |||
:maxdepth: 2 | |||
api/index | |||
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 |