From 92a598279273638d1b5f08c74a3042b1d9a268bb Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Mon, 20 Jul 2015 12:58:51 +0300 Subject: [PATCH] Replaceing pypip.in badges with shields.io ones --- README.rst | 10 +++++----- docs/index.rst | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 99e33eda..beb6e77b 100644 --- a/README.rst +++ b/README.rst @@ -4,20 +4,20 @@ Objects Dependency injection framework for Python projects. +---------------------------------------+-------------------------------------------------------------------+ -| *PyPi* | .. image:: https://pypip.in/version/Objects/badge.svg | +| *PyPi* | .. image:: https://img.shields.io/pypi/v/Objects.svg | | | :target: https://pypi.python.org/pypi/Objects/ | | | :alt: Latest Version | -| | .. image:: https://pypip.in/download/Objects/badge.svg | +| | .. image:: https://img.shields.io/pypi/dm/Objects.svg | | | :target: https://pypi.python.org/pypi/Objects/ | | | :alt: Downloads | -| | .. image:: https://pypip.in/license/Objects/badge.svg | +| | .. image:: https://img.shields.io/pypi/l/Objects.svg | | | :target: https://pypi.python.org/pypi/Objects/ | | | :alt: License | +---------------------------------------+-------------------------------------------------------------------+ -| *Python versions and implementations* | .. image:: https://pypip.in/py_versions/Objects/badge.svg | +| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/Objects.svg | | | :target: https://pypi.python.org/pypi/Objects/ | | | :alt: Supported Python versions | -| | .. image:: https://pypip.in/implementation/Objects/badge.svg | +| | .. image:: https://img.shields.io/pypi/implementation/Objects.svg | | | :target: https://pypi.python.org/pypi/Objects/ | | | :alt: Supported Python implementations | +---------------------------------------+-------------------------------------------------------------------+ diff --git a/docs/index.rst b/docs/index.rst index c35ee4de..301fa0cf 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,20 +4,20 @@ Objects Dependency injection framework for Python projects. +---------------------------------------+-------------------------------------------------------------------+ -| *PyPi* | .. image:: https://pypip.in/version/Objects/badge.svg | +| *PyPi* | .. image:: https://img.shields.io/pypi/v/Objects.svg | | | :target: https://pypi.python.org/pypi/Objects/ | | | :alt: Latest Version | -| | .. image:: https://pypip.in/download/Objects/badge.svg | +| | .. image:: https://img.shields.io/pypi/dm/Objects.svg | | | :target: https://pypi.python.org/pypi/Objects/ | | | :alt: Downloads | -| | .. image:: https://pypip.in/license/Objects/badge.svg | +| | .. image:: https://img.shields.io/pypi/l/Objects.svg | | | :target: https://pypi.python.org/pypi/Objects/ | | | :alt: License | +---------------------------------------+-------------------------------------------------------------------+ -| *Python versions and implementations* | .. image:: https://pypip.in/py_versions/Objects/badge.svg | +| *Python versions and implementations* | .. image:: https://img.shields.io/pypi/pyversions/Objects.svg | | | :target: https://pypi.python.org/pypi/Objects/ | | | :alt: Supported Python versions | -| | .. image:: https://pypip.in/implementation/Objects/badge.svg | +| | .. image:: https://img.shields.io/pypi/implementation/Objects.svg | | | :target: https://pypi.python.org/pypi/Objects/ | | | :alt: Supported Python implementations | +---------------------------------------+-------------------------------------------------------------------+