0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 08:48:04 +01:00
wagtail/docs
2014-05-22 17:38:43 +01:00
..
_static/css added editors guide docs 2014-03-25 14:14:18 +00:00
building_your_site added better examples 2014-05-22 17:38:43 +01:00
editor_manual adding incomplete front end developer documentation 2014-05-22 17:19:40 +01:00
images added editors guide docs 2014-03-25 14:14:18 +00:00
autobuild.sh
conf.py
contributing.rst
deploying.rst
form_builder.rst Add form builder documentation 2014-05-22 15:11:30 +01:00
gettingstarted.rst mention some more optional/required dependencies in 'getting started' docs 2014-05-20 11:05:19 +01:00
index.rst Merge remote-tracking branch 'upstream/master' 2014-05-22 17:33:01 +01:00
Makefile
performance.rst
README.md auto doc builder notes 2014-03-11 17:39:13 +00:00
roadmap.rst Add form builder documentation 2014-05-22 15:11:30 +01:00
static_site_generation.rst Missing underline for new static generation docs 2014-05-20 17:22:19 +01:00
support.rst
wagtail_search.rst

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.