From 738e0a44b28a8fbb0dee69e5c630a2a28bd2549e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 30 Jul 2014 16:06:21 +0100 Subject: [PATCH] add gettingstarted back to docs index (removed by mistake) --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.rst b/docs/index.rst index cb7141f9a4..0ce7b02fab 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,6 +8,7 @@ It supports Django 1.6.2+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4. Django 1.7 suppo .. toctree:: :maxdepth: 3 + gettingstarted core_components/index contrib_components/index howto/index