Matt Westcott 48b3a52c92 Release note for #12268 in 6.2.2 | 4 mēneši atpakaļ | |
---|---|---|
.. | ||
_static | 6 mēneši atpakaļ | |
_templates | 7 mēneši atpakaļ | |
advanced_topics | 4 mēneši atpakaļ | |
contributing | 5 mēneši atpakaļ | |
deploy | 4 mēneši atpakaļ | |
editor_manual | 2 gadi atpakaļ | |
extending | 5 mēneši atpakaļ | |
getting_started | 5 mēneši atpakaļ | |
public | 1 gadu atpakaļ | |
reference | 5 mēneši atpakaļ | |
releases | 4 mēneši atpakaļ | |
topics | 5 mēneši atpakaļ | |
tutorial | 5 mēneši atpakaļ | |
Makefile | 6 mēneši atpakaļ | |
README.md | 1 gadu atpakaļ | |
conf.py | 6 mēneši atpakaļ | |
favicon.ico | 10 mēneši atpakaļ | |
index.rst | 5 mēneši atpakaļ | |
logo.png | 10 mēneši atpakaļ | |
spelling_wordlist.txt | 1 gadu atpakaļ | |
support.md | 5 mēneši atpakaļ |
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.