Mariusz Felisiak 5ab75adb90 Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0. vor 5 Jahren
..
_ext 7206601040 Fixed crash building translated docs since Sphinx 1.8. vor 6 Jahren
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. vor 6 Jahren
faq b6c4766f53 Refs #29548 -- Updated docs for MariaDB support. vor 5 Jahren
howto f011d9ea56 Fixed datetime string format examples in docs/howto/custom-template-tags.txt. vor 5 Jahren
internals e2de49ec2e Fixed #28520 -- Added --start-at/--start-after options to runtests.py. vor 5 Jahren
intro b6c4766f53 Refs #29548 -- Updated docs for MariaDB support. vor 5 Jahren
man f9f09a8a02 Updated man page for 2.2 final. vor 6 Jahren
misc 01f658644a Updated various links in docs to avoid redirects vor 7 Jahren
ref 5ab75adb90 Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0. vor 5 Jahren
releases 34ec52269a Applied jQuery patch for CVE-2019-11358. vor 5 Jahren
topics 5ab75adb90 Removed redundant object descriptions to prevent warnings with Sphinx 2.1.0. vor 5 Jahren
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. vor 7 Jahren
README aed89adad5 Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. vor 6 Jahren
conf.py 879cc3da62 Moved extlinks in docs config to allow using 'version' variable. vor 6 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 d293d68f6a Removed dead links to botbot.me. vor 6 Jahren
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. vor 12 Jahren
spelling_wordlist 199025fa88 Removed unused words from docs/spelling_wordlist. vor 6 Jahren

README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

It uses ReST (reStructuredText) [1], and the Sphinx documentation system [2].
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.

[1] http://docutils.sourceforge.net/rst.html
[2] http://sphinx-doc.org/