mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
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:
@@ -1,3 +1,5 @@
|
||||
.. _development:
|
||||
|
||||
Development
|
||||
===========
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.. _gym:
|
||||
|
||||
Gym admnistration
|
||||
=================
|
||||
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
.. _i18n:
|
||||
|
||||
Internationalization (i18n)
|
||||
===========================
|
||||
|
||||
|
||||
|
||||
Updating the translation files
|
||||
------------------------------
|
||||
|
||||
|
||||
@@ -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`
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
.. _settings:
|
||||
|
||||
Settings
|
||||
========
|
||||
|
||||
|
||||
Reference in New Issue
Block a user