mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-22 17:10:02 +02:00
16 lines
774 B
Markdown
16 lines
774 B
Markdown
{%
|
|
include-markdown "../README.md"
|
|
start="<!--introduction-start-->"
|
|
end="<!--introduction-end-->"
|
|
%}
|
|
|
|
[Observer Pattern]: ./dev-guide/Observer_Pattern_Implementation.md
|
|
[Service Persistence]: ./user-guide/Service_Persistence.md
|
|
[Defining DataService]: ./getting-started.md#defining-a-dataservice
|
|
[Web Interface Access]: ./getting-started.md#accessing-the-web-interface
|
|
[Short RPC Client]: ./getting-started.md#connecting-to-the-service-via-python-rpc-client
|
|
[Customizing Web Interface]: ./user-guide/interaction/main.md#customization-options
|
|
[Task Management]: ./getting-started.md#understanding-tasks-in-pydase
|
|
[Units]: ./getting-started.md#understanding-units-in-pydase
|
|
[Property Validation]: ./getting-started.md#using-validate_set-to-validate-property-setters
|