From d7cac3dd7336bf237e67f496b7e4447f33195e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 14 Oct 2014 14:50:17 +0200 Subject: [PATCH] create manual and routing page --- source/development/index.rst | 1 + source/development/manual/index.rst | 17 +++++++++++++++++ source/development/manual/routing-and-menus.rst | 10 ++++++++++ 3 files changed, 28 insertions(+) create mode 100644 source/development/manual/index.rst create mode 100644 source/development/manual/routing-and-menus.rst 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 +*****************