Bertrand Bordage 0a50aaf130 Typo. hace 6 años
..
_static dd4fb080e0 rename docs image hace 6 años
advanced_topics 48b5740d03 Merge branch 'docs-divio-cloud' of https://github.com/evildmp/wagtail into evildmp-docs-divio-cloud hace 6 años
contributing c5357dd271 second attempt ro clarify issue #4620 hace 6 años
editor_manual b5bfb66a11 Add note about deleting in docs hace 6 años
getting_started c38b172793 updated Django Docs Links to point to *docs.djangoproject.com/en/stable/* hace 6 años
reference 8d786c3534 Reference the `get_url` method in Page model reference docs hace 6 años
releases 806ba75497 Adds release notes for #4508. hace 6 años
topics 0a50aaf130 Typo. hace 6 años
Makefile f70226c845 add way of autocompile documentation hace 8 años
README.md 4bdc32aaad Eliminate reference to requirements-dev.txt hace 9 años
autobuild.sh c239932434 [skip ci] added commment about autobuild inside vms (#3379) hace 8 años
conf.py 06227a11ea Removes the temporary Kickstarter banner. hace 7 años
favicon.ico e2f2a8c005 add favicon to documentation hace 7 años
index.rst b1db6c5882 Added Divio Cloud notes to documentation hace 6 años
logo.png 82171f70fa reduced size of logo hace 9 años
readthedocs.yml a52d5be479 requirements_file not needed, but maybe pip_install is hace 7 años
requirements.txt f15a98f983 readthedocs needs a requirements.txt, apparently hace 7 años
spelling_wordlist.txt 9ab54d0811 Added more words to the spelling wordlist hace 7 años
support.rst 676a5edee3 Mention Slack on support documentation hace 7 años

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.