From a1900f01304cafe60e4d5370e1954734c6b61276 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Sat, 20 Jan 2018 23:26:03 -0500 Subject: [PATCH] Add doc badge --- README.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 5eb9127..b9cc573 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -blinkpy |Build Status| |Coverage Status| |PyPi Version| -=========================================================== +blinkpy |Build Status| |Coverage Status| |Docs| |PyPi Version| +================================================================ A Python library for the Blink Camera system Only compatible with Python 3+ @@ -83,4 +83,5 @@ The cameras are of a BlinkCamera class, of which the following parameters can be :target: https://coveralls.io/github/fronzbot/blinkpy?branch=dev .. |PyPi Version| image:: https://img.shields.io/pypi/v/blinkpy.svg :target: https://pypi.python.org/pypi/blinkpy - +.. |Docs| image:: https://readthedocs.org/projects/blinkpy/badge/?version=latest + :target: http://blinkpy.readthedocs.io/en/latest/?badge=latest