Carlton Gibson 581ba5a948 Refs #23004 -- Allowed exception reporter filters to customize settings filtering. 5 rokov pred
..
_ext 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. 5 rokov pred
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 5 rokov pred
faq 5708327c37 Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. 5 rokov pred
howto 581ba5a948 Refs #23004 -- Allowed exception reporter filters to customize settings filtering. 5 rokov pred
internals ea44d86ed4 Added guidelines for assertIs() usage. 5 rokov pred
intro 2ea3fb3e63 Removed "Don't do that" from docs and error messages. 5 rokov pred
man 513f137cfd Updated man page for 3.0 alpha release. 5 rokov pred
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 rokov pred
ref ffcf1a8ebf Fixed #31118 -- Made FileInput to avoid the required attribute when initial data exists. 5 rokov pred
releases 581ba5a948 Refs #23004 -- Allowed exception reporter filters to customize settings filtering. 5 rokov pred
topics aa6c620249 More accurate terminology ("logger" instead of "logging handler") in logging documentation. 5 rokov pred
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 rokov pred
README.rst ceecd0556d Improved ReST formatting in docs/README.rst. 5 rokov pred
conf.py 0f2f517298 Bumped version; master is now 3.1 pre-alpha. 5 rokov pred
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 rokov pred
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 rokov pred
index.txt 03f6159407 Fixed typo in docs/index.txt. 5 rokov pred
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 rokov pred
spelling_wordlist c90ab30fa1 Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. 5 rokov pred

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: http://sphinx-doc.org