Tobias Bengfort 632d4861dd Clarified permission-related docs. il y a 6 ans
..
_ext 7206601040 Fixed crash building translated docs since Sphinx 1.8. il y a 6 ans
_theme c49ea6f591 Refs #20910 -- Replaced snippet directive with code-block. il y a 6 ans
faq eb0ce6fa36 Added stub release notes for 3.0. il y a 6 ans
howto 25829197bb Removed extra characters in docs header underlines. il y a 6 ans
internals a8e2a9bac6 Refs #15902 -- Deprecated storing user's language in the session. il y a 6 ans
intro c41e6c4eb8 Fixed #30208 -- Fixed login header height and alignment in the largest breakpoint. il y a 6 ans
man ba1a3c6034 Updated man page for Django 2.2 alpha. il y a 6 ans
misc 01f658644a Updated various links in docs to avoid redirects il y a 7 ans
ref b0799f5d86 Fixed documentation of database representation for ManyToManyField. il y a 6 ans
releases 9ff18c08c3 Refs #28643 -- Added MD5 database function. il y a 6 ans
topics 632d4861dd Clarified permission-related docs. il y a 6 ans
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. il y a 7 ans
README 37b13033c6 Removed sudo from pip commands in docs. il y a 10 ans
conf.py c34c6d0a2f Used extlinks for GitHub commits. il y a 6 ans
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
index.txt d293d68f6a Removed dead links to botbot.me. il y a 6 ans
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. il y a 12 ans
spelling_wordlist 199025fa88 Removed unused words from docs/spelling_wordlist. il y a 6 ans

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/