LB cc335cad5f Reinstate modal-workflow self.ajaxifyForm & add unit tests | před 1 dnem | |
---|---|---|
.. | ||
_static | před 3 týdny | |
_templates | před 3 týdny | |
advanced_topics | před 2 týdny | |
contributing | před 1 týdnem | |
deployment | před 2 týdny | |
editor_manual | před 2 měsíci | |
extending | před 2 týdny | |
getting_started | před 2 dny | |
public | před 1 rokem | |
reference | před 4 dny | |
releases | před 1 dnem | |
topics | před 4 dny | |
tutorial | před 2 dny | |
Makefile | před 4 měsíci | |
README.md | před 1 rokem | |
conf.py | před 2 týdny | |
favicon.ico | před 8 měsíci | |
index.rst | před 2 měsíci | |
logo.png | před 8 měsíci | |
spelling_wordlist.txt | před 1 rokem | |
support.md | před 1 měsícem |
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.