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

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.