django/docs
Simon Charette b0ad41198b Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms.
Thanks Eugene Morozov and Ben Nace for the reports.
2023-12-12 05:51:33 +01:00
..
_ext
_theme
faq Added VoiceOver iOS and macOS separately in admin FAQ. 2023-11-21 05:45:50 +01:00
howto Refs #25778 -- Updated some links and references to HTTPS. 2023-11-29 11:21:22 +01:00
internals Deprecated django.contrib.gis.geoip2.GeoIP2.open(). 2023-12-05 08:21:19 +01:00
intro Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x. 2023-11-19 16:31:46 +01:00
man
misc Refs #25778 -- Updated some links and references to HTTPS. 2023-11-29 11:21:22 +01:00
ref Fixed #35016 -- Doc'd that DATABASES["OPTIONS"] are passed to new PostgreSQL connections. 2023-12-08 08:21:51 +01:00
releases Fixed #34013 -- Added QuerySet.order_by() support for annotation transforms. 2023-12-12 05:51:33 +01:00
topics Refs #25778 -- Updated some links and references to HTTPS. 2023-11-29 11:21:22 +01:00
Makefile Refs #34140 -- Added configurations to run blacken-docs linter and adjusted docs. 2023-03-01 13:02:57 +01:00
README.rst
conf.py
contents.txt
glossary.txt
index.txt
make.bat
requirements.txt
spelling_wordlist Doc'd support for assistive technologies in the admin. 2023-11-17 09:29:24 +01:00

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/