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:31 -0500
commitb738178825ec9378198d77ac69699513774f0884 (patch)
treea70fb63216cc6c9fc2730dbb9d31aa08515bd3b8 /docs
parent83dd70b927f962976737f9ba7d616fbcf3000059 (diff)
Fixed #24070 -- Added tutorial topics to doc index.
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 7aa9dc5864..632a7b7553 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>` |