Jacob Walls 1443b5e9ac Fixed typo in docs/internals/contributing/writing-code/coding-style.txt. 3 سال پیش
..
_ext 36a2e9607e Made default_role_error use logger. 4 سال پیش
_theme be534348f5 Fixed #16300 -- Improved singlehtml docs formatting with headers CSS. 4 سال پیش
faq 66491f08fe Changed IRC references to Libera.Chat. 3 سال پیش
howto c156e36955 Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 3 سال پیش
internals 1443b5e9ac Fixed typo in docs/internals/contributing/writing-code/coding-style.txt. 3 سال پیش
intro 66491f08fe Changed IRC references to Libera.Chat. 3 سال پیش
man db971f63ab Updated django-admin man page for Django 3.2. 4 سال پیش
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 سال پیش
ref 91e21836f6 Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage. 3 سال پیش
releases e703b152c6 Fixed #32793 -- Fixed loss of precision for temporal operations with DecimalFields on MySQL. 3 سال پیش
topics a0410ffe8f Refs #32552 -- Added DiscoverRunner.log() to allow customization. 3 سال پیش
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 سال پیش
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 سال پیش
conf.py 66491f08fe Changed IRC references to Libera.Chat. 3 سال پیش
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 سال پیش
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 سال پیش
index.txt bb13711451 Fixed #25712 -- Reorganized templates docs. 4 سال پیش
make.bat 7582d913e7 Added spelling option to make.bat. 3 سال پیش
requirements.txt 9f125fce79 Used GitHub actions for docs tests. 4 سال پیش
spelling_wordlist 66491f08fe Changed IRC references to Libera.Chat. 3 سال پیش

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/