Matt Westcott 95d316ab22 Prepare for 1.2 release il y a 9 ans
..
_static 53773424ff added clarification about template tags to tutorial il y a 9 ans
advanced_topics 4a6f2b5b43 Reworded sentence about using "self" in templates il y a 9 ans
contributing 3d494fb24b Move wagtailsettings into contrib module il y a 9 ans
editor_manual 868d0fb3e4 Merge pull request #1635 from benebun/benebun-patch-editor_manual il y a 9 ans
getting_started dba455b829 Add pointers to the new integrating-with-Django docs il y a 9 ans
reference c025e1d3e5 Add a can_choose_root flag to PageChooserPanel. il y a 9 ans
releases 95d316ab22 Prepare for 1.2 release il y a 9 ans
topics f668922893 Add a can_choose_root flag to PageChooserBlock il y a 9 ans
Makefile 27facef89e Added spellcheker il y a 9 ans
README.md 199ed87c26 Removed backticks from readme il y a 9 ans
autobuild.sh 71c78a53d6 Roadmap update and auto doc builder il y a 10 ans
conf.py 09af55dfbb added logo il y a 9 ans
index.rst 86c01bdf7b Renamed to "Page models" il y a 9 ans
logo.png 82171f70fa reduced size of logo il y a 9 ans
requirements.txt 5e78be240e Build documentation with Django 1.8 fixes #1451 il y a 9 ans
spelling_wordlist.txt b078bb755a Spellchecked editing api docs il y a 9 ans
support.rst fa4d025fd9 Include Twitter account in support contacts. il y a 10 ans

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 -r requirements-dev.txt

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.