Grace Hawkins 25514b604a Refs #32243 -- Fixed typo in docs/topics/files.txt. 3 yıl önce
..
_ext f0480ddd2d Fixed crash building HTML docs since Sphinx 4.3. 3 yıl önce
_theme 7c4f396509 Stopped including type="text/css" attributes for CSS link tags. 3 yıl önce
faq 604df4e0ad Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x. 3 yıl önce
howto 0dcd549bbe Fixed #30360 -- Added support for secret key rotation. 3 yıl önce
internals edbf930287 Fixed #29984 -- Added QuerySet.iterator() support for prefetching related objects. 3 yıl önce
intro 7c4f396509 Stopped including type="text/css" attributes for CSS link tags. 3 yıl önce
man c1689e65ff Updated man page for Django 4.0 alpha. 3 yıl önce
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 yıl önce
ref ca88caa103 Refs #33476 -- Used vertical hanging indentation for format lists with inline comments. 3 yıl önce
releases 770d3e6a4c Fixed typo in release notes. 3 yıl önce
topics 25514b604a Refs #32243 -- Fixed typo in docs/topics/files.txt. 3 yıl önce
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 yıl önce
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 yıl önce
conf.py adb4100e58 Refs #33247 -- Used XeLaTeX for PDF docs build. 3 yıl önce
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 yıl önce
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 yıl önce
index.txt 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 yıl önce
make.bat 7582d913e7 Added spelling option to make.bat. 3 yıl önce
requirements.txt 447b6c866f Refs #33247 -- Corrected configuration for Read The Docs. 3 yıl önce
spelling_wordlist e43a131887 Added 'formatter' to spelling wordlist. 3 yıl önce

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/