summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBibhas <iambibhas@gmail.com>2015-01-03 15:11:42 +0530
committerTim Graham <timograham@gmail.com>2015-01-03 08:48:59 -0500
commit5f8761c6396f0d27b8948f55700ec176fedbf5d5 (patch)
treeac77b725da45d741646e61e22b605e591d8d4ad6 /docs
parentf7ec788bf5b5e14068c1be8e6b9dc006152ba8af (diff)
[1.7.x] Fixed #24070 -- Added tutorial topics to doc index.
Backport of b738178825ec9378198d77ac69699513774f0884 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 959b655cd4..f0744d2b26 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -41,12 +41,12 @@ Are you new to Django or to programming? This is the place to start!
:doc:`Installation <intro/install>`
* **Tutorial:**
- :doc:`Part 1 <intro/tutorial01>` |
- :doc:`Part 2 <intro/tutorial02>` |
- :doc:`Part 3 <intro/tutorial03>` |
- :doc:`Part 4 <intro/tutorial04>` |
- :doc:`Part 5 <intro/tutorial05>` |
- :doc:`Part 6 <intro/tutorial06>`
+ :doc:`Part 1: Models <intro/tutorial01>` |
+ :doc:`Part 2: The admin site <intro/tutorial02>` |
+ :doc:`Part 3: Views and templates <intro/tutorial03>` |
+ :doc:`Part 4: Forms and generic views <intro/tutorial04>` |
+ :doc:`Part 5: Testing <intro/tutorial05>` |
+ :doc:`Part 6: Static files <intro/tutorial06>`
* **Advanced Tutorials:**
:doc:`How to write reusable apps <intro/reusable-apps>` |