From 6aa1a5ded8b89ce39055b2e176444aafb472eab5 Mon Sep 17 00:00:00 2001
From: Marco Bartolini <m.bartolini@skatelescope.org>
Date: Mon, 4 Feb 2019 10:47:17 +0000
Subject: [PATCH] ST-96 Add documentation badge

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 1b95b401..69eebd1b 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # lmc-base-classes
 
+[![Documentation Status](https://readthedocs.org/projects/lmc-base-classes/badge/?version=latest)](https://developerskatelescopeorg.readthedocs.io/projects/lmc-base-classes/en/latest/?badge=latest)
+
 ## About
 A shared repository for the Local Monitoring and Control (LMC) Base Classes. The goal is to create a Software Development Kit for the Control System of the [Square Kilometre Array](http://skatelescope.org/) (SKA) radio telescope project. The Telescope Manager provides the Central Control System and each _Element_ provides a Local Control System that all work together as the Control System for the instrument. In the SKA case _Elements_ are subsystems such as the Central Signal Processor (CSP), Science Data Processor (SDP), Dishes (DSH), Low-Frequency Apperture Array (LFAA) etc.  Control is implement using the distributed control system, [TANGO](http://www.tango-controls.org), which is accessed from Python using the [PyTango](https://github.com/tango-controls/pytango) package.
 
-- 
GitLab