Matt Westcott 880a31d740 Release note for #12608 in 6.3.2 | 2 dni temu | |
---|---|---|
.. | ||
_static | 3 tygodni temu | |
_templates | 3 tygodni temu | |
advanced_topics | 3 tygodni temu | |
contributing | 3 tygodni temu | |
deployment | 2 miesięcy temu | |
editor_manual | 2 miesięcy temu | |
extending | 2 miesięcy temu | |
getting_started | 2 dni temu | |
public | 1 rok temu | |
reference | 5 dni temu | |
releases | 2 dni temu | |
topics | 5 dni temu | |
tutorial | 2 dni temu | |
Makefile | 4 miesięcy temu | |
README.md | 1 rok temu | |
conf.py | 3 tygodni temu | |
favicon.ico | 8 miesięcy temu | |
index.rst | 2 miesięcy temu | |
logo.png | 8 miesięcy temu | |
spelling_wordlist.txt | 1 rok temu | |
support.md | 1 miesiąc temu |
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.