From ea56ff5a0888d21a45a334393de0f96663b19d9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 10 Oct 2014 23:16:19 +0200 Subject: [PATCH] correct hierarchy --- source/development/index.rst | 8 ++++++++ source/index.rst | 4 +--- source/index.rst~ | 26 -------------------------- source/installation/installation.rst~ | 13 ------------- 4 files changed, 9 insertions(+), 42 deletions(-) delete mode 100644 source/index.rst~ delete mode 100644 source/installation/installation.rst~ diff --git a/source/development/index.rst b/source/development/index.rst index c1ee46d17..0fd23ffc3 100644 --- a/source/development/index.rst +++ b/source/development/index.rst @@ -8,3 +8,11 @@ Development ########### + +.. toctree:: + :maxdepth: 2 + + Install Chill for development + Instructions to create a new bundle + Bundles and tests + diff --git a/source/index.rst b/source/index.rst index 680329685..c4ca65b25 100644 --- a/source/index.rst +++ b/source/index.rst @@ -25,9 +25,7 @@ Contents of this documentation: installation/installation.rst development/index.rst - development/installation.rst - development/create-a-new-bundle.rst - development/make-test-working.rst + Contribute ========== diff --git a/source/index.rst~ b/source/index.rst~ deleted file mode 100644 index 24c416d03..000000000 --- a/source/index.rst~ +++ /dev/null @@ -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` - diff --git a/source/installation/installation.rst~ b/source/installation/installation.rst~ deleted file mode 100644 index 924ec955f..000000000 --- a/source/installation/installation.rst~ +++ /dev/null @@ -1,13 +0,0 @@ - - -Installation -============= - -Chill is installed with composer. - -Install composer on your system : - -:: - - curl -sS https://getcomposer.org/installer | php -