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.