diff options
author | David Wosnitza <david@druul.in> | 2014-12-14 07:25:01 +0100 |
---|---|---|
committer | David Wosnitza <david@druul.in> | 2014-12-14 07:25:01 +0100 |
commit | ce899c93d9ed60e004817b3ac485139d4ea0080b (patch) | |
tree | 54c3212bb7571cbaa3ec3096a564645e615eb827 /user_guide_src/source/index.rst | |
parent | 593be2ceca9fc7c324dc87fbba6b4dd2b0e05867 (diff) |
rebuild and optimized toctrees
Signed-off-by: David Wosnitza <david@druul.in>
Diffstat (limited to 'user_guide_src/source/index.rst')
-rw-r--r-- | user_guide_src/source/index.rst | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/user_guide_src/source/index.rst b/user_guide_src/source/index.rst index d8f60e360..8d8aa9438 100644 --- a/user_guide_src/source/index.rst +++ b/user_guide_src/source/index.rst @@ -13,7 +13,10 @@ CodeIgniter User Guide Welcome ******* -- :doc:`general/welcome` +.. toctree:: + :titlesonly: + + general/welcome ********** Basic Info @@ -25,32 +28,31 @@ Basic Info ************ Installation ************ +.. toctree:: + :includehidden: + :maxdepth: 2 + :titlesonly: -- :doc:`installation/downloads` -- :doc:`installation/index` -- :doc:`installation/upgrading` -- :doc:`installation/troubleshooting` + installation/index ************ Introduction ************ -- :doc:`overview/getting_started` -- :doc:`overview/at_a_glance` -- :doc:`overview/features` -- :doc:`overview/appflow` -- :doc:`overview/mvc` -- :doc:`overview/goals` +.. toctree:: + :titlesonly: + + overview/index ******** Tutorial ******** -- :doc:`tutorial/index` -- :doc:`tutorial/static_pages` -- :doc:`tutorial/news_section` -- :doc:`tutorial/create_news_items` -- :doc:`tutorial/conclusion` +.. toctree:: + :includehidden: + :titlesonly: + + tutorial/index ************** General Topics @@ -59,7 +61,7 @@ General Topics .. toctree:: :glob: :titlesonly: - + general/index ***************** @@ -69,7 +71,7 @@ Library Reference .. toctree:: :glob: :titlesonly: - + libraries/index ****************** @@ -79,7 +81,7 @@ Database Reference .. toctree:: :glob: :titlesonly: - + database/index **************** @@ -89,7 +91,7 @@ Helper Reference .. toctree:: :glob: :titlesonly: - + helpers/index *************************** @@ -99,16 +101,14 @@ Contributing to CodeIgniter .. toctree:: :glob: :titlesonly: - + contributing/index - documentation/index - DCO .. toctree:: :glob: :titlesonly: :hidden: - + * overview/index general/requirements |