LB cc335cad5f Reinstate modal-workflow self.ajaxifyForm & add unit tests | пре 1 дан | |
---|---|---|
.. | ||
_static | пре 3 недеља | |
_templates | пре 3 недеља | |
advanced_topics | пре 2 недеља | |
contributing | пре 1 недеља | |
deployment | пре 2 недеља | |
editor_manual | пре 2 месеци | |
extending | пре 2 недеља | |
getting_started | пре 2 дана | |
public | пре 1 година | |
reference | пре 4 дана | |
releases | пре 1 дан | |
topics | пре 4 дана | |
tutorial | пре 2 дана | |
Makefile | пре 4 месеци | |
README.md | пре 1 година | |
conf.py | пре 2 недеља | |
favicon.ico | пре 8 месеци | |
index.rst | пре 2 месеци | |
logo.png | пре 8 месеци | |
spelling_wordlist.txt | пре 1 година | |
support.md | пре 1 месец |
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.