From f44436185a1d1cbb9e876681159388a46acbdefb Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Mon, 23 May 2016 13:01:46 +0100 Subject: [PATCH] add pypi and docs badges to READNME --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d03f529..c86fcff 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -|license| |coverage| |scru| |master_build| +|pypi| |license| |coverage| |scru| |master_build| |docs| A python module for interacting with various parts of Steam_. @@ -76,3 +76,7 @@ To run for ``python 2.7`` and ``3.4`` assuming you have them installed:: .. |master_build| image:: https://img.shields.io/travis/ValvePython/steam/master.svg?style=flat&label=master :target: http://travis-ci.org/ValvePython/steam/branches :alt: Build status of master branch + +.. |docs| image:: https://readthedocs.org/projects/steam/badge/?version=latest + :target: http://steam.readthedocs.io/en/latest/?badge=latest + :alt: Documentation status