django/docs
Omkar Kulkarni b7f1c0d86d
Fixed #31495 - Corrected note about admin i18n in tutorial.
Thanks to Adam Johnson and Claude Paroz for review.
2020-05-06 16:19:04 +02:00
..
_ext
_theme
faq Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
howto Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
internals Fixed #31534 -- Deprecated django.conf.urls.url(). 2020-05-05 07:34:34 +02:00
intro Fixed #31495 - Corrected note about admin i18n in tutorial. 2020-05-06 16:19:04 +02:00
man
misc
ref Improved wording in Q() docs. 2020-05-06 06:43:28 +02:00
releases Fixed a/an typos in "SQL" usage. 2020-05-06 06:35:26 +02:00
topics Doc'd country part of locale name with more than 2 characters. 2020-05-04 20:50:18 +02:00
Makefile
README.rst
conf.py
contents.txt
glossary.txt
index.txt
make.bat
spelling_wordlist

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/