Carlton Gibson 1b32b2f614 Fixed #32083 -- Added link back to migrating section in multi-db docs example. před 4 roky
..
_ext 36a2e9607e Made default_role_error use logger. před 4 roky
_theme be534348f5 Fixed #16300 -- Improved singlehtml docs formatting with headers CSS. před 4 roky
faq b8b129e58c Removed reference to unsupported versions of Django and Python. před 4 roky
howto dcb69043d0 Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. před 4 roky
internals bb8f66934d Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context." před 4 roky
intro 25352dc019 Updated How to install Django on Windows guide. před 4 roky
man d51e090db2 Updated man page for Django 3.1 alpha. před 4 roky
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. před 5 roky
ref d976c254fc Fixed #23681, Fixed #27445 -- Doc'd setting choices for NullBooleanField widgets. před 4 roky
releases dcb69043d0 Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. před 4 roky
topics 1b32b2f614 Fixed #32083 -- Added link back to migrating section in multi-db docs example. před 4 roky
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. před 7 roky
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. před 5 roky
conf.py 6b9b2af735 Bumped version; master is now 3.2 pre-alpha. před 4 roky
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. před 9 roky
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. před 9 roky
index.txt bb13711451 Fixed #25712 -- Reorganized templates docs. před 4 roky
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. před 12 roky
spelling_wordlist 825ce75fae Fixed #31928 -- Fixed detecting an async get_response in various middlewares. před 4 roky

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: https://www.sphinx-doc.org/