Bartosz Cieliński 39d1bc816d Ensure Draftail features wrap in case there is a lot of added features | пре 2 недеља | |
---|---|---|
.. | ||
_static | пре 3 недеља | |
_templates | пре 3 недеља | |
advanced_topics | пре 3 недеља | |
contributing | пре 4 недеља | |
deployment | пре 2 месеци | |
editor_manual | пре 2 месеци | |
extending | пре 2 месеци | |
getting_started | пре 6 дана | |
public | пре 1 година | |
reference | пре 1 недеља | |
releases | пре 10 часа | |
topics | пре 1 недеља | |
tutorial | пре 6 дана | |
Makefile | пре 4 месеци | |
README.md | пре 1 година | |
conf.py | пре 4 недеља | |
favicon.ico | пре 8 месеци | |
index.rst | пре 2 месеци | |
logo.png | пре 8 месеци | |
spelling_wordlist.txt | пре 1 година | |
support.md | пре 1 месец |
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.