André Ericson 54a7b02112 Fixed #30927 -- Simplified an example of test for the deprecation warning with assertWarnsMessage(). 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 f52022ad96 Made minor edits and small fixes to docs/faq/install.txt. 5 سال پیش
howto 05c3ef26a2 Fixed #30906 -- Fixed an example of using the template system to generate CSV. 5 سال پیش
internals 54a7b02112 Fixed #30927 -- Simplified an example of test for the deprecation warning with assertWarnsMessage(). 5 سال پیش
intro dee687e93a Fixed #30816 -- Doc'd how to create projects with a local copy of Django. 5 سال پیش
man 513f137cfd Updated man page for 3.0 alpha release. 5 سال پیش
misc 01f658644a Updated various links in docs to avoid redirects 7 سال پیش
ref 6315a272c5 Refs #28428 -- Made filepath_to_uri() support pathlib.Path. 5 سال پیش
releases 6315a272c5 Refs #28428 -- Made filepath_to_uri() support pathlib.Path. 5 سال پیش
topics 4c762588ff Fixed #30917 -- Clarified formsets topic documentation. 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 0f2f517298 Bumped version; master is now 3.1 pre-alpha. 5 سال پیش
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 سال پیش
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 سال پیش
index.txt fee75d2aed Fixed #30767 -- Improved references to deployment documentation. 5 سال پیش
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 سال پیش
spelling_wordlist 72ebe85a26 Fixed #27910 -- Added enumeration helpers for use in Field.choices. 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/