Adam Johnson c8d3cbdba8 Refs #31055 -- Doc'd 'databases' argument of check functions. 4 år sedan
..
_ext f9b7704ab3 Refs #32956 -- Corrected spelling of "gray". 3 år sedan
_theme 4659a790cf Fixed #32860 -- Made docs permalinks focusable to improve accessibility. 3 år sedan
faq 259b28706e Fixed some broken links and redirects in docs. 3 år sedan
howto b667ac24ea Fixed #25264 -- Allowed suppressing base command options in --help output. 3 år sedan
internals c23aa73626 Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. 3 år sedan
intro 3445c50a3a Made sentence about Model consistent in docs. 3 år sedan
man db971f63ab Updated django-admin man page for Django 3.2. 4 år sedan
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 år sedan
ref 0a28b42b15 Fixed #33084 -- Removed incorrect system check for ManyToManyField with limit_choices_to. 3 år sedan
releases 46c8df640c Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its verbose_name. 3 år sedan
topics c8d3cbdba8 Refs #31055 -- Doc'd 'databases' argument of check functions. 3 år sedan
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 år sedan
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 år sedan
conf.py 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 år sedan
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 år sedan
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 år sedan
index.txt 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 3 år sedan
make.bat 7582d913e7 Added spelling option to make.bat. 3 år sedan
requirements.txt 9f125fce79 Used GitHub actions for docs tests. 4 år sedan
spelling_wordlist fbb1984046 Refs #32956 -- Updated words ending in -wards. 3 år sedan

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/