wagtail/docs
Karl Hobley be82fa975d Removed django-compressor 2016-02-03 16:16:11 +00:00
..
_static/images
advanced_topics Removed django-compressor 2016-02-03 16:16:11 +00:00
contributing
editor_manual
getting_started Removed django-compressor 2016-02-03 16:16:11 +00:00
reference Fix frontend cache code example 2016-01-31 13:21:57 +08:00
releases Fix notification errors when there are multiple moderation groups 2016-01-29 10:50:16 +00:00
topics
Makefile
README.md
autobuild.sh
conf.py
index.rst
logo.png
requirements.txt
spelling_wordlist.txt
support.rst

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 -r requirements-dev.txt

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.