diff options
Diffstat (limited to 'parts/django/docs/contents.txt')
-rw-r--r-- | parts/django/docs/contents.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/parts/django/docs/contents.txt b/parts/django/docs/contents.txt new file mode 100644 index 0000000..14fe007 --- /dev/null +++ b/parts/django/docs/contents.txt @@ -0,0 +1,41 @@ +.. _contents: + +============================= +Django documentation contents +============================= + +.. toctree:: + :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 +============================ + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`glossary` + +Deprecated/obsolete documentation +================================= + +The following documentation covers features that have been deprecated or that +have been replaced in newer versions of Django. + +.. toctree:: + :maxdepth: 2 + + obsolete/index |