Improvements to documentation

Move files in the index to their own TOC. This also enables in the individual
chapters the 'next' and 'previous' links.
This commit is contained in:
Roland Geider
2015-02-13 09:08:32 +01:00
parent c2e8ebddaf
commit 3ea2489ada
6 changed files with 23 additions and 12 deletions

View File

@@ -1,3 +1,5 @@
.. _development:
Development
===========

View File

@@ -1,3 +1,5 @@
.. _gym:
Gym admnistration
=================

View File

@@ -1,8 +1,9 @@
.. _i18n:
Internationalization (i18n)
===========================
Updating the translation files
------------------------------

View File

@@ -21,23 +21,24 @@ This documentation is intended for developers and administrators of the software
Installation and development
----------------------------
.. toctree::
:maxdepth: 2
* :doc:`install`
development
install
commands
i18n
* :doc:`commands`
* :doc:`i18n`
* :doc:`settings`
* :doc:`development`
Administration guide
--------------------
* :doc:`gym`
.. toctree::
:maxdepth: 2
settings
gym
Contact
-------
@@ -81,5 +82,5 @@ Indices and tables
* :ref:`genindex`
* :ref:`search`
.. * :ref:`modindex`
* :ref:`modindex`

View File

@@ -1,5 +1,7 @@
Installation
============
.. _install:
Installation (production)
=========================
This file gives a broad description of the necessary steps to install wger on a
production environment with apache as a webserver. Since this is a regular
@@ -127,6 +129,7 @@ Edit your ``settings.py`` file and set the database, ``SITE_URL``,
Run the installation scritpt, this will load all initial data (exit after it
is done and tries to start a web browser)::
python start.py

View File

@@ -1,3 +1,5 @@
.. _settings:
Settings
========