From d9dcf0bafa97291102c70fde83678ecee7080d50 Mon Sep 17 00:00:00 2001 From: Matt Clarkson Date: Mon, 5 Nov 2018 11:34:40 +0000 Subject: [PATCH] Issue #7: Add badge for readthedocs status. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 5f9621d..19dd1b0 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,9 @@ scikit-surgeryvideolag :target: https://weisslab.cs.ucl.ac.uk/WEISS/SoftwareRepositories/scikit-surgeryvideolag/commits/master :alt: Test coverage +.. image:: https://readthedocs.org/projects/scikit-surgeryvideolag/badge/?version=latest + :target: http://scikit-surgeryvideolag.readthedocs.io/en/latest/?badge=latest + :alt: Documentation Status scikit-surgeryvideolag is a python app to display a millisecond timer along with an OpenCV video feed. You can point your video camera back at the screen, take a screenshot, -- GitLab