Mariusz Felisiak 759a9b710c Updated Oracle docs links to Oracle 18c. 6 роки тому
..
_ext 7206601040 Fixed crash building translated docs since Sphinx 1.8. 6 роки тому
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. 6 роки тому
faq eb0ce6fa36 Added stub release notes for 3.0. 6 роки тому
howto 77d25dbd0f Refs #27753 -- Favored SafeString over SafeText. 6 роки тому
internals d55e882927 Refs #27753 -- Deprecated django.utils.encoding.force_text() and smart_text(). 6 роки тому
intro 7e6b214ed3 Fixed #30116 -- Dropped support for Python 3.5. 6 роки тому
man ba1a3c6034 Updated man page for Django 2.2 alpha. 6 роки тому
misc 01f658644a Updated various links in docs to avoid redirects 7 роки тому
ref 759a9b710c Updated Oracle docs links to Oracle 18c. 6 роки тому
releases 759a9b710c Updated Oracle docs links to Oracle 18c. 6 роки тому
topics 6da28d5edf Used LoginRequiredMixin in "Models and request.user" example. 6 роки тому
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 роки тому
README 37b13033c6 Removed sudo from pip commands in docs. 10 роки тому
conf.py c34c6d0a2f Used extlinks for GitHub commits. 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 d293d68f6a Removed dead links to botbot.me. 6 роки тому
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 роки тому
spelling_wordlist 199025fa88 Removed unused words from docs/spelling_wordlist. 6 роки тому

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 ``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/