wagtail/docs
pure-zero 800bfa7c16 should use rest_framework not restframework (#3087) 2016-10-15 10:58:00 +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 Bumped supported Django version to 1.10 2016-08-25 10:09:08 +01:00
reference Use get_admin_display_title in admin 2016-10-13 15:46:12 +01:00
releases Fix page chooser parent link on row hover [#3080] 2016-10-14 10:39:09 +01:00
topics Release note for #2474 2016-10-05 16:03:54 +01:00
Makefile
README.md
autobuild.sh
conf.py Move version from wagtail.wagtailcore to wagtail 2016-08-18 12:05:33 +01:00
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.