django/docs
Pravin Kamble 2d5a780eb5 Fixed #36789 -- Added missing PDF file for docs/internals/_images/contribution_process.svg.
The PDF is needed to build the PDF version of the whole docs.
2025-12-11 13:38:49 -03:00
..
_ext
_theme
faq Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects. 2025-10-29 11:32:12 -04:00
howto Highlighted community package upgrade utilities in docs/howto/upgrade-version.txt. 2025-11-27 09:32:06 -03:00
internals Fixed #36789 -- Added missing PDF file for docs/internals/_images/contribution_process.svg. 2025-12-11 13:38:49 -03:00
intro Fixed #36329 -- Removed non-code custom link text when cross-referencing Python objects. 2025-10-29 11:32:12 -04:00
man Updated man page for Django 6.0 alpha 1. 2025-09-17 14:20:40 -03:00
misc Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
ref Fixed #36778 -- Extended advice to sanitize input before using in query expressions. 2025-12-08 10:25:24 -05:00
releases Fixed #35729 -- Enabled natural key serialization opt-out for subclasses. 2025-12-03 15:04:52 -05:00
topics Refs #35581 -- Fixed email image inline attachment example. 2025-12-08 09:44:19 -05:00
conf.py Bumped version; main is now 6.1 pre-alpha. 2025-09-17 15:17:05 -03:00
contents.txt Ensured :doc: role uses absolute targets in docs. 2025-08-28 13:48:32 -03:00
glossary.txt Refs #36485 -- Rewrapped docs to 79 columns line length. 2025-08-25 10:51:10 -03:00
index.txt Refs #35859 -- Mentioned tasks in the docs index. 2025-09-24 09:47:47 +02:00
lint.py Refs #36485 -- Corrected docs linter to detect too-long lines at file end. 2025-08-29 17:35:50 -04: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 #28586 -- Added model field fetch modes. 2025-10-16 14:52:22 -04: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/