django/docs
Derrick Jackson 789c290150 Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount. 2017-05-31 14:52:40 -04:00
..
_ext Removed usage of deprecated sphinx.util.compat.Directive. 2017-05-24 10:39:51 -04:00
_theme Fixed many spelling mistakes in code, comments, and docs. 2015-12-03 12:48:24 -05:00
faq Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
howto Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
internals Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
intro Added some shell output in tutorial 2. 2017-05-25 13:43:21 -04:00
man
misc
ref Refs #26294 -- Fixed typo in docs/ref/django-admin.txt. 2017-05-30 17:15:20 -04:00
releases Fixed #28170 -- Fixed file_move_safe() crash when moving files to a CIFS mount. 2017-05-31 14:52:40 -04:00
topics Fixed typo in docs/topics/testing/advanced.txt. 2017-05-25 05:44:55 -04:00
Makefile
README
conf.py
contents.txt
glossary.txt
index.txt
make.bat
spelling_wordlist

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/