ankit02327 79c9ce266c Update community guidelines link in first contribution guide | 17 tuntia sitten | |
---|---|---|
.. | ||
_static | 3 viikkoa sitten | |
_templates | 3 viikkoa sitten | |
advanced_topics | 19 tuntia sitten | |
contributing | 13 tuntia sitten | |
deployment | 3 viikkoa sitten | |
editor_manual | 2 kuukautta sitten | |
extending | 2 viikkoa sitten | |
getting_started | 6 päivää sitten | |
public | 1 vuosi sitten | |
reference | 2 päivää sitten | |
releases | 13 tuntia sitten | |
topics | 1 viikko sitten | |
tutorial | 6 päivää sitten | |
Makefile | 4 kuukautta sitten | |
README.md | 1 vuosi sitten | |
conf.py | 3 viikkoa sitten | |
favicon.ico | 8 kuukautta sitten | |
index.rst | 2 kuukautta sitten | |
logo.png | 8 kuukautta sitten | |
spelling_wordlist.txt | 1 vuosi sitten | |
support.md | 1 kuukausi sitten |
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.