correct hierarchy

This commit is contained in:
Julien Fastré 2014-10-10 23:16:19 +02:00
parent a0a6657d18
commit ea56ff5a08
4 changed files with 9 additions and 42 deletions

View File

@ -8,3 +8,11 @@
Development Development
########### ###########
.. toctree::
:maxdepth: 2
Install Chill for development <installation.rst>
Instructions to create a new bundle <create-a-new-bundle.rst>
Bundles and tests <make-test-working.rst>

View File

@ -25,9 +25,7 @@ Contents of this documentation:
installation/installation.rst installation/installation.rst
development/index.rst development/index.rst
development/installation.rst
development/create-a-new-bundle.rst
development/make-test-working.rst
Contribute Contribute
========== ==========

View File

@ -1,26 +0,0 @@
.. chill-doc documentation master file, created by
sphinx-quickstart on Sun Sep 28 22:04:08 2014.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Chill documentation!
=====================================
Chill is a free software for social workers.
Contents of this documentation:
.. toctree::
:maxdepth: 2
installation/installation.rst
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

View File

@ -1,13 +0,0 @@
Installation
=============
Chill is installed with composer.
Install composer on your system :
::
curl -sS https://getcomposer.org/installer | php