mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-06-11 07:47:12 +02:00
replaces inline links with reference links (can be overwritten in docs)
This commit is contained in:
@ -4,3 +4,8 @@
|
||||
start="<!--getting-started-start-->"
|
||||
end="<!--getting-started-end-->"
|
||||
%}
|
||||
|
||||
[RESTful API]: ./user-guide/interaction/main.md#restful-api
|
||||
[Python RPC Client]: ./user-guide/interaction/main.md#python-rpc-client
|
||||
[Custom Components]: ./user-guide/Components.md#custom-components-pydasecomponents
|
||||
[Components]: ./user-guide/Components.md
|
||||
|
@ -3,3 +3,12 @@
|
||||
start="<!--introduction-start-->"
|
||||
end="<!--introduction-end-->"
|
||||
%}
|
||||
|
||||
[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
|
||||
|
Reference in New Issue
Block a user