[doc] put the tutorials between the intro and the `Repository development` toc of the book
authorDavid Douard <david.douard@logilab.fr>
Fri, 03 Jul 2015 11:37:58 +0200
changeset 10500 d1164ba9ac23
parent 10499 d0907690af55
child 10501 1031d4a17a69
[doc] put the tutorials between the intro and the `Repository development` toc of the book Related to #4832808
doc/index.rst
doc/tutorials/index.rst
--- a/doc/index.rst	Fri Jul 03 14:07:53 2015 +0200
+++ b/doc/index.rst	Fri Jul 03 11:37:58 2015 +0200
@@ -64,6 +64,11 @@
    book/intro/index
 
 .. toctree::
+   :maxdepth: 2
+
+   tutorials/index
+   
+.. toctree::
    :maxdepth: 3
 
    book/devrepo/index
@@ -77,26 +82,6 @@
    book/annexes/index
 
 
-Tutorial
-~~~~~~~~
-
-We present two tutorials of different levels. The blog building
-tutorial introduces one smoothly to the basic concepts.
-
-Then there is a photo gallery construction tutorial which highlights
-more advanced concepts such as unit tests, security settings,
-migration scripts.
-
-.. toctree::
-   :maxdepth: 1
-   :numbered:
-
-   tutorials/base/index
-   tutorials/advanced/index
-   tutorials/tools/windmill.rst
-   tutorials/textreports/index
-   tutorials/dataimport/index
-
 
 Changes
 ~~~~~~~
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/tutorials/index.rst	Fri Jul 03 11:37:58 2015 +0200
@@ -0,0 +1,18 @@
+Tutorials
+~~~~~~~~~
+
+We present a few tutorials of different levels. The blog building
+tutorial introduces one smoothly to the basic concepts.
+
+Then there is a photo gallery construction tutorial which highlights
+more advanced concepts such as unit tests, security settings,
+migration scripts.
+
+.. toctree::
+   :maxdepth: 1
+
+   base/index
+   advanced/index
+   tools/windmill.rst
+   textreports/index
+   dataimport/index