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.