mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-08 11:44:02 +00:00
.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

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.
16 lines
180 B
Markdown
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
|
|
```
|