فهرست منبع

Refs #30780 -- Moved "First steps" section to the top of index page.

Gabriel Augendre 5 سال پیش
والد
کامیت
c07b4bce2c
1فایلهای تغییر یافته به همراه24 افزوده شده و 24 حذف شده
  1. 24 24
      docs/index.txt

+ 24 - 24
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 <intro/overview>` |
+  :doc:`Installation <intro/install>`
+
+* **Tutorial:**
+  :doc:`Part 1: Requests and responses <intro/tutorial01>` |
+  :doc:`Part 2: Models and 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>` |
+  :doc:`Part 7: Customizing the admin site <intro/tutorial07>`
+
+* **Advanced Tutorials:**
+  :doc:`How to write reusable apps <intro/reusable-apps>` |
+  :doc:`Writing your first patch for Django <intro/contributing>`
+
 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 <intro/overview>` |
-  :doc:`Installation <intro/install>`
-
-* **Tutorial:**
-  :doc:`Part 1: Requests and responses <intro/tutorial01>` |
-  :doc:`Part 2: Models and 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>` |
-  :doc:`Part 7: Customizing the admin site <intro/tutorial07>`
-
-* **Advanced Tutorials:**
-  :doc:`How to write reusable apps <intro/reusable-apps>` |
-  :doc:`Writing your first patch for Django <intro/contributing>`
-
 The model layer
 ===============