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

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/