Adam Johnson 1c2c6f1b51 Fixed a/an typos in "SQL" usage. 4 سال پیش
..
_ext 8f10ceaa90 Changed `'%s' % value` pattern to `str(value)`. 4 سال پیش
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. 5 سال پیش
faq d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 سال پیش
howto d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 سال پیش
internals 2522559d1a Fixed #31534 -- Deprecated django.conf.urls.url(). 4 سال پیش
intro d17b380653 Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 4 سال پیش
man 513f137cfd Updated man page for 3.0 alpha release. 5 سال پیش
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. 5 سال پیش
ref 1c2c6f1b51 Fixed a/an typos in "SQL" usage. 4 سال پیش
releases 1c2c6f1b51 Fixed a/an typos in "SQL" usage. 4 سال پیش
topics 0ebabe325d Doc'd country part of locale name with more than 2 characters. 4 سال پیش
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. 7 سال پیش
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. 5 سال پیش
conf.py 1cdfe8d912 Prevented (and corrected) single backtick usage in docs. 5 سال پیش
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 سال پیش
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. 9 سال پیش
index.txt bb13711451 Fixed #25712 -- Reorganized templates docs. 4 سال پیش
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. 12 سال پیش
spelling_wordlist 505fec6bad Capitalized Unicode in docs, strings, and comments. 5 سال پیش

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/