From 1dd5fec927c9d1885e423ccec7426547c472e97b Mon Sep 17 00:00:00 2001 From: Lorenzo Berni Date: Fri, 17 Feb 2017 13:12:21 +0100 Subject: [PATCH] Add badges --- README.rst | 25 ++++++++++++++++++------- docs/index.rst | 1 + 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 662713b41d..860d5e4b37 100644 --- a/README.rst +++ b/README.rst @@ -2,18 +2,29 @@ Revived ======= -.. image:: https://badge.fury.io/py/revived.svg +.. image:: https://img.shields.io/pypi/v/revived.svg :target: https://badge.fury.io/py/revived + :alt: pypi latest version -.. image:: https://travis-ci.org/RookieGameDevs/revived.svg?branch=master - :target: https://travis-ci.org/RookieGameDevs/revived +.. image:: https://img.shields.io/pypi/l/revived.svg + :target: https://badge.fury.io/py/revived + :alt: pypi packge license + +.. image:: https://img.shields.io/requires/github/RookieGameDevs/revived.svg + :target: https://requires.io/github/RookieGameDevs/revived/requirements/?branch=master + :alt: dependencies status + +.. image:: https://img.shields.io/travis/RookieGameDevs/revived.svg + :target: https://travis-ci.org/RookieGameDevs/revived + :alt: travis build status -.. image:: https://codecov.io/gh/RookieGameDevs/revived/branch/master/graph/badge.svg - :target: https://codecov.io/gh/RookieGameDevs/revived +.. image:: https://img.shields.io/codecov/c/github/RookieGameDevs/revived.svg + :target: https://codecov.io/gh/RookieGameDevs/revived + :alt: coverage status .. image:: https://readthedocs.org/projects/revived/badge/?version=latest - :target: http://revived.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status + :target: http://revived.readthedocs.io/en/latest/?badge=latest + :alt: documentation status --------------------------------------------------------------------- A predictable state container for python *heavily* inspired by Redux_ diff --git a/docs/index.rst b/docs/index.rst index 634ac0a241..b0936031b2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,6 +14,7 @@ Welcome to revived's documentation! Indices and tables ================== +* `Source code `_ * :ref:`genindex` * :ref:`modindex` * :ref:`search`