mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 16:50:02 +02:00
17 lines
737 B
Markdown
17 lines
737 B
Markdown
{%
|
|
include-markdown "../README.md"
|
|
start="<!--introduction-start-->"
|
|
end="<!--introduction-end-->"
|
|
%}
|
|
|
|
[License]: ./about/license.md
|
|
[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/README.md#customization-options
|
|
[Task Management]: ./user-guide/Tasks.md
|
|
[Units]: ./user-guide/Understanding-Units.md
|
|
[Property Validation]: ./user-guide/Validating-Property-Setters.md
|