wagtail/docs
Tom Dyson 512bf8936d single typo in Cloudfront docs (#3099) 2016-10-20 15:25:27 +01:00
..
_static/images Added documentation for editors to configure redirects 2016-08-25 11:18:55 +01:00
advanced_topics should use rest_framework not restframework (#3087) 2016-10-15 10:58:00 +01:00
contributing Adds "Supported versions of Django" 2016-09-21 18:50:44 +01:00
editor_manual Fix documentation typo (#3042) 2016-10-03 09:04:39 +01:00
getting_started
reference single typo in Cloudfront docs (#3099) 2016-10-20 15:25:27 +01:00
releases Mark 1.7 as no longer in development 2016-10-20 10:25:18 +01:00
topics Release note for #2474 2016-10-05 16:03:54 +01:00
Makefile
README.md
autobuild.sh
conf.py
index.rst
logo.png
requirements.txt
spelling_wordlist.txt Added support for AWS CloudFront in Frontend cache invalidation module (#1845) 2016-08-29 15:15:27 +01: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 Wagtail's development requirements (in the root Wagtail directory):

pip install -e .[testing,docs]

To build the documentation for browsing, from this directory run:

make html 

then open _build/html/index.html in a browser.

To rebuild automatically while editing the documentation, from this directory run:

sphinx-autobuild . _build

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