Mariusz Felisiak 54646a423b Refs #27468 -- Made user sessions use SHA-256 algorithm. hace 4 años
..
_ext ee37d2070a Sorted imports in docs/_ext/djangodocs.py. hace 5 años
_theme e703b93a65 Fixed #31080 -- Removed redundant type="text/javascript" attribute from <script> tags. hace 5 años
faq 1cdfe8d912 Prevented (and corrected) single backtick usage in docs. hace 5 años
howto 8e8c3f964e Refs #29501 -- Allowed customizing exit status for management commands. hace 5 años
internals 54646a423b Refs #27468 -- Made user sessions use SHA-256 algorithm. hace 4 años
intro 2c4f603461 Fixed typo in docs/intro/contributing.txt. hace 5 años
man 513f137cfd Updated man page for 3.0 alpha release. hace 5 años
misc 5cef2cd4a1 Expanded API stability docs to include our policy of continual improvement. hace 5 años
ref 9ef4a18dbe Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError. hace 4 años
releases 54646a423b Refs #27468 -- Made user sessions use SHA-256 algorithm. hace 4 años
topics 54646a423b Refs #27468 -- Made user sessions use SHA-256 algorithm. hace 4 años
Makefile f370bfb108 Fixed docs build with Sphinx 1.6. hace 7 años
README.rst 32166a9f7c Refs #25778 -- Updated sphinx-doc.org links to HTTPS. hace 5 años
conf.py 1cdfe8d912 Prevented (and corrected) single backtick usage in docs. hace 5 años
contents.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. hace 9 años
glossary.txt bca9faae95 Fixed #26020 -- Normalized header stylings in docs. hace 9 años
index.txt 6ef4c8aa9f Rewrote Get Help FAQ. hace 5 años
make.bat 9b5f64cc6e Fixed #19516 - Fixed remaining broken links. hace 12 años
spelling_wordlist 505fec6bad Capitalized Unicode in docs, strings, and comments. hace 5 años

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/