wagtail/docs
Matt Westcott a326cd8559 Custom Page Manager documentation fix
Thanks to @nimasmi for reporting!
2016-10-25 11:48:02 +01:00
..
_static/images
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 * Gives the `result_row_display` control over the `<tr>` element for each row in `IndexView` by shifting the `<tr>` out of `result_list.html` and into `result_row.html` 2016-10-21 17:20:54 +01:00
releases Improve consistency of modeladmin views 2016-10-24 22:10:34 +01:00
topics Custom Page Manager documentation fix 2016-10-25 11:48:02 +01:00
Makefile
README.md
autobuild.sh
conf.py
index.rst
logo.png
requirements.txt
spelling_wordlist.txt
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.