Hasan Ramezani b1d39131eb Fixed typo in internals/contributing/writing-documentation.txt. 5 yıl önce
..
_ext 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. 5 yıl önce
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. 6 yıl önce
faq a36f7ed6ac Fixed #31018 -- Removed django-nonrel in NoSQL databases FAQ. 5 yıl önce
howto 33eecfa740 Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt. 5 yıl önce
internals b1d39131eb Fixed typo in internals/contributing/writing-documentation.txt. 5 yıl önce
intro 26554cf5d1 Fixed #29983 -- Replaced os.path() with pathlib.Path in project template and docs. 5 yıl önce
man 513f137cfd Updated man page for 3.0 alpha release. 5 yıl önce
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 yıl önce
ref 26cab4e8c1 Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callable values in through_defaults. 5 yıl önce
releases 26cab4e8c1 Fixed #31046 -- Allowed RelatedManager.add()/create()/set() to accept callable values in through_defaults. 5 yıl önce
topics c90ab30fa1 Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. 5 yıl önce
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 yıl önce
README aed89adad5 Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. 6 yıl önce
conf.py 0f2f517298 Bumped version; master is now 3.1 pre-alpha. 5 yıl önce
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 yıl önce
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 yıl önce
index.txt 635a3f8e6e Refs #30451 -- Doc'd asynchronous support and async-safety. 5 yıl önce
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 yıl önce
spelling_wordlist c90ab30fa1 Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. 5 yıl önce

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/