Karl Hobley 75cc7da38a Move wagtail.core to wagtail 3 vuotta sitten
..
_static a21490bb37 Improve spacing in new Sphinx output 3 vuotta sitten
_templates 01986cfa17 Indent templates with djhtml 3 vuotta sitten
advanced_topics 75cc7da38a Move wagtail.core to wagtail 3 vuotta sitten
contributing 75cc7da38a Move wagtail.core to wagtail 3 vuotta sitten
editor_manual aaee9b8c81 Remove IE11 warning message and related files 3 vuotta sitten
extending 75cc7da38a Move wagtail.core to wagtail 3 vuotta sitten
getting_started 75cc7da38a Move wagtail.core to wagtail 3 vuotta sitten
reference 75cc7da38a Move wagtail.core to wagtail 3 vuotta sitten
releases 75cc7da38a Move wagtail.core to wagtail 3 vuotta sitten
topics 75cc7da38a Move wagtail.core to wagtail 3 vuotta sitten
Makefile fdf1597263 Fix broken "make livehtml" command 4 vuotta sitten
README.md e9183a95c8 Update docs links to reference new domain 3 vuotta sitten
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 vuotta sitten
conf.py 0fd99886a2 Move tests to test 3 vuotta sitten
favicon.ico e2f2a8c005 add favicon to documentation 7 vuotta sitten
index.rst 0a9b23979b Update links to wagtail.io website to point to wagtail.org 3 vuotta sitten
logo.png 82171f70fa reduced size of logo 9 vuotta sitten
requirements.txt 4c2f160736 Remove docutils pin 3 vuotta sitten
robots.txt e9183a95c8 Update docs links to reference new domain 3 vuotta sitten
spelling_wordlist.txt 181b523faf Add more names and jargon to spelling wordlist 4 vuotta sitten
support.rst 4718fae68b Update email addresses for new .org domain (#7845) 3 vuotta sitten

README.md

Wagtail docs

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