Iain Dawson 8fbf13a6c8 Replaced instances of 'his/her' with 'their'. hace 10 años
..
_ext 7f4347b176 Removed duplicate "Deprecated in Django A.B" text in docs. hace 10 años
_theme f3a933d7c1 Made docs CSS for versionchanged/added more similar to docs.djangoproject.com. hace 10 años
faq 460ec09d2e Fixed #22880 -- Added FAQ entry about UnicodeDecodeError hace 10 años
howto e1fa7dffdc Fixed #22809 -- Added model Field API reference. hace 10 años
internals 8fbf13a6c8 Replaced instances of 'his/her' with 'their'. hace 10 años
intro b8d255071e Edited setup.py in reuseable apps tutorial to use a context manager for open(). hace 10 años
man a9b7f31bfc Completed long overdue sqlinitialdata deprecation. hace 11 años
misc dd98ccd482 Fixed #16785 -- Documented some of the design decisions of the cache framework. hace 11 años
ref 8fbf13a6c8 Replaced instances of 'his/her' with 'their'. hace 10 años
releases 70c54a3694 Fixed #23028: Added unique_togther support to inspectdb. hace 10 años
topics 8fbf13a6c8 Replaced instances of 'his/her' with 'their'. hace 10 años
Makefile a0f2525202 Fixed #22141 -- Added a spelling checker for documentation. hace 11 años
README 1dae4ac177 Whitespace cleanup. hace 11 años
conf.py 9ed4a8c6b1 Fixed #17238 -- Added source code links to docs using sphinx.ext.viewcode. hace 10 años
contents.txt 6eb4f25692 Removed an obsolete documentation page about admin style customization. hace 12 años
glossary.txt ea4da8e63c Fixed some typos in the documentation. hace 11 años
index.txt 8780849da0 Fixed #22812 -- Refactored lookup API documentation. hace 10 años
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. hace 12 años
spelling_wordlist cd20b5d186 Fixed #22796 -- Added a more basic explanations of forms. hace 10 años

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/