GwynBleidD 5402061c80 Refs #30062 -- Corrected UniqueConstraint signature in docs. před 5 roky
..
_ext 7206601040 Fixed crash building translated docs since Sphinx 1.8. před 6 roky
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. před 6 roky
faq a68c029e22 Used extlinks for Django's source code. před 6 roky
howto fa422dd78b Changed poll_id to poll_ids in examples of custom management commands. před 5 roky
internals 8d010f3986 Fixed #30220 -- Added support for headless mode in selenium tests. před 5 roky
intro 8d76443aba Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape(). před 6 roky
man f9f09a8a02 Updated man page for 2.2 final. před 6 roky
misc 01f658644a Updated various links in docs to avoid redirects před 7 roky
ref 5402061c80 Refs #30062 -- Corrected UniqueConstraint signature in docs. před 5 roky
releases c38e7a79f4 Fixed #30488 -- Removed redundant Coalesce call in SQL generated by SearchVector. před 5 roky
topics e86cc14bd3 Changed docs to link to Python's description of iterable. před 5 roky
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. před 7 roky
README aed89adad5 Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, comments and hints. před 6 roky
conf.py 879cc3da62 Moved extlinks in docs config to allow using 'version' variable. před 6 roky
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. před 9 roky
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. před 9 roky
index.txt d293d68f6a Removed dead links to botbot.me. před 6 roky
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. před 12 roky
spelling_wordlist 199025fa88 Removed unused words from docs/spelling_wordlist. před 6 roky

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/