Scot Hacker 32f97ff43a Update Getting Started tutorial to include posts automatically, plus tagging 8 vuotta sitten
..
_static 32f97ff43a Update Getting Started tutorial to include posts automatically, plus tagging 8 vuotta sitten
advanced_topics 59440c92f1 Update PageViewRestriction model to support group/login restriction type 8 vuotta sitten
contributing d9c27f0325 Tell developers to use the bundled version of six (we don't install it as a dependency any more) 8 vuotta sitten
editor_manual 769ad6deb8 Fix documentation typo (#3042) 8 vuotta sitten
getting_started 32f97ff43a Update Getting Started tutorial to include posts automatically, plus tagging 8 vuotta sitten
reference 24eee6e41e [FIX] Cloudfront docs typo (#3143) 8 vuotta sitten
releases 8de1b1b16f Release note for #3035 8 vuotta sitten
topics 59e9a31bc1 Document the fact that a matching version of the elasticsearch package must be used 8 vuotta sitten
Makefile 27facef89e Added spellcheker 10 vuotta sitten
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt 9 vuotta sitten
autobuild.sh 71c78a53d6 Roadmap update and auto doc builder 11 vuotta sitten
conf.py 75e58efab8 Move version from wagtail.wagtailcore to wagtail 8 vuotta sitten
index.rst 95ff74feeb Moved advanced image topics into advanced topics 9 vuotta sitten
logo.png 82171f70fa reduced size of logo 9 vuotta sitten
requirements.txt 5e78be240e Build documentation with Django 1.8 fixes #1451 9 vuotta sitten
spelling_wordlist.txt df45c215a2 Added support for AWS CloudFront in Frontend cache invalidation module (#1845) 8 vuotta sitten
support.rst fa4d025fd9 Include Twitter account in support contacts. 11 vuotta sitten

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.