1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs
Alex Gaynor 4321ee25c5 Merge pull request #336 from dlo/tickets/18915
remove unused import in decoupling URLs tutorial, closes #18915
2012-09-07 09:43:05 -07:00
..
_ext
_theme/djangodocs
faq
howto
internals
intro remove unused import in decoupling URLs tutorial, closes #18915 2012-09-07 11:49:55 -04:00
man
misc
obsolete
ref specify any orderable field can be specified in get_latest_by, closes #18875 2012-09-07 11:34:18 -04:00
releases Fixed minor typo in 1.3 release notes. 2012-09-06 21:00:16 +10:00
topics [py3] Documented forwards-compatible aliases 2012-09-07 11:57:46 -04:00
conf.py
contents.txt
glossary.txt
index.txt
make.bat
Makefile
README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

Technically speaking, 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.pocoo.org/