Update docs

This commit is contained in:
Mose Müller 2023-10-11 14:30:49 +02:00
parent aa85f6453f
commit 48e8b7dbaf
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,9 @@
- [Method Components](#method-components) - [Method Components](#method-components)
- [DataService Instances (Nested Classes)](#dataservice-instances-nested-classes) - [DataService Instances (Nested Classes)](#dataservice-instances-nested-classes)
- [Custom Components (`pydase.components`)](#custom-components-pydasecomponents) - [Custom Components (`pydase.components`)](#custom-components-pydasecomponents)
- [`Image`](#image)
- [`NumberSlider`](#numberslider)
- [`ColouredEnum`](#colouredenum)
- [Extending with New Components](#extending-with-new-components) - [Extending with New Components](#extending-with-new-components)
- [Understanding Service Persistence](#understanding-service-persistence) - [Understanding Service Persistence](#understanding-service-persistence)
- [Understanding Tasks in pydase](#understanding-tasks-in-pydase) - [Understanding Tasks in pydase](#understanding-tasks-in-pydase)

View File

@ -3,5 +3,4 @@
include-markdown "../../README.md" include-markdown "../../README.md"
start="<!-- Component User Guide Start -->" start="<!-- Component User Guide Start -->"
end="<!-- Component User Guide End -->" end="<!-- Component User Guide End -->"
heading-offset=-2
%} %}