Ying Chen e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
..
_ext e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
_theme e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
faq e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
howto e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
internals e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
intro e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
man e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
misc e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
ref e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
releases e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
topics e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
Makefile e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
README e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
conf.py e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
contents.txt e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
glossary.txt e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
index.txt e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
make.bat e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前
spelling_wordlist e9a6a03b05 HUE-8772 [core] Upgrade Django from 1.11 to 1.11.20 6 年之前

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/