ankit02327 79c9ce266c Update community guidelines link in first contribution guide | vor 3 Tagen | |
---|---|---|
.. | ||
_static | vor 4 Wochen | |
_templates | vor 4 Wochen | |
advanced_topics | vor 3 Tagen | |
contributing | vor 3 Tagen | |
deployment | vor 3 Wochen | |
editor_manual | vor 2 Monaten | |
extending | vor 3 Wochen | |
getting_started | vor 1 Woche | |
public | vor 1 Jahr | |
reference | vor 5 Tagen | |
releases | vor 3 Tagen | |
topics | vor 1 Woche | |
tutorial | vor 1 Woche | |
Makefile | vor 4 Monaten | |
README.md | vor 1 Jahr | |
conf.py | vor 3 Wochen | |
favicon.ico | vor 8 Monaten | |
index.rst | vor 2 Monaten | |
logo.png | vor 8 Monaten | |
spelling_wordlist.txt | vor 1 Jahr | |
support.md | vor 1 Monat |
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.