Tim Graham 6cad5f212a Fixed #19461 - Linked to psycopg in topics/install.txt 12 rokov pred
..
_ext 865cd35c9b Made more extensive usage of context managers with open. 13 rokov pred
_theme 3587991ba8 Fixed #19317 - Added an image for warning blocks in the docs 12 rokov pred
faq ccb2b574e8 Fixed #19315 -- Improved markup in admin FAQ. 12 rokov pred
howto 4585e12318 Fix typo in file storage docs. 12 rokov pred
internals d5ed81c795 Fixed #19389 -- Docs on the location of contrib apps tests. 12 rokov pred
intro 0eed8ece32 Fixed #19377 - Emphasized database host link in tutorial 12 rokov pred
man 5c53e30607 Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review. 13 rokov pred
misc a451d2b4a2 Replaced mentions of Subversion by Git in docs 12 rokov pred
ref 0eed8ece32 Fixed #19377 - Emphasized database host link in tutorial 12 rokov pred
releases a8495fb188 Typo in the 1.5 release notes 12 rokov pred
topics 6cad5f212a Fixed #19461 - Linked to psycopg in topics/install.txt 12 rokov pred
Makefile a79d920a56 Fixed #19266 -- Added Texinfo documentation target 12 rokov pred
README 8198a1923e Fixed #18928. Tightened language in docs/README. 12 rokov pred
conf.py 514ce1d35f Fixed two docstring/comment typos. 12 rokov pred
contents.txt 6eb4f25692 Removed an obsolete documentation page about admin style customization. 12 rokov pred
glossary.txt c4c7fbcc0d Fixed #18451 -- Vastly improved class based view documentation. 12 rokov pred
index.txt 7058b595b6 Fixed #16779 - Added a contributing tutorial 12 rokov pred
make.bat a79d920a56 Fixed #19266 -- Added Texinfo documentation target 12 rokov pred

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