0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 08:48:04 +01:00
wagtail/docs
2014-06-16 09:49:01 +01:00
..
_static/css
building_your_site Update image tag documentation to cover the 'original' resize rule 2014-06-10 13:17:45 +01:00
editor_manual
images
advanced_topics.rst
autobuild.sh
conf.py
contributing.rst
deploying.rst
editing_api.rst Adding basic documentation for the image_formats feature. 2014-06-10 18:53:43 -07:00
form_builder.rst
gettingstarted.rst Doc fix - use https rather than ssh for wagtaildemo clone 2014-06-16 09:39:06 +01:00
index.rst
Makefile
model_recipes.rst Edit API docs expanded with hooks, modelcluster, and InlinePanel usage 2014-06-03 23:09:27 -04:00
performance.rst
README.md
roadmap.rst
snippets.rst
static_site_generation.rst
support.rst
wagtail_search.rst Docs fix: Elasticutils 0.9+ is not supported 2014-06-16 09:49:01 +01:00

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.