Matt Westcott abf408d8f6 Formally deprecate old db search backends (#7651) | пре 3 година | |
---|---|---|
.. | ||
_static | пре 3 година | |
_templates | пре 3 година | |
advanced_topics | пре 3 година | |
contributing | пре 3 година | |
editor_manual | пре 3 година | |
extending | пре 3 година | |
getting_started | пре 3 година | |
reference | пре 3 година | |
releases | пре 3 година | |
topics | пре 3 година | |
Makefile | пре 4 година | |
README.md | пре 3 година | |
autobuild.sh | пре 8 година | |
conf.py | пре 3 година | |
favicon.ico | пре 7 година | |
index.rst | пре 3 година | |
logo.png | пре 9 година | |
requirements.txt | пре 3 година | |
robots.txt | пре 4 година | |
spelling_wordlist.txt | пре 4 година | |
support.rst | пре 3 година |
These are Sphinx docs, automatically built at https://docs.wagtail.io when the main
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.