Thibaud Colas c309753378 Expose reusable client-side code to build Draftail extensions (#4467) 7 年之前
..
_static 06227a11ea Removes the temporary Kickstarter banner. 7 年之前
advanced_topics c309753378 Expose reusable client-side code to build Draftail extensions (#4467) 7 年之前
contributing 4803ad1c43 Add IE11 opt-out of rich text pasting, and documentation notes 7 年之前
editor_manual a9b4b09152 Fix spelling mistakes in documentation 7 年之前
getting_started bf3e994505 Fix capitalisation of QuerySet 7 年之前
reference 8c686b6a6b Typo 7 年之前
releases c309753378 Expose reusable client-side code to build Draftail extensions (#4467) 7 年之前
topics 8741491313 Wording clarification 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 06227a11ea Removes the temporary Kickstarter banner. 7 年之前
favicon.ico e2f2a8c005 add favicon to documentation 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 9ab54d0811 Added more words to the spelling wordlist 7 年之前
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.