Karl Hobley 16d5b5c99e Rename Endpoints to ViewSets 5 gadi atpakaļ
..
_static 57d44a38bd Admin documents listing - rename 'uploaded' to 'created 5 gadi atpakaļ
advanced_topics 16d5b5c99e Rename Endpoints to ViewSets 5 gadi atpakaļ
contributing 229103ff2e Update links in documentation. (#5689) 5 gadi atpakaļ
editor_manual 229103ff2e Update links in documentation. (#5689) 5 gadi atpakaļ
getting_started 96965d2a3a Update link to settings reference doc 5 gadi atpakaļ
reference 23145382e9 Move settings reference into separate doc 5 gadi atpakaļ
releases 0dbe25c512 Changelog/release note for #5721 5 gadi atpakaļ
topics 229103ff2e Update links in documentation. (#5689) 5 gadi atpakaļ
Makefile 229103ff2e Update links in documentation. (#5689) 5 gadi atpakaļ
README.md 229103ff2e Update links in documentation. (#5689) 5 gadi atpakaļ
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 gadi atpakaļ
conf.py a26a3309ee Add Wagtail Space Arnhem banner to documentation 6 gadi atpakaļ
favicon.ico e2f2a8c005 add favicon to documentation 7 gadi atpakaļ
index.rst c915ae9cb5 Fix broken link to bakerydemo (#4834) 6 gadi atpakaļ
logo.png 82171f70fa reduced size of logo 9 gadi atpakaļ
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 gadi atpakaļ
spelling_wordlist.txt 9ab54d0811 Added more words to the spelling wordlist 7 gadi atpakaļ
support.rst 229103ff2e Update links in documentation. (#5689) 5 gadi atpakaļ

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.