Matt Westcott 48b3a52c92 Release note for #12268 in 6.2.2 | há 4 meses atrás | |
---|---|---|
.. | ||
_static | há 6 meses atrás | |
_templates | há 7 meses atrás | |
advanced_topics | há 4 meses atrás | |
contributing | há 5 meses atrás | |
deploy | há 4 meses atrás | |
editor_manual | há 2 anos atrás | |
extending | há 5 meses atrás | |
getting_started | há 5 meses atrás | |
public | há 1 ano atrás | |
reference | há 5 meses atrás | |
releases | há 4 meses atrás | |
topics | há 5 meses atrás | |
tutorial | há 5 meses atrás | |
Makefile | há 6 meses atrás | |
README.md | há 1 ano atrás | |
conf.py | há 6 meses atrás | |
favicon.ico | há 10 meses atrás | |
index.rst | há 5 meses atrás | |
logo.png | há 10 meses atrás | |
spelling_wordlist.txt | há 1 ano atrás | |
support.md | há 5 meses 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.