Coen van der Kamp 7841f54fe8 ImageChooser now sets a default title based on filename. Fix #2844 (#4385) 7 anos atrás
..
_static eee0f33e2b Fixes a Javascript month indexing. 7 anos atrás
advanced_topics 76975525f7 Typo and clarification (#4319) 7 anos atrás
contributing 4803ad1c43 Add IE11 opt-out of rich text pasting, and documentation notes 7 anos atrás
editor_manual 96a0189232 Wording fix (#4280) 7 anos atrás
getting_started 4fc05fc79e Tutorial should refer to 'Pages', not 'Explorer' (#4293) 7 anos atrás
reference 0fcd6d8cc1 Improves #4421 documentation example. 7 anos atrás
releases 7841f54fe8 ImageChooser now sets a default title based on filename. Fix #2844 (#4385) 7 anos atrás
topics 72e1491f39 Fix typo 7 anos atrás
Makefile f70226c845 add way of autocompile documentation 8 anos atrás
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt 9 anos atrás
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) 8 anos atrás
conf.py 011a88fb07 Adds a temporary docs banner to the Kickstarter project. 7 anos atrás
favicon.ico e2f2a8c005 add favicon to documentation 7 anos atrás
index.rst 95ff74feeb Moved advanced image topics into advanced topics 9 anos atrás
logo.png 82171f70fa reduced size of logo 9 anos atrás
readthedocs.yml a52d5be479 requirements_file not needed, but maybe pip_install is 7 anos atrás
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently 7 anos atrás
spelling_wordlist.txt 3923ee668c Remove references to Gondor.io in documentation. 8 anos atrás
support.rst 676a5edee3 Mention Slack on support documentation 7 anos atrás

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.