Robert Rollins d18ffb0233 Implemented a 'choose' permission for Images and Documents (#6466) | 4 年之前 | |
---|---|---|
.. | ||
_static | 4 年之前 | |
advanced_topics | 4 年之前 | |
contributing | 4 年之前 | |
editor_manual | 4 年之前 | |
getting_started | 4 年之前 | |
reference | 3 年之前 | |
releases | 3 年之前 | |
topics | 3 年之前 | |
Makefile | 4 年之前 | |
README.md | 5 年之前 | |
autobuild.sh | 7 年之前 | |
conf.py | 4 年之前 | |
favicon.ico | 6 年之前 | |
index.rst | 6 年之前 | |
logo.png | 9 年之前 | |
requirements.txt | 7 年之前 | |
robots.txt | 4 年之前 | |
spelling_wordlist.txt | 4 年之前 | |
support.rst | 4 年之前 |
These are Sphinx docs, automatically built at https://docs.wagtail.io when the master branch is committed to Github. To build them locally, install Wagtail's development requirements (in the root Wagtail directory):
pip install -e .[testing,docs]
To build the documentation for browsing, from this directory run:
make html
then open _build/html/index.html
in a browser.
To rebuild automatically while editing the documentation, from this directory run:
sphinx-autobuild . _build
The online editor at http://rst.ninjs.org/ is a helpful tool for checking reStructuredText syntax.