Skip to content
Snippets Groups Projects
Commit 6d6e81b8 authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-590: Readme index

parent 46298110
No related branches found
No related tags found
1 merge request!269L2SS-590: Readme index
......@@ -5,6 +5,22 @@
Station Control software related to Tango devices.
# Index
* [Docker compose documentation](docker-compose/README.md)
* [Timescaledb](docker-compose/timescaledb/README.md)
* [Jupyter startup files](docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/README.md)
* [Tango Prometheus exporter](docker-compose/tango-prometheus-exporter/ska-tango-grafana-exporter/README.md)
* [ReadTheDocs (Sphinx / ReStructuredText) documentation](tangostationcontrol/docs/README.md)
* [Source code documentation](tangostationcontrol/README.md)
* [Attribute wrapper documentation](tangostationcontrol/README.md)
* [Extensive attribute wrapper documentation](tangostationcontrol/tangostationcontrol/clients/README.md)
* [Archiver documentation](tangostationcontrol/tangostationcontrol/toolkit/README.md)
* [Adding a new tango device](tangostationcontrol/tangostationcontrol/devices/README.md)
* [HDF5 statistics](tangostationcontrol/tangostationcontrol/statistics_writer/README.md)
* [Unit tests](tangostationcontrol/tangostationcontrol/test/README.md)
* [Integration tests](tangostationcontrol/tangostationcontrol/integration_test/README.md)
# Installation
## Prerequisites
......
......@@ -92,7 +92,7 @@ The attribute wrapper relies on 1 internal file. tango/tangostationcontrol/devic
## Closing
The advantages of using attribute_wrapper class instead of the standard Tango Attribute class can be noted in the following example where, in the first part, an implementation of the standard class is presented, while in the second part the analogous implementation using an attribute_wrapper is shown.
##From official Tango documentation #
## From official Tango documentation
```python
class PowerSupply(Device):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment