Mariusz Felisiak 9421aee35e Refs #28643 -- Added LTrim, RTrim, and Trim database functions. 7 роки тому
..
_ext fe32fe1619 Used console directive in "Writing documentation". 7 роки тому
_theme 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. 7 роки тому
faq abd723c6a0 Fixed #27855 -- Updated docs for Python 3.4 support in Django 2.0. 7 роки тому
howto fd9398816e Fixed #29165 -- Clarified how to load initial data with migrations. 7 роки тому
internals e1cf2a607e Added "Denial-of-service attacks" to the security issue severity classification. 7 роки тому
intro c4fa0143f7 Removed "Remove any old versions of Django" install instructions. 7 роки тому
man 3926d5d406 Updated man page for Django 2.0 alpha. 7 роки тому
misc 01f658644a Updated various links in docs to avoid redirects 7 роки тому
ref 9421aee35e Refs #28643 -- Added LTrim, RTrim, and Trim database functions. 7 роки тому
releases 9421aee35e Refs #28643 -- Added LTrim, RTrim, and Trim database functions. 7 роки тому
topics 22bcd3a1d8 Fixed #29192 -- Corrected docs regarding overriding fields from abstract base classes. 7 роки тому
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 роки тому
README 37b13033c6 Removed sudo from pip commands in docs. 10 роки тому
conf.py 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. 7 роки тому
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 роки тому
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 роки тому
index.txt 23b21db31b Fixed #28594 -- Removed Jython docs and specific code 7 роки тому
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 роки тому
spelling_wordlist 6d794fb762 Fixed #28960 -- Added GEOSGeometry.buffer_with_style(). 7 роки тому

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/