/docs/contents.txt
Plain Text | 41 lines | 30 code | 11 blank | 0 comment | 0 complexity | 875ba69fac52367940e30466fee5f755 MD5 | raw file
1.. _contents: 2 3============================= 4Django documentation contents 5============================= 6 7.. toctree:: 8 :hidden: 9 10 index 11 12.. toctree:: 13 :maxdepth: 3 14 15 intro/index 16 topics/index 17 howto/index 18 faq/index 19 ref/index 20 misc/index 21 glossary 22 releases/index 23 internals/index 24 25Indices, glossary and tables 26============================ 27 28* :ref:`genindex` 29* :ref:`modindex` 30* :ref:`glossary` 31 32Deprecated/obsolete documentation 33================================= 34 35The following documentation covers features that have been deprecated or that 36have been replaced in newer versions of Django. 37 38.. toctree:: 39 :maxdepth: 2 40 41 obsolete/index