replaces inline links with reference links (can be overwritten in docs)

This commit is contained in:
Mose Müller
2024-08-19 15:06:04 +02:00
parent c7ec929d05
commit 3eb9c6476b
3 changed files with 40 additions and 14 deletions

View File

@ -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

View File

@ -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