wagtail/docs
Karl Hobley fd247e69cd Changelog/release notes for #854 2015-01-15 13:59:54 +00:00
..
_static
contrib_components Update frontendcache.rst 2014-10-30 16:25:15 +00:00
core_components docs and release note for #880 2015-01-14 22:06:38 +00:00
editor_manual
getting_started
howto Use AppConfig.ready to register signal handlers 2014-10-14 09:33:19 +11:00
reference
releases Changelog/release notes for #854 2015-01-15 13:59:54 +00:00
Makefile
README.md
autobuild.sh
conf.py
index.rst Removed support for Django 1.6 and Python 2.6 2015-01-02 17:27:54 +00:00
requirements.txt Unpinned some requirements 2014-12-03 09:25:37 +00:00
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 Sphinx and the RTD theme:

pip install Sphinx
pip install sphinx-rtd-theme

Then make html from this directory, and open _build/html/index.html in your browser.

We've provided a watchdog script (based on @jacobian's snippet) to auto-build your local docs when you save them. Install watchdog:

pip install watchdog

Then run ./autobuild.sh before you start editing.

The online editor at http://rst.ninjs.org/ is a helpful tool for checking reStructuredText syntax.