From 5f8761c6396f0d27b8948f55700ec176fedbf5d5 Mon Sep 17 00:00:00 2001 From: Bibhas Date: Sat, 3 Jan 2015 15:11:42 +0530 Subject: [PATCH] [1.7.x] Fixed #24070 -- Added tutorial topics to doc index. Backport of b738178825ec9378198d77ac69699513774f0884 from master --- docs/index.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index 959b655cd45..f0744d2b265 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 ` |