Tim Graham bbf0a9545b Fixed #22482 -- Recommended using data migrations in contrib.sites docs. 10 years ago
..
_ext 7f4347b176 Removed duplicate "Deprecated in Django A.B" text in docs. 10 years ago
_theme f3a933d7c1 Made docs CSS for versionchanged/added more similar to docs.djangoproject.com. 10 years ago
faq 460ec09d2e Fixed #22880 -- Added FAQ entry about UnicodeDecodeError 10 years ago
howto a8c5630c98 Fixed typo in parameter name doc for BaseCommand.check(). 10 years ago
internals 535219e4f7 Fixed typo: MultipleModelChoiceField -> ModelMultipleChoiceField. 10 years ago
intro 1e8411259f Fixed #22912 -- Warned about a common mistake in tutorial 5. 10 years ago
man a9b7f31bfc Completed long overdue sqlinitialdata deprecation. 11 years ago
misc dd98ccd482 Fixed #16785 -- Documented some of the design decisions of the cache framework. 11 years ago
ref bbf0a9545b Fixed #22482 -- Recommended using data migrations in contrib.sites docs. 10 years ago
releases cf252dbea6 Fixed #8162 -- Increased Permission.name max_length to 255 characters. 10 years ago
topics e3c7af18a3 Fixed #19489 -- Documented host parameter of assertRedirects(). 10 years ago
Makefile a0f2525202 Fixed #22141 -- Added a spelling checker for documentation. 11 years ago
README 1dae4ac177 Whitespace cleanup. 11 years ago
conf.py 9ed4a8c6b1 Fixed #17238 -- Added source code links to docs using sphinx.ext.viewcode. 10 years ago
contents.txt 6eb4f25692 Removed an obsolete documentation page about admin style customization. 12 years ago
glossary.txt ea4da8e63c Fixed some typos in the documentation. 11 years ago
index.txt 604162604b Added array field support for PostgreSQL. 11 years ago
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 years ago
spelling_wordlist cd20b5d186 Fixed #22796 -- Added a more basic explanations of forms. 10 years ago

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