LB Johnston efa21b7bf7 fix typo in release notes | vor 3 Jahren | |
---|---|---|
.. | ||
_static | vor 3 Jahren | |
_templates | vor 3 Jahren | |
advanced_topics | vor 3 Jahren | |
contributing | vor 3 Jahren | |
editor_manual | vor 3 Jahren | |
extending | vor 3 Jahren | |
getting_started | vor 3 Jahren | |
reference | vor 3 Jahren | |
releases | vor 3 Jahren | |
topics | vor 3 Jahren | |
Makefile | vor 4 Jahren | |
README.md | vor 3 Jahren | |
autobuild.sh | vor 8 Jahren | |
conf.py | vor 3 Jahren | |
favicon.ico | vor 7 Jahren | |
index.rst | vor 3 Jahren | |
logo.png | vor 9 Jahren | |
requirements.txt | vor 3 Jahren | |
robots.txt | vor 3 Jahren | |
spelling_wordlist.txt | vor 4 Jahren | |
support.rst | vor 3 Jahren |
These are Sphinx docs, automatically built at https://docs.wagtail.org when the main
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.