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

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/