LB cc335cad5f Reinstate modal-workflow self.ajaxifyForm & add unit tests | vor 1 Tag | |
---|---|---|
.. | ||
_static | vor 3 Wochen | |
_templates | vor 3 Wochen | |
advanced_topics | vor 2 Wochen | |
contributing | vor 1 Woche | |
deployment | vor 2 Wochen | |
editor_manual | vor 2 Monaten | |
extending | vor 2 Wochen | |
getting_started | vor 2 Tagen | |
public | vor 1 Jahr | |
reference | vor 4 Tagen | |
releases | vor 1 Tag | |
topics | vor 4 Tagen | |
tutorial | vor 2 Tagen | |
Makefile | vor 4 Monaten | |
README.md | vor 1 Jahr | |
conf.py | vor 2 Wochen | |
favicon.ico | vor 8 Monaten | |
index.rst | vor 2 Monaten | |
logo.png | vor 8 Monaten | |
spelling_wordlist.txt | vor 1 Jahr | |
support.md | vor 1 Monat |
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 MyST playground at Curvenote or the MyST-Markdown VS Code Extension are helpful tools for working with the MyST syntax.