diff --git a/docs/getting_started/index.rst b/docs/getting_started/index.rst new file mode 100644 index 000000000..c614276e8 --- /dev/null +++ b/docs/getting_started/index.rst @@ -0,0 +1,9 @@ +Getting started +=============== + + +.. toctree:: + :maxdepth: 2 + + installation + creating_your_project 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