Matt Westcott 011f2099eb Remove categories section, add better example of MultiFieldPanel, minor copyediting 8 năm trước cách đây
..
_static 011f2099eb Remove categories section, add better example of MultiFieldPanel, minor copyediting 8 năm trước cách đây
advanced_topics 59440c92f1 Update PageViewRestriction model to support group/login restriction type 8 năm trước cách đây
contributing d9c27f0325 Tell developers to use the bundled version of six (we don't install it as a dependency any more) 8 năm trước cách đây
editor_manual 769ad6deb8 Fix documentation typo (#3042) 8 năm trước cách đây
getting_started 011f2099eb Remove categories section, add better example of MultiFieldPanel, minor copyediting 8 năm trước cách đây
reference 24eee6e41e [FIX] Cloudfront docs typo (#3143) 8 năm trước cách đây
releases 8de1b1b16f Release note for #3035 8 năm trước cách đây
topics 59e9a31bc1 Document the fact that a matching version of the elasticsearch package must be used 8 năm trước cách đây
Makefile 27facef89e Added spellcheker 10 năm trước cách đây
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt 9 năm trước cách đây
autobuild.sh 71c78a53d6 Roadmap update and auto doc builder 11 năm trước cách đây
conf.py 75e58efab8 Move version from wagtail.wagtailcore to wagtail 8 năm trước cách đây
index.rst 95ff74feeb Moved advanced image topics into advanced topics 9 năm trước cách đây
logo.png 82171f70fa reduced size of logo 9 năm trước cách đây
requirements.txt 5e78be240e Build documentation with Django 1.8 fixes #1451 9 năm trước cách đây
spelling_wordlist.txt df45c215a2 Added support for AWS CloudFront in Frontend cache invalidation module (#1845) 8 năm trước cách đây
support.rst fa4d025fd9 Include Twitter account in support contacts. 11 năm trước cách đây

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.