Andrew Godwin b5ad450fa6 Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example. 5 gadi atpakaļ
..
_ext a4e4737cf3 Fixed CodeBlock deprecation warning on Sphinx 2.1+. 5 gadi atpakaļ
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 5 gadi atpakaļ
faq 1cdfe8d912 Prevented (and corrected) single backtick usage in docs. 5 gadi atpakaļ
howto 1cdfe8d912 Prevented (and corrected) single backtick usage in docs. 5 gadi atpakaļ
internals 98ea4f0f46 Refs #7098 -- Deprecated passing raw column aliases to order_by(). 5 gadi atpakaļ
intro 1628b35b58 Fixed #31385 -- Improved wording in tutorial 1. 5 gadi atpakaļ
man 513f137cfd Updated man page for 3.0 alpha release. 5 gadi atpakaļ
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 gadi atpakaļ
ref 53d229ff63 Fixed #31351 -- Added system checks for partial indexes and unique constraints support. 5 gadi atpakaļ
releases a350bfa6f4 Fixed #13009 -- Added BoundField.widget_type property. 5 gadi atpakaļ
topics b5ad450fa6 Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example. 5 gadi atpakaļ
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 gadi atpakaļ
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 gadi atpakaļ
conf.py 1cdfe8d912 Prevented (and corrected) single backtick usage in docs. 5 gadi atpakaļ
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 gadi atpakaļ
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 gadi atpakaļ
index.txt 6ef4c8aa9f Rewrote Get Help FAQ. 5 gadi atpakaļ
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 gadi atpakaļ
spelling_wordlist b1f88476db Corrected docs spelling of PgBouncer. 5 gadi atpakaļ

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/