0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +01:00
wagtail/docs
Jeffrey Hearn 9b17154cdf Added wagtail and django settings doc
more settings stuffs

settings stuff

settings stuff

so many things

omg is it really two AM

More docs
2014-06-08 16:59:46 -04:00
..
_static/css
building_your_site Added wagtail and django settings doc 2014-06-08 16:59:46 -04:00
editor_manual Added wagtail and django settings doc 2014-06-08 16:59:46 -04:00
images Added wagtail and django settings doc 2014-06-08 16:59:46 -04:00
advanced_topics.rst
autobuild.sh
conf.py fixed pygments thing 2014-05-22 19:50:44 -04:00
contributing.rst
deploying.rst
editing_api.rst Added wagtail and django settings doc 2014-06-08 16:59:46 -04:00
form_builder.rst Added wagtail and django settings doc 2014-06-08 16:59:46 -04:00
gettingstarted.rst Typo fix 2014-05-23 15:33:21 +01:00
index.rst Added wagtail and django settings doc 2014-06-08 16:59:46 -04:00
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
settings.rst Added wagtail and django settings doc 2014-06-08 16:59:46 -04:00
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 Added wagtail and django settings doc 2014-06-08 16:59:46 -04: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.