Ben Li-Sauerwine fc84848cd9 Made logging config examples more accessible. %!s(int64=5) %!d(string=hai) anos
..
_ext 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. %!s(int64=5) %!d(string=hai) anos
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. %!s(int64=5) %!d(string=hai) anos
faq 8b30360322 Fixed #31032 -- Updated admin browser support FAQ for 2020. %!s(int64=5) %!d(string=hai) anos
howto a9ee6872bd Clarified SeparateDatabaseAndState docs and added example of changing ManyToManyField. %!s(int64=5) %!d(string=hai) anos
internals ccf32aca44 Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a error message key. %!s(int64=5) %!d(string=hai) anos
intro 5da627a58f Updated migrations example in tutorial 2. %!s(int64=5) %!d(string=hai) anos
man 513f137cfd Updated man page for 3.0 alpha release. %!s(int64=5) %!d(string=hai) anos
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. %!s(int64=5) %!d(string=hai) anos
ref 3baf92cf82 Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search lookup. %!s(int64=5) %!d(string=hai) anos
releases 3baf92cf82 Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search lookup. %!s(int64=5) %!d(string=hai) anos
topics fc84848cd9 Made logging config examples more accessible. %!s(int64=5) %!d(string=hai) anos
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. %!s(int64=7) %!d(string=hai) anos
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. %!s(int64=5) %!d(string=hai) anos
conf.py 1a9459b88e Fixed #28290 -- Enabled Sphinx auto-label generation for title and section headers. %!s(int64=5) %!d(string=hai) anos
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. %!s(int64=9) %!d(string=hai) anos
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. %!s(int64=9) %!d(string=hai) anos
index.txt 03f6159407 Fixed typo in docs/index.txt. %!s(int64=5) %!d(string=hai) anos
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. %!s(int64=12) %!d(string=hai) anos
spelling_wordlist 40a64dd1e2 Refs #31224 -- Doc'd async adapter functions. %!s(int64=5) %!d(string=hai) anos

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/