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

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.