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

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.