applet.miniprograms/test/Django-2.1.15/docs
a 7fe70e60d0 上传文件至 'test/Django-2.1.15/docs/internals' 2022-05-17 21:04:08 +08:00
..
_ext 上传文件至 'test/Django-2.1.15/docs/_ext' 2022-05-17 20:57:40 +08:00
faq 上传文件至 'test/Django-2.1.15/docs/faq' 2022-05-17 21:01:46 +08:00
internals 上传文件至 'test/Django-2.1.15/docs/internals' 2022-05-17 21:04:08 +08:00
Makefile 上传文件至 'test/Django-2.1.15/docs' 2022-05-12 16:48:44 +08:00
README 上传文件至 'test/Django-2.1.15/docs' 2022-05-12 16:48:44 +08:00
conf.py 上传文件至 'test/Django-2.1.15/docs' 2022-05-17 20:58:02 +08:00
contents.txt 上传文件至 'test/Django-2.1.15/docs' 2022-05-12 16:48:44 +08:00
glossary.txt 上传文件至 'test/Django-2.1.15/docs' 2022-05-17 20:58:02 +08:00
index.txt 上传文件至 'test/Django-2.1.15/docs' 2022-05-17 20:58:02 +08:00
make.bat 上传文件至 'test/Django-2.1.15/docs' 2022-05-12 16:48:44 +08:00
spelling_wordlist 上传文件至 'test/Django-2.1.15/docs' 2022-05-12 16:48:44 +08:00

README

The documentation in this tree is in plain text files and can be viewed using
any text file viewer.

It uses ReST (reStructuredText) [1], and the Sphinx documentation system [2].
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 ``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.

[1] http://docutils.sourceforge.net/rst.html
[2] http://sphinx-doc.org/