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.