Matt Westcott 1aa46c7088 Revert "Cache `Site.get_site_root_paths` in the request scope (#3354)" | пре 7 година | |
---|---|---|
.. | ||
_static | пре 7 година | |
advanced_topics | пре 7 година | |
contributing | пре 7 година | |
editor_manual | пре 7 година | |
getting_started | пре 7 година | |
reference | пре 7 година | |
releases | пре 7 година | |
topics | пре 7 година | |
Makefile | пре 7 година | |
README.md | пре 8 година | |
autobuild.sh | пре 7 година | |
conf.py | пре 8 година | |
index.rst | пре 8 година | |
logo.png | пре 9 година | |
requirements.txt | пре 7 година | |
spelling_wordlist.txt | пре 7 година | |
support.rst | пре 8 година |
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.