Adam Johnson e4bc4f26b2 Made examples concrete in upgrade documentation. 5 년 전
..
_ext 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. 5 년 전
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 5 년 전
faq 5708327c37 Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. 5 년 전
howto e4bc4f26b2 Made examples concrete in upgrade documentation. 5 년 전
internals 7400da49a5 Clarified backport policy for regressions. 5 년 전
intro 26be53dd89 Added note about incomplete HTML in tutorial 3. 5 년 전
man 513f137cfd Updated man page for 3.0 alpha release. 5 년 전
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 년 전
ref c7b97ac3a7 Added missing backtick in instances docs. 5 년 전
releases 13e4abf83e Fixed #30752 -- Allowed using ExceptionReporter subclasses in error reports. 5 년 전
topics d08d4f464a Fixed #30765 -- Made cache_page decorator take precedence over max-age Cache-Control directive. 5 년 전
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 년 전
README.rst ceecd0556d Improved ReST formatting in docs/README.rst. 5 년 전
conf.py 0f2f517298 Bumped version; master is now 3.1 pre-alpha. 5 년 전
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 년 전
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 년 전
index.txt 03f6159407 Fixed typo in docs/index.txt. 5 년 전
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 년 전
spelling_wordlist c90ab30fa1 Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. 5 년 전

README.rst

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

It uses `ReST`_ (reStructuredText), and the `Sphinx`_ documentation system.
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 ``python -m 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.

.. _ReST: https://docutils.sourceforge.io/rst.html
.. _Sphinx: http://sphinx-doc.org