From 1378cf715b8d75b1773924f0b18736cbf85f6401 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 23 Jul 2014 10:26:53 +0100 Subject: [PATCH] Moved editing_api into pages docs --- docs/index.rst | 1 - docs/{ => pages}/editing_api.rst | 0 docs/pages/index.rst | 1 + 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/{ => pages}/editing_api.rst (100%) diff --git a/docs/index.rst b/docs/index.rst index 50368f8d8..94771e6c6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,6 @@ It supports Django 1.6.2+ on Python 2.6, 2.7, 3.2, 3.3 and 3.4. Django 1.7 suppo gettingstarted settings pages/index - editing_api snippets search/index form_builder diff --git a/docs/editing_api.rst b/docs/pages/editing_api.rst similarity index 100% rename from docs/editing_api.rst rename to docs/pages/editing_api.rst diff --git a/docs/pages/index.rst b/docs/pages/index.rst index 5e6e024e7..10bd995e1 100644 --- a/docs/pages/index.rst +++ b/docs/pages/index.rst @@ -21,6 +21,7 @@ The presentation of your content, the actual webpages, includes the normal use o creating_pages writing_templates model_recipes + editing_api advanced_topics/queryset_methods advanced_topics/private_pages advanced_topics/routable_page