Scot Hacker 32f97ff43a Update Getting Started tutorial to include posts automatically, plus tagging 8 年之前
..
_static 32f97ff43a Update Getting Started tutorial to include posts automatically, plus tagging 8 年之前
advanced_topics 59440c92f1 Update PageViewRestriction model to support group/login restriction type 8 年之前
contributing d9c27f0325 Tell developers to use the bundled version of six (we don't install it as a dependency any more) 8 年之前
editor_manual 769ad6deb8 Fix documentation typo (#3042) 8 年之前
getting_started 32f97ff43a Update Getting Started tutorial to include posts automatically, plus tagging 8 年之前
reference 24eee6e41e [FIX] Cloudfront docs typo (#3143) 8 年之前
releases 8de1b1b16f Release note for #3035 8 年之前
topics 59e9a31bc1 Document the fact that a matching version of the elasticsearch package must be used 8 年之前
Makefile 27facef89e Added spellcheker 10 年之前
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt 9 年之前
autobuild.sh 71c78a53d6 Roadmap update and auto doc builder 11 年之前
conf.py 75e58efab8 Move version from wagtail.wagtailcore to wagtail 8 年之前
index.rst 95ff74feeb Moved advanced image topics into advanced topics 9 年之前
logo.png 82171f70fa reduced size of logo 9 年之前
requirements.txt 5e78be240e Build documentation with Django 1.8 fixes #1451 9 年之前
spelling_wordlist.txt df45c215a2 Added support for AWS CloudFront in Frontend cache invalidation module (#1845) 8 年之前
support.rst fa4d025fd9 Include Twitter account in support contacts. 11 年之前

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.