Jim Jazwiecki 6ea0cc52f3 Upgrade to Gulp v4 & Node 10 4 年之前
..
_static 2e23ef4ee4 Author specific locking docs changes (#5771) 5 年之前
advanced_topics 2055da6a3a Fix code example in image file formats docs 5 年之前
contributing 6ea0cc52f3 Upgrade to Gulp v4 & Node 10 4 年之前
editor_manual 2e23ef4ee4 Author specific locking docs changes (#5771) 5 年之前
getting_started 4df455ea9f Remove support for Django 2.1 (#5840) 5 年之前
reference 3fe8775024 Add pre_page_move and post_page_move signals 4 年之前
releases 6ea0cc52f3 Upgrade to Gulp v4 & Node 10 4 年之前
topics 72ee81fbe5 Documentation: Adding Orderable superclass in code example in "Binding Pages to Snippets". If this is not included sorting in InlinePanel won't work so good to include it in documentation. 4 年之前
Makefile 229103ff2e Update links in documentation. (#5689) 5 年之前
README.md 229103ff2e Update links in documentation. (#5689) 5 年之前
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 年之前
conf.py a26a3309ee Add Wagtail Space Arnhem banner to documentation 6 年之前
favicon.ico e2f2a8c005 add favicon to documentation 7 年之前
index.rst c915ae9cb5 Fix broken link to bakerydemo (#4834) 6 年之前
logo.png 82171f70fa reduced size of logo 9 年之前
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 年之前
spelling_wordlist.txt 9ab54d0811 Added more words to the spelling wordlist 7 年之前
support.rst ef0c8f3446 Add documentation for reporting security issues 5 年之前

README.md

Wagtail docs

These are Sphinx docs, automatically built at https://docs.wagtail.io when the master 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.