1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/docs
2022-02-25 13:40:13 +01:00
..
_ext Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
_theme Stopped including type="text/css" attributes for CSS link tags. 2022-01-22 16:38:14 +01:00
faq
howto Optimized docs images. 2022-02-25 13:40:13 +01:00
internals Fixed #31486 -- Deprecated passing unsaved objects to related filters. 2022-02-25 07:51:37 +01:00
intro Optimized docs images. 2022-02-25 13:40:13 +01:00
man
misc
ref Optimized docs images. 2022-02-25 13:40:13 +01:00
releases Fixed #31486 -- Deprecated passing unsaved objects to related filters. 2022-02-25 07:51:37 +01:00
topics Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00
conf.py Refs #33476 -- Refactored code to strictly match 88 characters line length. 2022-02-07 20:37:05 +01:00
contents.txt
glossary.txt
index.txt
make.bat
Makefile
README.rst
requirements.txt
spelling_wordlist

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/