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 09:26:07 +0100
commit00b436adf46a332bf73d49e0a96fdf57f0cb499e (patch)
tree4763593dc9a3ee441c260203506113be4b6beb9f
parent222b56474dd99a460d37ccffa79a71ecec5e28fb (diff)
[3.0.x] Refs #30780 -- Moved "First steps" section to the top of index page.
Backport of c07b4bce2c1d05308144aec86422d4cd2b45d818 from master
-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
===============