Matt Westcott 1aa46c7088 Revert "Cache `Site.get_site_root_paths` in the request scope (#3354)" vor 7 Jahren
..
_static 7870067c2c Update documentation referring to the explorer menu vor 7 Jahren
advanced_topics a3b048d403 Fix incorrect field panels in custom form example vor 7 Jahren
contributing a2b9c2bfe4 Document pep8 issues to ignore (#3503) vor 7 Jahren
editor_manual 7870067c2c Update documentation referring to the explorer menu vor 7 Jahren
getting_started 26eb481cf6 Update docs to mention Django 1.11 / Python 3.6 support vor 7 Jahren
reference 411c117964 Fix typo in settings doc (#3595) vor 7 Jahren
releases 1aa46c7088 Revert "Cache `Site.get_site_root_paths` in the request scope (#3354)" vor 7 Jahren
topics 1aa46c7088 Revert "Cache `Site.get_site_root_paths` in the request scope (#3354)" vor 7 Jahren
Makefile f70226c845 add way of autocompile documentation vor 7 Jahren
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt vor 8 Jahren
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) vor 7 Jahren
conf.py 75e58efab8 Move version from wagtail.wagtailcore to wagtail vor 8 Jahren
index.rst 95ff74feeb Moved advanced image topics into advanced topics vor 8 Jahren
logo.png 82171f70fa reduced size of logo vor 9 Jahren
requirements.txt e62663e2b3 update modelcluster/taggit in doc dependencies vor 7 Jahren
spelling_wordlist.txt 3923ee668c Remove references to Gondor.io in documentation. vor 7 Jahren
support.rst 7288a96950 Point people to Stack Overflow for support queries in preference to the Google group (#3255) vor 7 Jahren

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.