Carlton Gibson 7400da49a5 Clarified backport policy for regressions. vor 5 Jahren
..
_ext 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. vor 5 Jahren
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. vor 5 Jahren
faq 5708327c37 Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. vor 5 Jahren
howto e2d9d66a22 Fixed #23004 -- Added request.META filtering to SafeExceptionReporterFilter. vor 5 Jahren
internals 7400da49a5 Clarified backport policy for regressions. vor 5 Jahren
intro 2ea3fb3e63 Removed "Don't do that" from docs and error messages. vor 5 Jahren
man 513f137cfd Updated man page for 3.0 alpha release. vor 5 Jahren
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. vor 5 Jahren
ref 29c126bb34 Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited choices. vor 5 Jahren
releases 29c126bb34 Fixed #31124 -- Fixed setting of get_FOO_display() when overriding inherited choices. vor 5 Jahren
topics d202846ced Refs #29998 -- Corrected auto-created OneToOneField parent_link in MTI docs. vor 5 Jahren
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. vor 7 Jahren
README.rst ceecd0556d Improved ReST formatting in docs/README.rst. vor 5 Jahren
conf.py 0f2f517298 Bumped version; master is now 3.1 pre-alpha. vor 5 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 03f6159407 Fixed typo in docs/index.txt. vor 5 Jahren
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. vor 12 Jahren
spelling_wordlist c90ab30fa1 Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. vor 5 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: http://sphinx-doc.org