diff --git a/source/development/index.rst b/source/development/index.rst index e61eb086e..db2afa25f 100644 --- a/source/development/index.rst +++ b/source/development/index.rst @@ -17,6 +17,7 @@ As Chill rely on the `symfony `_ framework, reading the fram Install Chill for development Instructions to create a new bundle Bundles and tests + manual/index.rst Help, I am lost ! diff --git a/source/development/manual/index.rst b/source/development/manual/index.rst new file mode 100644 index 000000000..d93fa3a7e --- /dev/null +++ b/source/development/manual/index.rst @@ -0,0 +1,17 @@ +.. Copyright (C) 2014 Champs Libres Cooperative SCRLFS + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + +Developer manual +***************** + +.. toctree:: + :maxdepth: 2 + + routing-and-menus.rst + + diff --git a/source/development/manual/routing-and-menus.rst b/source/development/manual/routing-and-menus.rst new file mode 100644 index 000000000..6bbf3bc5c --- /dev/null +++ b/source/development/manual/routing-and-menus.rst @@ -0,0 +1,10 @@ +.. Copyright (C) 2014 Champs Libres Cooperative SCRLFS + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.3 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. + A copy of the license is included in the section entitled "GNU + Free Documentation License". + +Routing and menus +*****************