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
insted of:
python -m sphinx.ext.intersphinx https://www.sphinx-doc.org/en/master/objects.invrun
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?