![]() |
1 deň pred | |
---|---|---|
.. | ||
_static | 3 mesiacov pred | |
_templates | 3 mesiacov pred | |
advanced_topics | 4 týždňov pred | |
contributing | 3 týždňov pred | |
deployment | 5 mesiacov pred | |
editor_manual | 5 mesiacov pred | |
extending | 1 mesiac pred | |
getting_started | 2 mesiacov pred | |
public | 1 rok pred | |
reference | 3 mesiacov pred | |
releases | 5 hodín pred | |
topics | 2 týždňov pred | |
tutorial | 2 mesiacov pred | |
Makefile | 6 mesiacov pred | |
README.md | 1 rok pred | |
conf.py | 3 mesiacov pred | |
favicon.ico | 11 mesiacov pred | |
index.rst | 5 mesiacov pred | |
logo.png | 11 mesiacov pred | |
spelling_wordlist.txt | 1 rok pred | |
support.md | 3 mesiacov pred |
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.