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

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.