Mariusz Felisiak b5bf026813 Corrected outputs and made cosmetic edits in GeoDjango tutorial. 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 b667ac24ea Fixed #25264 -- Allowed suppressing base command options in --help output. 3 лет назад
internals 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 3 лет назад
intro 3445c50a3a Made sentence about Model consistent 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 b5bf026813 Corrected outputs and made cosmetic edits in GeoDjango tutorial. 3 лет назад
releases 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 3 лет назад
topics 306607d5b9 Fixed #32365 -- Made zoneinfo the default timezone implementation. 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 ec212c6616 Fixed #33012 -- Added Redis cache backend. 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/