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

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.