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 | 3 年之前 | |
README.md | 3 年之前 | |
autobuild.sh | 7 年之前 | |
conf.py | 3 年之前 | |
favicon.ico | 6 年之前 | |
index.rst | 3 年之前 | |
logo.png | 9 年之前 | |
requirements.txt | 3 年之前 | |
robots.txt | 3 年之前 | |
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.