Robert Rollins d18ffb0233 Implemented a 'choose' permission for Images and Documents (#6466) | %!s(int64=4) %!d(string=hai) anos | |
---|---|---|
.. | ||
_static | %!s(int64=4) %!d(string=hai) anos | |
advanced_topics | %!s(int64=4) %!d(string=hai) anos | |
contributing | %!s(int64=4) %!d(string=hai) anos | |
editor_manual | %!s(int64=4) %!d(string=hai) anos | |
getting_started | %!s(int64=4) %!d(string=hai) anos | |
reference | %!s(int64=3) %!d(string=hai) anos | |
releases | %!s(int64=3) %!d(string=hai) anos | |
topics | %!s(int64=3) %!d(string=hai) anos | |
Makefile | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=5) %!d(string=hai) anos | |
autobuild.sh | %!s(int64=7) %!d(string=hai) anos | |
conf.py | %!s(int64=4) %!d(string=hai) anos | |
favicon.ico | %!s(int64=6) %!d(string=hai) anos | |
index.rst | %!s(int64=6) %!d(string=hai) anos | |
logo.png | %!s(int64=9) %!d(string=hai) anos | |
requirements.txt | %!s(int64=7) %!d(string=hai) anos | |
robots.txt | %!s(int64=4) %!d(string=hai) anos | |
spelling_wordlist.txt | %!s(int64=4) %!d(string=hai) anos | |
support.rst | %!s(int64=4) %!d(string=hai) anos |
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.