Moritz Pfeiffer 6c9d202057 Removed cell content aligment options from table editor context menu. il y a 8 ans
..
_static f3f37cc52b promote rich text link handling to a major feature il y a 8 ans
advanced_topics 06bfa43782 Documented the settings variable for WAGTAIL_USAGE_COUNT_ENABLED (#2706) il y a 8 ans
contributing 11793f88c5 Changed indentation on all code samples to 4 spaces. il y a 9 ans
editor_manual 4f999de737 Correcting typo int The Dashboard doc il y a 9 ans
getting_started b39ff4a134 add note about Wagtail <=1.4 syntax for search_fields il y a 9 ans
reference bdaf696cd2 Release note / docs for #2257 il y a 8 ans
releases 6c9d202057 Removed cell content aligment options from table editor context menu. il y a 8 ans
topics 871a5b5d9c Use python_2_unicode_compatible in snippets.rst (#2688) il y a 8 ans
Makefile 27facef89e Added spellcheker il y a 10 ans
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt il y a 9 ans
autobuild.sh 71c78a53d6 Roadmap update and auto doc builder il y a 11 ans
conf.py 8ddd9ee537 Call `django.setup()` before making docs il y a 9 ans
index.rst 95ff74feeb Moved advanced image topics into advanced topics 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 10 ans
support.rst fa4d025fd9 Include Twitter account in support contacts. il y a 11 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 -e .[testing,docs]

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.