# HG changeset patch # User David Douard # Date 1435916278 -7200 # Node ID d1164ba9ac2396ece10f69d6a99a4e601c455e59 # Parent d0907690af55bf77d8755587c7f0dc298813c7bf [doc] put the tutorials between the intro and the `Repository development` toc of the book Related to #4832808 diff -r d0907690af55 -r d1164ba9ac23 doc/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 ~~~~~~~ diff -r d0907690af55 -r d1164ba9ac23 doc/tutorials/index.rst --- /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