0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-30 01:46:24 +01:00
wagtail/docs
2014-07-03 12:26:48 +01:00
..
_static/css added editors guide docs 2014-03-25 14:14:18 +00:00
building_your_site Merge pull request #336 from kaedroho/feature/template-tags-rationalisation 2014-06-27 15:22:22 +01:00
editor_manual Added wagtail and django settings doc 2014-06-08 16:59:46 -04:00
images Added wagtail and django settings doc 2014-06-08 16:59:46 -04:00
advanced_topics.rst Merged with docs coming from torchbox 2014-05-22 19:25:30 -04:00
autobuild.sh Roadmap update and auto doc builder 2014-03-11 17:39:13 +00:00
conf.py fixed pygments thing 2014-05-22 19:50:44 -04:00
contributing.rst wagtail -> Wagtail in contributing.rst 2014-06-18 17:17:14 +01:00
deploying.rst First pass at Sphinx docs 2014-02-18 17:45:31 +00:00
editing_api.rst update hook examples in docs to import from wagtailcore, not wagtailadmin 2014-07-02 20:04:06 +01:00
form_builder.rst Added wagtail and django settings doc 2014-06-08 16:59:46 -04:00
frontend_cache_purging.rst Lets -> Let's 2014-07-02 17:57:30 +01:00
gettingstarted.rst Doc fix - use https rather than ssh for wagtaildemo clone 2014-06-16 09:39:06 +01:00
index.rst Update index.rst 2014-07-03 12:26:48 +01:00
Makefile First pass at Sphinx docs 2014-02-18 17:45:31 +00:00
management_commands.rst Updates to management commands docs 2014-07-01 16:45:44 +01:00
model_recipes.rst Edit API docs expanded with hooks, modelcluster, and InlinePanel usage 2014-06-03 23:09:27 -04:00
performance.rst Remove all reference to less/npm in docs and install scripts 2014-03-05 20:05:26 +00:00
README.md auto doc builder notes 2014-03-11 17:39:13 +00:00
roadmap.rst Add form builder documentation 2014-05-22 15:11:30 +01:00
settings.rst Settings doc changes based on feedback 2014-06-09 11:47:12 -04:00
sitemap_generation.rst Fixed bad paste 2014-07-02 13:45:43 +01:00
snippets.rst Spellchecked, cleaned, and Edit API section expanded 2014-05-25 16:39:08 -04:00
static_site_generation.rst Static site generation docs update 2014-05-22 17:51:55 +01:00
support.rst Include Twitter account in support contacts. 2014-02-18 23:03:42 +00:00
wagtail_search.rst Merge pull request #304 from jeffrey-hearn/docs-wagtail-app-config 2014-06-27 10:54:07 +01:00

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.