summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-09-26 12:43:56 -0700
committerGitHub <noreply@github.com>2018-09-26 12:43:56 -0700
commit0d6c5f28ef87c83df5540abc358252cae3d2060e (patch)
treee1a395a863d9793cba3afe5875e2813320e25a56
parent413e802f8fe390738bc1e89716083586e0269fd0 (diff)
parentfc35c772d3520c2f2817f37f3613e78201b1d999 (diff)
downloadredis-py-0d6c5f28ef87c83df5540abc358252cae3d2060e.tar.gz
Merge pull request #1026 from RoeyPrat/roey-read_the_docs_badge
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
------------