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

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.