Mariusz Felisiak 9aeac29949 Removed unnecessary backslashes from docs. há 5 anos atrás
..
_ext 7206601040 Fixed crash building translated docs since Sphinx 1.8. há 6 anos atrás
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. há 6 anos atrás
faq b6c4766f53 Refs #29548 -- Updated docs for MariaDB support. há 5 anos atrás
howto a415ce70be Fixed #30451 -- Added ASGI handler and coroutine-safety. há 5 anos atrás
internals a415ce70be Fixed #30451 -- Added ASGI handler and coroutine-safety. há 5 anos atrás
intro b6c4766f53 Refs #29548 -- Updated docs for MariaDB support. há 5 anos atrás
man f9f09a8a02 Updated man page for 2.2 final. há 6 anos atrás
misc 01f658644a Updated various links in docs to avoid redirects há 7 anos atrás
ref 9aeac29949 Removed unnecessary backslashes from docs. há 5 anos atrás
releases a415ce70be Fixed #30451 -- Added ASGI handler and coroutine-safety. há 5 anos atrás
topics 9aeac29949 Removed unnecessary backslashes from docs. há 5 anos atrás
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. há 7 anos atrás
README aed89adad5 Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. há 6 anos atrás
conf.py 879cc3da62 Moved extlinks in docs config to allow using 'version' variable. há 6 anos atrás
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. há 9 anos atrás
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. há 9 anos atrás
index.txt a415ce70be Fixed #30451 -- Added ASGI handler and coroutine-safety. há 5 anos atrás
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. há 12 anos atrás
spelling_wordlist a415ce70be Fixed #30451 -- Added ASGI handler and coroutine-safety. há 5 anos atrás

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/