Thibaud Colas 4803ad1c43 Add IE11 opt-out of rich text pasting, and documentation notes 7 gadi atpakaļ
..
_static 161b47d436 make font more readable 7 gadi atpakaļ
advanced_topics be164048b8 Add setting to disable notification to superusers -- Fixes #3969 7 gadi atpakaļ
contributing 4803ad1c43 Add IE11 opt-out of rich text pasting, and documentation notes 7 gadi atpakaļ
editor_manual c9704caf17 Documentation edits 7 gadi atpakaļ
getting_started 70eb2b6ae3 add on_delete argument to ParentalKey & ForeignKey 7 gadi atpakaļ
reference c9704caf17 Documentation edits 7 gadi atpakaļ
releases 9f65e7001f Release notes for #3806 7 gadi atpakaļ
topics bcc93806bd Fix anchor syntax 7 gadi atpakaļ
Makefile f70226c845 add way of autocompile documentation 8 gadi atpakaļ
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt 9 gadi atpakaļ
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 gadi atpakaļ
conf.py d6da38892a add wagtail colours to docs sidebar 7 gadi atpakaļ
index.rst 95ff74feeb Moved advanced image topics into advanced topics 9 gadi atpakaļ
logo.png 82171f70fa reduced size of logo 9 gadi atpakaļ
readthedocs.yml a52d5be479 requirements_file not needed, but maybe pip_install is 7 gadi atpakaļ
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 gadi atpakaļ
spelling_wordlist.txt 3923ee668c Remove references to Gondor.io in documentation. 8 gadi atpakaļ
support.rst 676a5edee3 Mention Slack on support documentation 7 gadi atpakaļ

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.