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

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.