Maarten fe58d96e50 Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt. 9 anni fa
..
_ext ccfb5c7408 Removed obsolete literals_to_xrefs.py script. 9 anni fa
_theme c45fbd060a Added white-space: pre-wrap; to docs code blocks to match docs.dp.com. 9 anni fa
faq e9c5c39631 Updated various links in docs 9 anni fa
howto c92cd22d02 Refs #25345 -- Updated links to code.google.com. 9 anni fa
internals e133b55943 Refs #25144 -- Revised deprecation timeline: migrations won't become compulsory. 9 anni fa
intro bda408f60b Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS. 9 anni fa
man f66c2bdc0f Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpage 10 anni fa
misc aed437d567 Updated release process for new release schedule. 9 anni fa
ref ab26b65b2f Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS. 9 anni fa
releases ab26b65b2f Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS. 9 anni fa
topics fe58d96e50 Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt. 9 anni fa
Makefile b327a614eb Added an "htmlview" target to open docs after building them. 10 anni fa
README 37b13033c6 Removed sudo from pip commands in docs. 10 anni fa
conf.py f66c2bdc0f Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpage 10 anni fa
contents.txt 6eb4f25692 Removed an obsolete documentation page about admin style customization. 12 anni fa
glossary.txt 64982cc2fb Updated Wikipedia links to use https 9 anni fa
index.txt fd0949181f Fixed #24961 -- Added links to all auth docs pages from index. 9 anni fa
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 anni fa
spelling_wordlist ab26b65b2f Fixed #25334 -- Provided a way to allow cross-origin unsafe requests over HTTPS. 9 anni fa

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/