From 40531c70d4db90b644207c5466f4d4e2c7e09251 Mon Sep 17 00:00:00 2001 From: hugovk Date: Mon, 1 Jun 2015 16:17:48 +0300 Subject: [PATCH 1/4] Reinstate OSX badge re: comments https://github.com/python-pillow/Pillow/commit/b09c861d878bd02c786c47e4db304937e8f788b6 [CI skip] --- README.rst | 4 ++++ docs/index.rst | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 430810f0e..ff5da4dbf 100644 --- a/README.rst +++ b/README.rst @@ -10,6 +10,10 @@ Pillow is the "friendly PIL fork" by `Alex Clark and Contributors Date: Mon, 1 Jun 2015 16:24:55 +0300 Subject: [PATCH 2/4] Replace broken pypip.in badges with Shields.io [CI skip] --- README.rst | 4 ++-- docs/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index ff5da4dbf..bea440daf 100644 --- a/README.rst +++ b/README.rst @@ -14,11 +14,11 @@ Pillow is the "friendly PIL fork" by `Alex Clark and Contributors Date: Mon, 1 Jun 2015 16:28:33 +0300 Subject: [PATCH 3/4] SVG instead of PNG for consistency [CI skip] --- README.rst | 4 ++-- docs/index.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index bea440daf..5e91b7a7a 100644 --- a/README.rst +++ b/README.rst @@ -22,11 +22,11 @@ Pillow is the "friendly PIL fork" by `Alex Clark and Contributors Date: Mon, 8 Jun 2015 14:48:23 +0300 Subject: [PATCH 4/4] Uncomment badges --- README.rst | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 5dbbcb231..52e9843a8 100644 --- a/README.rst +++ b/README.rst @@ -6,28 +6,24 @@ Python Imaging Library (Fork) Pillow is the "friendly PIL fork" by `Alex Clark and Contributors `_. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. -.. - image:: https://travis-ci.org/python-pillow/Pillow.svg?branch=master +.. image:: https://travis-ci.org/python-pillow/Pillow.svg?branch=master :target: https://travis-ci.org/python-pillow/Pillow :alt: Travis CI build status (Linux) -.. - image:: https://travis-ci.org/python-pillow/pillow-wheels.svg?branch=latest +.. image:: https://travis-ci.org/python-pillow/pillow-wheels.svg?branch=latest :target: https://travis-ci.org/python-pillow/pillow-wheels :alt: Travis CI build status (OS X) -.. - image:: https://img.shields.io/pypi/v/pillow.svg - :target: https://pypi.python.org/pypi/Pillow/ - :alt: Latest PyPI version +.. image:: https://img.shields.io/pypi/v/pillow.svg + :target: https://pypi.python.org/pypi/Pillow/ + :alt: Latest PyPI version -.. - image:: https://img.shields.io/pypi/dm/pillow.svg - :target: https://pypi.python.org/pypi/Pillow/ - :alt: Number of PyPI downloads +.. image:: https://img.shields.io/pypi/dm/pillow.svg + :target: https://pypi.python.org/pypi/Pillow/ + :alt: Number of PyPI downloads .. image:: https://coveralls.io/repos/python-pillow/Pillow/badge.svg?branch=master - :target: https://coveralls.io/r/python-pillow/Pillow?branch=master + :target: https://coveralls.io/r/python-pillow/Pillow?branch=master :alt: Code coverage .. image:: https://landscape.io/github/python-pillow/Pillow/master/landscape.svg