wagtail/docs
Matt Westcott d22413dafc Remove 'customising the tabbed interface' section from 1.0 release notes
It's covered by the 'editing API' docs, and isn't something that developers need to know about at the point of upgrading.
2015-04-24 15:17:08 +01:00
..
_static
contrib Merge pull request #1202 from pcraston/master 2015-04-23 11:54:04 +01:00
contributing Change translation wording to strongly point to Transifex 2015-04-22 10:36:00 +01:00
editor_manual Started fixing spellings. Added wordlist 2015-04-17 23:05:08 +01:00
getting_started Spelling corrections 2015-04-19 10:53:34 +01:00
howto Add Joss's twitter widget tutorial to Third-party tutorials 2015-04-21 12:05:30 +01:00
images Removed patterns() from docs 2015-04-10 16:57:05 +01:00
pages Spelling corrections 2015-04-19 10:53:34 +01:00
reference Spelling corrections 2015-04-19 10:53:34 +01:00
releases Remove 'customising the tabbed interface' section from 1.0 release notes 2015-04-24 15:17:08 +01:00
search Started fixing spellings. Added wordlist 2015-04-17 23:05:08 +01:00
Makefile Added spellcheker 2015-04-17 22:49:16 +01:00
README.md
autobuild.sh
conf.py Don't use spelling extension on read the docs 2015-04-22 17:39:23 +01:00
form_builder.rst Started fixing spellings. Added wordlist 2015-04-17 23:05:08 +01:00
index.rst created contrib section in docs, made amends to css styleguide 2015-04-18 08:34:54 +12:00
requirements.txt
snippets.rst Started fixing spellings. Added wordlist 2015-04-17 23:05:08 +01:00
spelling_wordlist.txt Spelling corrections 2015-04-19 10:53:34 +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 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.