From c07b4bce2c1d05308144aec86422d4cd2b45d818 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 30 Dec 2019 19:11:41 +0100 Subject: [PATCH] Refs #30780 -- Moved "First steps" section to the top of index page. --- docs/index.txt | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/index.txt b/docs/index.txt index d8ef87f777..13d93f78c1 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -4,6 +4,30 @@ Django documentation .. rubric:: Everything you need to know about Django. +.. _index-first-steps: + +First steps +=========== + +Are you new to Django or to programming? This is the place to start! + +* **From scratch:** + :doc:`Overview ` | + :doc:`Installation ` + +* **Tutorial:** + :doc:`Part 1: Requests and responses ` | + :doc:`Part 2: Models and 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 ` | + :doc:`Part 7: Customizing the admin site ` + +* **Advanced Tutorials:** + :doc:`How to write reusable apps ` | + :doc:`Writing your first patch for Django ` + Getting help ============ @@ -47,30 +71,6 @@ will help you know where to look for certain things: steps involved in addressing key problems and use-cases. They are more advanced than tutorials and assume some knowledge of how Django works. -.. _index-first-steps: - -First steps -=========== - -Are you new to Django or to programming? This is the place to start! - -* **From scratch:** - :doc:`Overview ` | - :doc:`Installation ` - -* **Tutorial:** - :doc:`Part 1: Requests and responses ` | - :doc:`Part 2: Models and 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 ` | - :doc:`Part 7: Customizing the admin site ` - -* **Advanced Tutorials:** - :doc:`How to write reusable apps ` | - :doc:`Writing your first patch for Django ` - The model layer ===============