Tom Dyson 6d7a82cfb2 Fix update docs typo 5 tahun lalu
..
_static eba3357fd4 Adds Collections section to editor's guide 5 tahun lalu
advanced_topics 7df817d29c Update third_party_tutorials.rst 5 tahun lalu
contributing ff850026e8 Adjust link label 5 tahun lalu
editor_manual eba3357fd4 Adds Collections section to editor's guide 5 tahun lalu
getting_started a304f0f9f8 Remove support for Python 3.4 6 tahun lalu
reference 0dac8f0764 added construction_hook_name to settings_menu (#5384) 5 tahun lalu
releases 6d7a82cfb2 Fix update docs typo 5 tahun lalu
topics b839bd65bb Add support for custom search handler classes to ModelAdmin's IndexView 5 tahun lalu
Makefile f70226c845 add way of autocompile documentation 8 tahun lalu
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt 9 tahun lalu
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 tahun lalu
conf.py a26a3309ee Add Wagtail Space Arnhem banner to documentation 6 tahun lalu
favicon.ico e2f2a8c005 add favicon to documentation 7 tahun lalu
index.rst c915ae9cb5 Fix broken link to bakerydemo (#4834) 6 tahun lalu
logo.png 82171f70fa reduced size of logo 9 tahun lalu
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 tahun lalu
spelling_wordlist.txt 9ab54d0811 Added more words to the spelling wordlist 7 tahun lalu
support.rst f719ce1a82 Add note about not asking support questions in multiple places 6 tahun lalu

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.