wagtail/docs
LB Johnston 8908c38dcd Documentation - fix up ModelAdmin items
- Link to ModelAdmin showed incorrectly as `Index app` not `ModelAdmin app`
- Many code snippets were nested, causing double nesting to appear in published docs
2023-02-06 10:26:46 +00:00
..
_static
_templates
advanced_topics Release note for #9935 in 4.1.x 2023-02-03 17:54:55 +00:00
contributing Fix: Path to test argument in tox command 2023-02-05 16:24:10 +10:00
editor_manual
extending Documentation - fix up ModelAdmin items 2023-02-06 10:26:46 +00:00
getting_started
public
reference Documentation - fix up ModelAdmin items 2023-02-06 10:26:46 +00:00
releases Changed Access level label in admin/users 2023-02-05 16:16:56 +10:00
topics Update guide.wagtail.org links to use most up-to-date URL and page name, with "latest" redirect 2023-02-03 11:13:15 +00:00
Makefile
README.md
autobuild.sh
conf.py
favicon.ico
index.rst
logo.png
requirements.txt
spelling_wordlist.txt
support.md

README.md

Wagtail docs

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.