Robert Rollins d18ffb0233 Implemented a 'choose' permission for Images and Documents (#6466) 4 years ago
..
_static 5d8caaf096 Update editor manual images where they show the old edit/workflow admin views before revamp 4 years ago
advanced_topics ac88310402 Update third-party tutorials (#6622) 4 years ago
contributing 67235accfc Improve database settings and docs for tests (#6585) 4 years ago
editor_manual 75f363ecf3 fix trailing whitespace 4 years ago
getting_started 5bcfcdd315 Formalise support for Python 3.9 4 years ago
reference 3d18986610 fix ModelAdmin example (#6645) 3 years ago
releases d18ffb0233 Implemented a 'choose' permission for Images and Documents (#6466) 3 years ago
topics d18ffb0233 Implemented a 'choose' permission for Images and Documents (#6466) 3 years ago
Makefile 878f2784cb Add config section for doc8 in setup.cfg and ignore _build dir 4 years ago
README.md 229103ff2e Update links in documentation. (#5689) 5 years ago
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 7 years ago
conf.py cbf0be31d5 revert to @allcaps's original approach to including robots.txt 4 years ago
favicon.ico e2f2a8c005 add favicon to documentation 6 years ago
index.rst c915ae9cb5 Fix broken link to bakerydemo (#4834) 6 years ago
logo.png 82171f70fa reduced size of logo 9 years ago
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 years ago
robots.txt cbf0be31d5 revert to @allcaps's original approach to including robots.txt 4 years ago
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 years ago
support.rst ef0c8f3446 Add documentation for reporting security issues 4 years ago

README.md

Wagtail docs

These are Sphinx docs, automatically built at https://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.