2
0
igor fd7ef0a68a Fix assert type in test_content_page_subpages method (#8725) 2 жил өмнө
..
_static ffa4530d1e Update screenshots in the editor guide's section for images 2 жил өмнө
_templates 01986cfa17 Indent templates with djhtml 3 жил өмнө
advanced_topics fd7ef0a68a Fix assert type in test_content_page_subpages method (#8725) 2 жил өмнө
contributing 6d0659333d fix spelling - behaviour vs behavior 2 жил өмнө
editor_manual 177f005a20 documentation - migrate editor's guide to markdown from RST 3 жил өмнө
extending 911f17bf8f Typo in generic views docs - People -> Person (#8720) 2 жил өмнө
getting_started d9981e0ec7 fix up spelling in documentation & docstrings (should be en-GB not en-US) 2 жил өмнө
reference 9ac3877980 Use iterator() wherever PageQueryset result caching is not needed (#8722) 2 жил өмнө
releases 3215bebddf Rename `Page.get_latest_revision_as_page` to `Page.get_latest_revision_as_object` 2 жил өмнө
topics 50200f94c0 Release note for #8498 2 жил өмнө
Makefile fdf1597263 Fix broken "make livehtml" command 4 жил өмнө
README.md 0012c344d9 auto-format core markdown files (#8603) 2 жил өмнө
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 жил өмнө
conf.py d9981e0ec7 fix up spelling in documentation & docstrings (should be en-GB not en-US) 2 жил өмнө
favicon.ico e2f2a8c005 add favicon to documentation 7 жил өмнө
index.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org 3 жил өмнө
logo.png 82171f70fa reduced size of logo 9 жил өмнө
requirements.txt b48e1c083c Update myst_parser to v0.17.2 (#8380) 2 жил өмнө
robots.txt e9183a95c8 Update docs links to reference new domain 3 жил өмнө
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 жил өмнө
support.rst 4718fae68b Update email addresses for new .org domain (#7845) 3 жил өмнө

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 editor at http://rst.ninjs.org/ is a helpful tool for checking reStructuredText syntax.