Daniele Procida d79be3ed39 Refs #32880 -- Rearranged logging security notes. vor 3 Jahren
..
_ext 36a2e9607e Made default_role_error use logger. vor 4 Jahren
_theme 4659a790cf Fixed #32860 -- Made docs permalinks focusable to improve accessibility. vor 3 Jahren
faq f10c52afab Refs #31356 -- Changed IRC links to the Libera.Chat webchat. vor 3 Jahren
howto c156e36955 Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. vor 3 Jahren
internals f10c52afab Refs #31356 -- Changed IRC links to the Libera.Chat webchat. vor 3 Jahren
intro d8c17aa10c Refs #32338 -- Improved accessibility of RadioSelect examples in docs. vor 3 Jahren
man db971f63ab Updated django-admin man page for Django 3.2. vor 4 Jahren
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. vor 5 Jahren
ref 3e73c65ffc Fixed #32195 -- Added system check for invalid view in path() and improved error messages. vor 3 Jahren
releases 495083e3e1 Updated translations from Transifex. vor 3 Jahren
topics d79be3ed39 Refs #32880 -- Rearranged logging security notes. vor 3 Jahren
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. vor 7 Jahren
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. vor 5 Jahren
conf.py f10c52afab Refs #31356 -- Changed IRC links to the Libera.Chat webchat. vor 3 Jahren
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. vor 9 Jahren
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. vor 9 Jahren
index.txt bb13711451 Fixed #25712 -- Reorganized templates docs. vor 4 Jahren
make.bat 7582d913e7 Added spelling option to make.bat. vor 3 Jahren
requirements.txt 9f125fce79 Used GitHub actions for docs tests. vor 4 Jahren
spelling_wordlist 66491f08fe Changed IRC references to Libera.Chat. vor 3 Jahren

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/