Helen Chapman e33732cc63 Add more contextual information for screen readers in the explorer menu’s links (#5335, #5386) 5 år sedan
..
_static eba3357fd4 Adds Collections section to editor's guide 5 år sedan
advanced_topics 998440cfa9 Remove buggy tab order customisations in CMS admin (#5383, #5351) 5 år sedan
contributing 059c139515 Remove bad practice example from CSS guidelines 5 år sedan
editor_manual eba3357fd4 Adds Collections section to editor's guide 5 år sedan
getting_started a304f0f9f8 Remove support for Python 3.4 6 år sedan
reference e8c64e593d Missing class imports 5 år sedan
releases e33732cc63 Add more contextual information for screen readers in the explorer menu’s links (#5335, #5386) 5 år sedan
topics b839bd65bb Add support for custom search handler classes to ModelAdmin's IndexView 5 år sedan
Makefile f70226c845 add way of autocompile documentation 8 år sedan
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt 9 år sedan
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 år sedan
conf.py a26a3309ee Add Wagtail Space Arnhem banner to documentation 6 år sedan
favicon.ico e2f2a8c005 add favicon to documentation 7 år sedan
index.rst c915ae9cb5 Fix broken link to bakerydemo (#4834) 6 år sedan
logo.png 82171f70fa reduced size of logo 9 år sedan
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 år sedan
spelling_wordlist.txt 9ab54d0811 Added more words to the spelling wordlist 7 år sedan
support.rst f719ce1a82 Add note about not asking support questions in multiple places 6 år sedan

README.md

Wagtail docs

These are Sphinx docs, automatically built at http://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.