ankit02327 79c9ce266c Update community guidelines link in first contribution guide | hai 17 horas | |
---|---|---|
.. | ||
_static | hai 3 semanas | |
_templates | hai 3 semanas | |
advanced_topics | hai 19 horas | |
contributing | hai 13 horas | |
deployment | hai 3 semanas | |
editor_manual | hai 2 meses | |
extending | hai 2 semanas | |
getting_started | hai 6 días | |
public | hai 1 ano | |
reference | hai 2 días | |
releases | hai 13 horas | |
topics | hai 1 semana | |
tutorial | hai 6 días | |
Makefile | hai 4 meses | |
README.md | hai 1 ano | |
conf.py | hai 3 semanas | |
favicon.ico | hai 8 meses | |
index.rst | hai 2 meses | |
logo.png | hai 8 meses | |
spelling_wordlist.txt | hai 1 ano | |
support.md | hai 1 mes |
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.