From fa6cf7bcb95a5f60381fc25df1c7ad3e2bc0e0ba Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 11 Sep 2014 16:01:22 +0100 Subject: [PATCH 1/2] Move getting_started page to an 'installation' page within a Getting Started section --- docs/getting_started/index.rst | 8 ++++++++ .../installation.rst} | 8 +++----- docs/index.rst | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 docs/getting_started/index.rst rename docs/{getting_started.rst => getting_started/installation.rst} (99%) diff --git a/docs/getting_started/index.rst b/docs/getting_started/index.rst new file mode 100644 index 000000000..01b6325c4 --- /dev/null +++ b/docs/getting_started/index.rst @@ -0,0 +1,8 @@ +Getting started +=============== + + +.. toctree:: + :maxdepth: 2 + + installation diff --git a/docs/getting_started.rst b/docs/getting_started/installation.rst similarity index 99% rename from docs/getting_started.rst rename to docs/getting_started/installation.rst index dfd9b0fe4..ad161b022 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started/installation.rst @@ -1,8 +1,6 @@ -.. _getting_started: - -=============== -Getting started -=============== +============ +Installation +============ Before you start ================ diff --git a/docs/index.rst b/docs/index.rst index 5b70ff678..7c56fc827 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ It supports Django 1.6.2+ and 1.7rc3+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4. .. toctree:: :maxdepth: 3 - getting_started + getting_started/index core_components/index contrib_components/index howto/index From 5c24a92598d5546a9f436667e6762a3624da7a25 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 11 Sep 2014 16:13:43 +0100 Subject: [PATCH 2/2] Incorporate the 'creating your project' docs from #512 --- docs/getting_started/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting_started/index.rst b/docs/getting_started/index.rst index 01b6325c4..c614276e8 100644 --- a/docs/getting_started/index.rst +++ b/docs/getting_started/index.rst @@ -6,3 +6,4 @@ Getting started :maxdepth: 2 installation + creating_your_project