summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Augendre <gabriel@augendre.info>2019-12-30 19:11:41 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-12-31 08:14:45 +0100
commitc07b4bce2c1d05308144aec86422d4cd2b45d818 (patch)
treec5824f2aead04bbaf42ea2cc37500fb780dcff3a
parentb2bd08bb7a912a1504f5fb5018f5317e6b5423cd (diff)
downloaddjango-c07b4bce2c1d05308144aec86422d4cd2b45d818.tar.gz
Refs #30780 -- Moved "First steps" section to the top of index page.
-rw-r--r--docs/index.txt48
1 files 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 <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
===============