Matt Westcott f3f37cc52b promote rich text link handling to a major feature %!s(int64=8) %!d(string=hai) anos
..
_static f3f37cc52b promote rich text link handling to a major feature %!s(int64=8) %!d(string=hai) anos
advanced_topics c63dcdfc15 Added a missing link to release notes %!s(int64=8) %!d(string=hai) anos
contributing 11793f88c5 Changed indentation on all code samples to 4 spaces. %!s(int64=9) %!d(string=hai) anos
editor_manual 4f999de737 Correcting typo int The Dashboard doc %!s(int64=9) %!d(string=hai) anos
getting_started b39ff4a134 add note about Wagtail <=1.4 syntax for search_fields %!s(int64=9) %!d(string=hai) anos
reference 8d5d29c2f3 Rename table_block.fields to table_block.blocks %!s(int64=8) %!d(string=hai) anos
releases f3f37cc52b promote rich text link handling to a major feature %!s(int64=8) %!d(string=hai) anos
topics 6d1a9efbb6 Update documentation and code to put mixin first %!s(int64=9) %!d(string=hai) anos
Makefile 27facef89e Added spellcheker %!s(int64=10) %!d(string=hai) anos
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt %!s(int64=9) %!d(string=hai) anos
autobuild.sh 71c78a53d6 Roadmap update and auto doc builder %!s(int64=11) %!d(string=hai) anos
conf.py 8ddd9ee537 Call `django.setup()` before making docs %!s(int64=9) %!d(string=hai) anos
index.rst 95ff74feeb Moved advanced image topics into advanced topics %!s(int64=9) %!d(string=hai) anos
logo.png 82171f70fa reduced size of logo %!s(int64=9) %!d(string=hai) anos
requirements.txt 5e78be240e Build documentation with Django 1.8 fixes #1451 %!s(int64=9) %!d(string=hai) anos
spelling_wordlist.txt b078bb755a Spellchecked editing api docs %!s(int64=10) %!d(string=hai) anos
support.rst fa4d025fd9 Include Twitter account in support contacts. %!s(int64=11) %!d(string=hai) anos

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.