2
0
Thibaud Colas 4803ad1c43 Add IE11 opt-out of rich text pasting, and documentation notes 7 жил өмнө
..
_static 161b47d436 make font more readable 7 жил өмнө
advanced_topics be164048b8 Add setting to disable notification to superusers -- Fixes #3969 7 жил өмнө
contributing 4803ad1c43 Add IE11 opt-out of rich text pasting, and documentation notes 7 жил өмнө
editor_manual c9704caf17 Documentation edits 7 жил өмнө
getting_started 70eb2b6ae3 add on_delete argument to ParentalKey & ForeignKey 7 жил өмнө
reference c9704caf17 Documentation edits 7 жил өмнө
releases 9f65e7001f Release notes for #3806 7 жил өмнө
topics bcc93806bd Fix anchor syntax 7 жил өмнө
Makefile f70226c845 add way of autocompile documentation 8 жил өмнө
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt 9 жил өмнө
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 жил өмнө
conf.py d6da38892a add wagtail colours to docs sidebar 7 жил өмнө
index.rst 95ff74feeb Moved advanced image topics into advanced topics 9 жил өмнө
logo.png 82171f70fa reduced size of logo 9 жил өмнө
readthedocs.yml a52d5be479 requirements_file not needed, but maybe pip_install is 7 жил өмнө
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 жил өмнө
spelling_wordlist.txt 3923ee668c Remove references to Gondor.io in documentation. 8 жил өмнө
support.rst 676a5edee3 Mention Slack on support documentation 7 жил өмнө

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.