Jacob Walls 56f9579105 Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suite()/run_tests(). il y a 3 ans
..
_ext 36a2e9607e Made default_role_error use logger. il y a 4 ans
_theme 4659a790cf Fixed #32860 -- Made docs permalinks focusable to improve accessibility. il y a 3 ans
faq f10c52afab Refs #31356 -- Changed IRC links to the Libera.Chat webchat. il y a 3 ans
howto 22fbebc744 Refs #32880 -- Made some titles consistent in how-to documents. il y a 3 ans
internals 56f9579105 Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suite()/run_tests(). il y a 3 ans
intro d8c17aa10c Refs #32338 -- Improved accessibility of RadioSelect examples in docs. il y a 3 ans
man db971f63ab Updated django-admin man page for Django 3.2. il y a 4 ans
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. il y a 5 ans
ref f51a792c41 Fixed #32928 -- Confirmed support for GDAL 3.3. il y a 3 ans
releases 56f9579105 Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suite()/run_tests(). il y a 3 ans
topics 56f9579105 Fixed #32655 -- Deprecated extra_tests argument for DiscoverRunner.build_suite()/run_tests(). il y a 3 ans
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. il y a 7 ans
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. il y a 5 ans
conf.py 37e8367c35 Refs #31676 -- Removed Django Core-Mentorship mailing list references in docs. il y a 3 ans
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. il y a 9 ans
index.txt bb13711451 Fixed #25712 -- Reorganized templates docs. il y a 4 ans
make.bat 7582d913e7 Added spelling option to make.bat. il y a 3 ans
requirements.txt 9f125fce79 Used GitHub actions for docs tests. il y a 4 ans
spelling_wordlist 66491f08fe Changed IRC references to Libera.Chat. il y a 3 ans

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/