diff options
author | Master Yoda <jim_parry@bcit.ca> | 2015-10-02 15:47:30 +0200 |
---|---|---|
committer | Master Yoda <jim_parry@bcit.ca> | 2015-10-02 15:47:30 +0200 |
commit | 93e8513136b76fd848221fba275fa43b63b3dce7 (patch) | |
tree | 9b7d597da8ad7479cad964289279703f7ba6285b /user_guide_src | |
parent | eb7fe6ff9f2de95dabdc9a2a6b39f34e95b40b74 (diff) |
Rearrange the TOC slightly, to support consistency between the side menu and the sphonx toctree-derived pulldown menu.
Signed-off-by:Master Yoda <jim_parry@bcit.ca>
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/index.rst | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/user_guide_src/source/index.rst b/user_guide_src/source/index.rst index 8d8aa9438..a13ec983e 100644 --- a/user_guide_src/source/index.rst +++ b/user_guide_src/source/index.rst @@ -54,6 +54,16 @@ Tutorial tutorial/index +*************************** +Contributing to CodeIgniter +*************************** + +.. toctree:: + :glob: + :titlesonly: + + contributing/index + ************** General Topics ************** @@ -94,16 +104,6 @@ Helper Reference helpers/index -*************************** -Contributing to CodeIgniter -*************************** - -.. toctree:: - :glob: - :titlesonly: - - contributing/index - .. toctree:: :glob: :titlesonly: |