Mariusz Felisiak b5bf026813 Corrected outputs and made cosmetic edits in GeoDjango tutorial. 3 years ago
..
_ext f9b7704ab3 Refs #32956 -- Corrected spelling of "gray". 3 years ago
_theme 4659a790cf Fixed #32860 -- Made docs permalinks focusable to improve accessibility. 3 years ago
faq 259b28706e Fixed some broken links and redirects in docs. 3 years ago
howto b667ac24ea Fixed #25264 -- Allowed suppressing base command options in --help output. 3 years ago
internals 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 3 years ago
intro 3445c50a3a Made sentence about Model consistent in docs. 3 years ago
man db971f63ab Updated django-admin man page for Django 3.2. 4 years ago
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
ref b5bf026813 Corrected outputs and made cosmetic edits in GeoDjango tutorial. 3 years ago
releases 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 3 years ago
topics 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 3 years ago
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 years ago
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 years ago
conf.py 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
index.txt 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 years ago
make.bat 7582d913e7 Added spelling option to make.bat. 3 years ago
requirements.txt 9f125fce79 Used GitHub actions for docs tests. 4 years ago
spelling_wordlist ec212c6616 Fixed #33012 -- Added Redis cache backend. 3 years ago

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/