API Reference

For SmartThings capabilities-reference see here

scripts

docs_helper.py

Small script that makes it easier to work with intersphinx it takes config data from docs/conf.py

Cross-referencing syntax

insted of: python -m sphinx.ext.intersphinx https://www.sphinx-doc.org/en/master/objects.inv
run python scripts/docs_helper.py.py and then pick the project you want.

Wraps also over sphobjinv to make easy to search

“localhost” need to have a webserver with built html from sphinx, have autobuild-html-docs running

Todo

have better support for finding port of autobuild-html-docs use psutil?

docs_helper.signal_SIGINT_handler(signal, frame)[source]

This is to have a nicer printout on KeyboardInterrupt

docs_helper.main()[source]