From b738178825ec9378198d77ac69699513774f0884 Mon Sep 17 00:00:00 2001 From: Bibhas Date: Sat, 3 Jan 2015 15:11:42 +0530 Subject: [PATCH] Fixed #24070 -- Added tutorial topics to doc index. --- docs/index.txt | 12 ++++++------ 1 file 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 ` * **Tutorial:** - :doc:`Part 1 ` | - :doc:`Part 2 ` | - :doc:`Part 3 ` | - :doc:`Part 4 ` | - :doc:`Part 5 ` | - :doc:`Part 6 ` + :doc:`Part 1: Models ` | + :doc:`Part 2: The admin site ` | + :doc:`Part 3: Views and templates ` | + :doc:`Part 4: Forms and generic views ` | + :doc:`Part 5: Testing ` | + :doc:`Part 6: Static files ` * **Advanced Tutorials:** :doc:`How to write reusable apps ` |