summaryrefslogtreecommitdiff
path: root/docs/contents.txt
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2010-11-17 20:26:20 +0000
committerAlex Gaynor <alex.gaynor@gmail.com>2010-11-17 20:26:20 +0000
commit0aeb6c964ae3177279410a1b5efaceb14a98db7e (patch)
treefae76a2ee9308c76cabfddfaf00319178c28ebed /docs/contents.txt
parent204253ed40dc6f56d666e5fb2568de1535c18fc3 (diff)
downloaddjango-0aeb6c964ae3177279410a1b5efaceb14a98db7e.tar.gz
Added a hidden toctree pointing at the index file in the docs to silence a sphinx warning.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/contents.txt')
-rw-r--r--docs/contents.txt31
1 files changed, 18 insertions, 13 deletions
diff --git a/docs/contents.txt b/docs/contents.txt
index e41b77055e..14fe007df8 100644
--- a/docs/contents.txt
+++ b/docs/contents.txt
@@ -5,17 +5,22 @@ Django documentation contents
=============================
.. toctree::
- :maxdepth: 2
-
- intro/index
- topics/index
- howto/index
- faq/index
- ref/index
- misc/index
- glossary
- releases/index
- internals/index
+ :hidden:
+
+ index
+
+.. toctree::
+ :maxdepth: 2
+
+ intro/index
+ topics/index
+ howto/index
+ faq/index
+ ref/index
+ misc/index
+ glossary
+ releases/index
+ internals/index
Indices, glossary and tables
============================
@@ -32,5 +37,5 @@ have been replaced in newer versions of Django.
.. toctree::
:maxdepth: 2
-
- obsolete/index \ No newline at end of file
+
+ obsolete/index