Coen van der Kamp 7841f54fe8 ImageChooser now sets a default title based on filename. Fix #2844 (#4385) пре 7 година
..
_static eee0f33e2b Fixes a Javascript month indexing. пре 7 година
advanced_topics 76975525f7 Typo and clarification (#4319) пре 7 година
contributing 4803ad1c43 Add IE11 opt-out of rich text pasting, and documentation notes пре 7 година
editor_manual 96a0189232 Wording fix (#4280) пре 7 година
getting_started 4fc05fc79e Tutorial should refer to 'Pages', not 'Explorer' (#4293) пре 7 година
reference 0fcd6d8cc1 Improves #4421 documentation example. пре 7 година
releases 7841f54fe8 ImageChooser now sets a default title based on filename. Fix #2844 (#4385) пре 7 година
topics 72e1491f39 Fix typo пре 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 011a88fb07 Adds a temporary docs banner to the Kickstarter project. пре 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 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.