Bertrand Bordage 0a50aaf130 Typo. vor 6 Jahren
..
_static dd4fb080e0 rename docs image vor 6 Jahren
advanced_topics 48b5740d03 Merge branch 'docs-divio-cloud' of https://github.com/evildmp/wagtail into evildmp-docs-divio-cloud vor 6 Jahren
contributing c5357dd271 second attempt ro clarify issue #4620 vor 6 Jahren
editor_manual b5bfb66a11 Add note about deleting in docs vor 6 Jahren
getting_started c38b172793 updated Django Docs Links to point to *docs.djangoproject.com/en/stable/* vor 6 Jahren
reference 8d786c3534 Reference the `get_url` method in Page model reference docs vor 6 Jahren
releases 806ba75497 Adds release notes for #4508. vor 6 Jahren
topics 0a50aaf130 Typo. vor 6 Jahren
Makefile f70226c845 add way of autocompile documentation vor 8 Jahren
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt vor 9 Jahren
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) vor 8 Jahren
conf.py 06227a11ea Removes the temporary Kickstarter banner. vor 7 Jahren
favicon.ico e2f2a8c005 add favicon to documentation vor 7 Jahren
index.rst b1db6c5882 Added Divio Cloud notes to documentation vor 6 Jahren
logo.png 82171f70fa reduced size of logo vor 9 Jahren
readthedocs.yml a52d5be479 requirements_file not needed, but maybe pip_install is vor 7 Jahren
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently vor 7 Jahren
spelling_wordlist.txt 9ab54d0811 Added more words to the spelling wordlist vor 7 Jahren
support.rst 676a5edee3 Mention Slack on support documentation vor 7 Jahren

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.