Files
.github
devtools
docs
source
_static
guides
SUPPORTED.md
cli.rst
codeinfo.md
conf.py
contribute.md
deprecated.md
guides.md
index.md
library.md
reference.md
smartbulb.rst
smartdevice.rst
smartdimmer.rst
smartlightstrip.rst
smartplug.rst
smartstrip.rst
topics.md
tutorial.md
Makefile
make.bat
tutorial.py
kasa
tests
.gitattributes
.github_changelog_generator
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.md
CONTRIBUTING.md
HISTORY.md
LICENSE
README.md
RELEASING.md
SUPPORTED.md
pyproject.toml
uv.lock
python-kasa/docs/source/library.md
Steven B 6616d68d42 Update documentation structure and start migrating to markdown ()
Starts structuring the documentation library usage into Tutorials, Guides, Explanations and Reference.
Continues migrating new docs from rst to markdown.
Extends the test framework discovery mocks to allow easy writing and testing of code examples.
2024-06-03 10:14:10 +01:00

16 lines
180 B
Markdown

# Library usage
```{currentmodule} kasa
```
The page contains all information about the library usage:
```{toctree}
:maxdepth: 2
tutorial
guides
topics
reference
deprecated
```