sage 84c7c4a477 Fixed #32309 -- Added --exclude option to startapp/startproject management commands. před 3 roky
..
_ext f9b7704ab3 Refs #32956 -- Corrected spelling of "gray". před 3 roky
_theme 4659a790cf Fixed #32860 -- Made docs permalinks focusable to improve accessibility. před 3 roky
faq 259b28706e Fixed some broken links and redirects in docs. před 3 roky
howto b667ac24ea Fixed #25264 -- Allowed suppressing base command options in --help output. před 3 roky
internals c23aa73626 Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. před 3 roky
intro 3445c50a3a Made sentence about Model consistent in docs. před 3 roky
man db971f63ab Updated django-admin man page for Django 3.2. před 4 roky
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. před 3 roky
ref 84c7c4a477 Fixed #32309 -- Added --exclude option to startapp/startproject management commands. před 3 roky
releases 84c7c4a477 Fixed #32309 -- Added --exclude option to startapp/startproject management commands. před 3 roky
topics d89f976bdd Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks recursively. před 3 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 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. před 3 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 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. před 3 roky
make.bat 7582d913e7 Added spelling option to make.bat. před 3 roky
requirements.txt 9f125fce79 Used GitHub actions for docs tests. před 4 roky
spelling_wordlist fbb1984046 Refs #32956 -- Updated words ending in -wards. před 3 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/