Chris Jerdonek 5d80843ebc Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret. 3 lat temu
..
_ext f0480ddd2d Fixed crash building HTML docs since Sphinx 4.3. 3 lat temu
_theme 4659a790cf Fixed #32860 -- Made docs permalinks focusable to improve accessibility. 3 lat temu
faq 604df4e0ad Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x. 3 lat temu
howto 94beb679a6 Used :source: role in docs/howto/custom-template-tags.txt. 3 lat temu
internals 5d80843ebc Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret. 3 lat temu
intro 9f3bd9dfc4 Corrected module reference in contributing tutorial. 3 lat temu
man c1689e65ff Updated man page for Django 4.0 alpha. 3 lat temu
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 lat temu
ref 5d80843ebc Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret. 3 lat temu
releases 5d80843ebc Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret. 3 lat temu
topics 528691d1b6 Fixed #33301 -- Clarified the type of arguments required by custom assertions. 3 lat temu
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 lat temu
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 lat temu
conf.py adb4100e58 Refs #33247 -- Used XeLaTeX for PDF docs build. 3 lat temu
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 lat temu
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 lat temu
index.txt 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 lat temu
make.bat 7582d913e7 Added spelling option to make.bat. 3 lat temu
requirements.txt 447b6c866f Refs #33247 -- Corrected configuration for Read The Docs. 3 lat temu
spelling_wordlist e43a131887 Added 'formatter' to spelling wordlist. 3 lat temu

README.rst

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/