Tim Graham 6b6bdfe25c Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt. há 6 anos atrás
..
_ext de0e54ea00 Bumped minimum Sphinx version to 1.6.0. há 7 anos atrás
_theme 37c17846ad Fixed #28343 -- Add an OS chooser for docs command line examples. há 7 anos atrás
faq 48b327aef1 Fixed #29261 -- Doc'd the reason for LICENSE.python. há 6 anos atrás
howto eac9ab7ebb Removed parser.add_arguments() arguments that match the defaults. há 6 anos atrás
internals 31407fa3b3 Removed duplicate words in docs. há 6 anos atrás
intro 40ff93310f Added help for common 404 error in tutorial 1. há 6 anos atrás
man 253fcff90f Updated man page for Django 2.1 alpha. há 6 anos atrás
misc 01f658644a Updated various links in docs to avoid redirects há 7 anos atrás
ref 1ed8527e3d Fixed utils.html.escape()'s docs with regards to string coercion. há 6 anos atrás
releases 31407fa3b3 Removed duplicate words in docs. há 6 anos atrás
topics 6b6bdfe25c Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt. há 6 anos atrás
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. há 7 anos atrás
README 37b13033c6 Removed sudo from pip commands in docs. há 10 anos atrás
conf.py 9f6188bff3 Bumped version to 2.2 in docs. há 6 anos atrás
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. há 9 anos atrás
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. há 9 anos atrás
index.txt 23b21db31b Fixed #28594 -- Removed Jython docs and specific code há 7 anos atrás
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. há 12 anos atrás
spelling_wordlist a0b19a0f5b Refs #28643 -- Added math database functions. há 6 anos atrás

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/