LB cc335cad5f Reinstate modal-workflow self.ajaxifyForm & add unit tests | há 1 dia atrás | |
---|---|---|
.. | ||
_static | há 3 semanas atrás | |
_templates | há 3 semanas atrás | |
advanced_topics | há 2 semanas atrás | |
contributing | há 1 semana atrás | |
deployment | há 2 semanas atrás | |
editor_manual | há 2 meses atrás | |
extending | há 2 semanas atrás | |
getting_started | há 2 dias atrás | |
public | há 1 ano atrás | |
reference | há 4 dias atrás | |
releases | há 1 dia atrás | |
topics | há 4 dias atrás | |
tutorial | há 2 dias atrás | |
Makefile | há 4 meses atrás | |
README.md | há 1 ano atrás | |
conf.py | há 2 semanas atrás | |
favicon.ico | há 8 meses atrás | |
index.rst | há 2 meses atrás | |
logo.png | há 8 meses atrás | |
spelling_wordlist.txt | há 1 ano atrás | |
support.md | há 1 mês 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 MyST playground at Curvenote or the MyST-Markdown VS Code Extension are helpful tools for working with the MyST syntax.