Nick Pope 335c9c94ac Simplified imports from django.db and django.contrib.gis.db. 5 tahun lalu
..
_ext 89d41cba39 Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+. 5 tahun lalu
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 5 tahun lalu
faq 5708327c37 Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin. 5 tahun lalu
howto 335c9c94ac Simplified imports from django.db and django.contrib.gis.db. 5 tahun lalu
internals 8ae84156d6 Fixed #27604 -- Used the cookie signer to sign message cookies. 5 tahun lalu
intro 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 tahun lalu
man 513f137cfd Updated man page for 3.0 alpha release. 5 tahun lalu
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 tahun lalu
ref a45c8d7ad0 Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to. 5 tahun lalu
releases 469bf2db15 Fixed #31210 -- Doc'd how to reproduce HttpRequest.is_ajax() in release notes. 5 tahun lalu
topics 8c0c0235b6 Added tests for signing non-string values and updated docs. 5 tahun lalu
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 tahun lalu
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 tahun lalu
conf.py 1a9459b88e Fixed #28290 -- Enabled Sphinx auto-label generation for title and section headers. 5 tahun lalu
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 tahun lalu
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 tahun lalu
index.txt 03f6159407 Fixed typo in docs/index.txt. 5 tahun lalu
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 tahun lalu
spelling_wordlist c90ab30fa1 Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. 5 tahun lalu

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/