Mariusz Felisiak 931c6e982c Refs #32230 -- Made LayerMapping support pathlib.Path. hace 4 años
..
_ext 36a2e9607e Made default_role_error use logger. hace 4 años
_theme be534348f5 Fixed #16300 -- Improved singlehtml docs formatting with headers CSS. hace 4 años
faq e18156b6c3 Refs #31040 -- Doc'd Python 3.9 compatibility. hace 4 años
howto f1585c54d0 Fixed #31216 -- Added support for colorama terminal colors on Windows. hace 4 años
internals 477c800443 Changed docs and a code comment to use gender-neutral pronouns. hace 4 años
intro 3f7b327562 Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. hace 4 años
man d51e090db2 Updated man page for Django 3.1 alpha. hace 4 años
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. hace 5 años
ref 931c6e982c Refs #32230 -- Made LayerMapping support pathlib.Path. hace 4 años
releases 931c6e982c Refs #32230 -- Made LayerMapping support pathlib.Path. hace 4 años
topics 3828879eee Fixed #32220 -- Added durable argument to transaction.atomic(). hace 4 años
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. hace 7 años
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. hace 5 años
conf.py 6b9b2af735 Bumped version; master is now 3.2 pre-alpha. hace 4 años
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. hace 9 años
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. hace 9 años
index.txt bb13711451 Fixed #25712 -- Reorganized templates docs. hace 4 años
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. hace 12 años
spelling_wordlist f1585c54d0 Fixed #31216 -- Added support for colorama terminal colors on Windows. hace 4 años

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/