Skip to content
Snippets Groups Projects
Commit d251721b authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-434: Add cross reference to rest API

parent 3b80f37d
Branches
Tags
1 merge request!150L2SS-434: Add sphinx documentation content
...@@ -61,6 +61,8 @@ To obtain a list of all devices, we need to access the database:: ...@@ -61,6 +61,8 @@ To obtain a list of all devices, we need to access the database::
# Print the device's state. # Print the device's state.
print(any_device.state()) print(any_device.state())
.. _rest-api:
ReST API ReST API
------------------------ ------------------------
......
...@@ -22,7 +22,7 @@ Futhermore, there are some low-level interfaces: ...@@ -22,7 +22,7 @@ Futhermore, there are some low-level interfaces:
+---------------------+--------------+----------------------+-------------------+ +---------------------+--------------+----------------------+-------------------+
|Timeseries Database |Prometheus |http://localhost:9090 | | |Timeseries Database |Prometheus |http://localhost:9090 | |
+---------------------+--------------+----------------------+-------------------+ +---------------------+--------------+----------------------+-------------------+
|ReST API |tango-rest |http://localhost:8080 |tango-cs/tango | | :ref:`rest-api` |tango-rest |http://localhost:8080 |tango-cs/tango |
+---------------------+--------------+----------------------+-------------------+ +---------------------+--------------+----------------------+-------------------+
|Tango Database |MariaDB |http://localhost:3306 |tango/tango | |Tango Database |MariaDB |http://localhost:3306 |tango/tango |
+---------------------+--------------+----------------------+-------------------+ +---------------------+--------------+----------------------+-------------------+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment