wagtail/docs
Tom Dyson c052214880 Grammar fixes in FE docs 2014-06-03 13:30:45 +01:00
..
_static/css
building_your_site Grammar fixes in FE docs 2014-06-03 13:30:45 +01:00
editor_manual
images
Makefile
README.md
advanced_topics.rst Merged with docs coming from torchbox 2014-05-22 19:25:30 -04:00
autobuild.sh
conf.py fixed pygments thing 2014-05-22 19:50:44 -04:00
contributing.rst
deploying.rst
editing_api.rst Spellchecked, cleaned, and Edit API section expanded 2014-05-25 16:39:08 -04:00
form_builder.rst
gettingstarted.rst Typo fix 2014-05-23 15:33:21 +01:00
index.rst Merged with docs coming from torchbox 2014-05-22 19:25:30 -04:00
model_recipes.rst Spellchecked, cleaned, and Edit API section expanded 2014-05-25 16:39:08 -04:00
performance.rst
roadmap.rst
snippets.rst Spellchecked, cleaned, and Edit API section expanded 2014-05-25 16:39:08 -04:00
static_site_generation.rst
support.rst
wagtail_search.rst Documentation tweaks 2014-05-28 13:22:32 +01:00

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.