Adam Johnson 8c1b073b59 Doc'd return values of as_sql() for Func and query expressions. 5 years ago
..
_ext 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. 5 years ago
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 5 years ago
faq 8b30360322 Fixed #31032 -- Updated admin browser support FAQ for 2020. 5 years ago
howto 30ca66eadd Added missing backticks in various docs. 5 years ago
internals 30ca66eadd Added missing backticks in various docs. 5 years ago
intro 30ca66eadd Added missing backticks in various docs. 5 years ago
man 513f137cfd Updated man page for 3.0 alpha release. 5 years ago
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 years ago
ref 8c1b073b59 Doc'd return values of as_sql() for Func and query expressions. 5 years ago
releases 769cee5252 Fixed #31327 -- Deprecated providing_args argument for Signal. 5 years ago
topics 30ca66eadd Added missing backticks in various docs. 5 years ago
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 years ago
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 years ago
conf.py 1a9459b88e Fixed #28290 -- Enabled Sphinx auto-label generation for title and section headers. 5 years ago
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 years ago
index.txt 03f6159407 Fixed typo in docs/index.txt. 5 years ago
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 years ago
spelling_wordlist 8b30360322 Fixed #31032 -- Updated admin browser support FAQ for 2020. 5 years ago

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/