![]() |
il y a 3 ans | |
---|---|---|
.. | ||
_static | il y a 3 ans | |
_templates | il y a 3 ans | |
advanced_topics | il y a 3 ans | |
contributing | il y a 3 ans | |
editor_manual | il y a 3 ans | |
extending | il y a 3 ans | |
getting_started | il y a 3 ans | |
reference | il y a 3 ans | |
releases | il y a 3 ans | |
topics | il y a 3 ans | |
Makefile | il y a 4 ans | |
README.md | il y a 3 ans | |
autobuild.sh | il y a 8 ans | |
conf.py | il y a 3 ans | |
favicon.ico | il y a 7 ans | |
index.rst | il y a 3 ans | |
logo.png | il y a 9 ans | |
requirements.txt | il y a 3 ans | |
robots.txt | il y a 3 ans | |
spelling_wordlist.txt | il y a 4 ans | |
support.rst | il y a 3 ans |
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.