Helen Chapman 4b4db7d771 Adds screen-reader-only text to the close button for modals (#5274, #5377) 5 rokov pred
..
_static eba3357fd4 Adds Collections section to editor's guide 5 rokov pred
advanced_topics dd1597ea37 Implemented branding title prefix customization (#5344) 5 rokov pred
contributing 059c139515 Remove bad practice example from CSS guidelines 5 rokov pred
editor_manual eba3357fd4 Adds Collections section to editor's guide 5 rokov pred
getting_started a304f0f9f8 Remove support for Python 3.4 6 rokov pred
reference e8c64e593d Missing class imports 5 rokov pred
releases 4b4db7d771 Adds screen-reader-only text to the close button for modals (#5274, #5377) 5 rokov pred
topics b839bd65bb Add support for custom search handler classes to ModelAdmin's IndexView 5 rokov pred
Makefile f70226c845 add way of autocompile documentation 8 rokov pred
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt 9 rokov pred
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 rokov pred
conf.py a26a3309ee Add Wagtail Space Arnhem banner to documentation 6 rokov pred
favicon.ico e2f2a8c005 add favicon to documentation 7 rokov pred
index.rst c915ae9cb5 Fix broken link to bakerydemo (#4834) 6 rokov pred
logo.png 82171f70fa reduced size of logo 9 rokov pred
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 rokov pred
spelling_wordlist.txt 9ab54d0811 Added more words to the spelling wordlist 7 rokov pred
support.rst f719ce1a82 Add note about not asking support questions in multiple places 6 rokov pred

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.