django/docs
Carlton Gibson 98fada7244 [3.1.x] Fixed #31570 -- Corrected translation loading for apps providing territorial language variants with different plural equations.
Regression in e3e48b0012.

Thanks to Shai Berger for report, reproduce and suggested fix.

Backport of dd1ca50b09 from master
2020-06-01 09:27:02 +02:00
..
_ext Changed '%s' % value pattern to str(value). 2020-05-04 08:27:18 +02:00
_theme
faq [3.1.x] Corrected FAQ link in docs/faq/help.txt. 2020-05-29 21:24:21 +02:00
howto [3.1.x] Changed some doc links to use intersphinx. 2020-05-29 21:10:34 +02:00
internals [3.1.x] Removed redundant pyenchant dependency in spelling check docs. 2020-06-01 07:08:25 +02:00
intro [3.1.x] Fixed #31628 -- Updated Windows install guide to recommend venv. 2020-05-27 11:20:13 +02:00
man Updated man page for Django 3.1 alpha. 2020-05-12 11:26:37 +02:00
misc
ref [3.1.x] Added SingleObjectMixin.query_pk_and_slug to CBV flattened index. 2020-06-01 07:49:26 +02:00
releases [3.1.x] Fixed #31570 -- Corrected translation loading for apps providing territorial language variants with different plural equations. 2020-06-01 09:27:02 +02:00
topics [3.1.x] Changed some doc links to use intersphinx. 2020-05-29 21:10:34 +02:00
conf.py [3.1.x] Bumped django_next_version in docs config. 2020-05-12 11:40:57 +02:00
contents.txt
glossary.txt
index.txt Fixed #25712 -- Reorganized templates docs. 2020-04-30 08:12:09 +02:00
make.bat
Makefile
README.rst Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 2020-01-29 06:04:15 +01:00
spelling_wordlist [3.1.x] Added Kyrgyz language. 2020-05-20 12:30:18 +02:00

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/