summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/tutorial/index.rst
diff options
context:
space:
mode:
authorJoël Cox <joel@joelcox.nl>2011-10-10 20:24:46 +0200
committerJoël Cox <joel@joelcox.nl>2011-10-10 20:24:46 +0200
commitc2b48812b1e1c3457ddaffb2fbbfcccb45554694 (patch)
tree643077cb064470455bc1dba546ec5261732f7ee0 /user_guide_src/source/tutorial/index.rst
parent3bf17fb1423283d79a81b6ec3ca6134566b28475 (diff)
Fixed markup glitches from HTML to RST parser.
Diffstat (limited to 'user_guide_src/source/tutorial/index.rst')
-rw-r--r--user_guide_src/source/tutorial/index.rst16
1 files changed, 14 insertions, 2 deletions
diff --git a/user_guide_src/source/tutorial/index.rst b/user_guide_src/source/tutorial/index.rst
index a0ed53c85..eb6f11e34 100644
--- a/user_guide_src/source/tutorial/index.rst
+++ b/user_guide_src/source/tutorial/index.rst
@@ -1,5 +1,6 @@
-Tutorial − Introduction
-=======================
+########
+Tutorial
+########
This tutorial is intended to introduce you to the CodeIgniter framework
and the basic principles of MVC architecture. It will show you how a
@@ -33,3 +34,14 @@ through the following pages:
further reading and other resources.
Enjoy your exploration of the CodeIgniter framework.
+
+.. toctree::
+ :glob:
+ :hidden:
+ :titlesonly:
+
+ index
+ static_pages
+ news_section
+ create_news_items
+ conclusion \ No newline at end of file