Chris Jerdonek b263f4b69d Fixed #32552 -- Added logger argument to DiscoverRunner. пре 3 година
..
_ext f9b7704ab3 Refs #32956 -- Corrected spelling of "gray". пре 3 година
_theme 4659a790cf Fixed #32860 -- Made docs permalinks focusable to improve accessibility. пре 3 година
faq 259b28706e Fixed some broken links and redirects in docs. пре 3 година
howto c23aa73626 Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. пре 3 година
internals c23aa73626 Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. пре 3 година
intro c23aa73626 Fixed #32964 -- Corrected 'setup'/'set up' usage in docs. пре 3 година
man db971f63ab Updated django-admin man page for Django 3.2. пре 4 година
misc 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. пре 3 година
ref 36714be874 Refs #31621 -- Fixed handling --parallel option in test management command and runtests.py. пре 3 година
releases b263f4b69d Fixed #32552 -- Added logger argument to DiscoverRunner. пре 3 година
topics b263f4b69d Fixed #32552 -- Added logger argument to DiscoverRunner. пре 3 година
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. пре 7 година
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. пре 5 година
conf.py 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. пре 3 година
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. пре 9 година
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. пре 9 година
index.txt 1024b5e74a Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. пре 3 година
make.bat 7582d913e7 Added spelling option to make.bat. пре 3 година
requirements.txt 9f125fce79 Used GitHub actions for docs tests. пре 4 година
spelling_wordlist fbb1984046 Refs #32956 -- Updated words ending in -wards. пре 3 година

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/