django1/docs
Florian Demmer 25b912abbe Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic.
Thanks Fako Berkers for help with the patch.
2015-11-14 12:01:51 -05:00
..
_ext
_theme Made doc icon's edges smooth. 2015-11-14 08:11:47 -05:00
faq
howto Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic. 2015-11-14 12:01:51 -05:00
internals Updated release checksums template. 2015-11-13 09:05:10 -05:00
intro
man
misc
ref Fixed #17686, refs #17816 -- Added "Files" section to Unicode topic. 2015-11-14 12:01:51 -05:00
releases Fixed #25666 -- Fixed the exact lookup of ArrayField. 2015-11-14 11:21:16 -05:00
topics
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/