django/docs
2025-08-27 16:01:20 +02:00
..
_ext Fixed typo in source file linking Sphinx extension. 2024-07-01 11:32:48 -03:00
_theme
faq Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
howto Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
internals Fixed #36572 -- Revert "Fixed #36546 -- Deprecated django.utils.crypto.constant_time_compare() in favor of hmac.compare_digest()." 2025-08-27 10:50:50 +02:00
intro Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
man Americanized some spellings. 2025-04-16 10:21:38 +02:00
misc Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
ref Fixed #36568 -- Confirmed support for GEOS 3.14. 2025-08-26 16:01:41 -03:00
releases Added stub release notes and release date for 5.2.6, 5.1.12, and 4.2.24. 2025-08-27 16:01:20 +02:00
topics Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
conf.py Refs #36500 -- Rewrapped long docstrings and block comments via a script. 2025-07-23 20:17:55 -03:00
contents.txt
glossary.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
index.txt Fixed #15727 -- Added Content Security Policy (CSP) support. 2025-06-27 15:57:02 -03:00
lint.py Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
make.bat Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions. 2025-08-25 10:51:10 -03:00
Makefile Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions. 2025-08-25 10:51:10 -03:00
README.rst
requirements.txt Refs #36485 -- Added sphinx-lint support and make lint rule for docs. 2025-08-25 10:51:10 -03:00
spelling_wordlist Fixed #36485 -- Added lint-docs check in Tox and GitHub Actions. 2025-08-25 10:51:10 -03:00

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

It uses `ReST`_ (reStructuredText), and the `Sphinx`_ documentation system.
This allows it to be built into other forms for easier viewing and browsing.

To create an HTML version of the docs:

* Install Sphinx (using ``python -m pip install Sphinx`` or some other method).

* In this docs/ directory, type ``make html`` (or ``make.bat html`` on
  Windows) at a shell prompt.

The documentation in ``_build/html/index.html`` can then be viewed in a web
browser.

.. _ReST: https://docutils.sourceforge.io/rst.html
.. _Sphinx: https://www.sphinx-doc.org/