LB Johnston efa21b7bf7 fix typo in release notes | há 3 anos atrás | |
---|---|---|
.. | ||
_static | há 3 anos atrás | |
_templates | há 3 anos atrás | |
advanced_topics | há 3 anos atrás | |
contributing | há 3 anos atrás | |
editor_manual | há 3 anos atrás | |
extending | há 3 anos atrás | |
getting_started | há 3 anos atrás | |
reference | há 3 anos atrás | |
releases | há 3 anos atrás | |
topics | há 3 anos atrás | |
Makefile | há 4 anos atrás | |
README.md | há 3 anos atrás | |
autobuild.sh | há 8 anos atrás | |
conf.py | há 3 anos atrás | |
favicon.ico | há 7 anos atrás | |
index.rst | há 3 anos atrás | |
logo.png | há 9 anos atrás | |
requirements.txt | há 3 anos atrás | |
robots.txt | há 3 anos atrás | |
spelling_wordlist.txt | há 4 anos atrás | |
support.rst | há 3 anos atrás |
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.