summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoey Prat <roey.prat@redislabs.com>2018-08-30 15:41:22 +0300
committerRoey Prat <roey.prat@redislabs.com>2018-08-30 15:59:18 +0300
commitfc35c772d3520c2f2817f37f3613e78201b1d999 (patch)
treee1a395a863d9793cba3afe5875e2813320e25a56
parent413e802f8fe390738bc1e89716083586e0269fd0 (diff)
downloadredis-py-fc35c772d3520c2f2817f37f3613e78201b1d999.tar.gz
readme link badge to docs and pypi (#1021)
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index d3ffee8..a21c13a 100644
--- a/README.rst
+++ b/README.rst
@@ -5,6 +5,10 @@ The Python interface to the Redis key-value store.
.. image:: https://secure.travis-ci.org/andymccurdy/redis-py.png?branch=master
:target: http://travis-ci.org/andymccurdy/redis-py
+.. image:: https://readthedocs.org/projects/redis-py/badge/?version=latest&style=flat
+ :target: https://redis-py.readthedocs.io/en/latest/
+.. image:: https://badge.fury.io/py/redis.svg
+ :target: https://pypi.org/project/redis/
Installation
------------