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

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.