mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-13 19:08:02 +00:00
Update documentation structure and start migrating to markdown (#934)
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.
This commit is contained in:
12
docs/source/index.md
Normal file
12
docs/source/index.md
Normal file
@@ -0,0 +1,12 @@
|
||||
```{include} ../../README.md
|
||||
```
|
||||
|
||||
```{toctree}
|
||||
:maxdepth: 2
|
||||
|
||||
Home <self>
|
||||
cli
|
||||
library
|
||||
contribute
|
||||
SUPPORTED
|
||||
```
|
Reference in New Issue
Block a user