contents.txt 678 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .. _contents:
  2. =============================
  3. Django documentation contents
  4. =============================
  5. .. toctree::
  6. :hidden:
  7. index
  8. .. toctree::
  9. :maxdepth: 3
  10. intro/index
  11. topics/index
  12. howto/index
  13. faq/index
  14. ref/index
  15. misc/index
  16. glossary
  17. releases/index
  18. internals/index
  19. Indices, glossary and tables
  20. ============================
  21. * :ref:`genindex`
  22. * :ref:`modindex`
  23. * :ref:`glossary`
  24. Deprecated/obsolete documentation
  25. =================================
  26. The following documentation covers features that have been deprecated or that
  27. have been replaced in newer versions of Django.
  28. .. toctree::
  29. :maxdepth: 2
  30. obsolete/index