From cd0dc67c23bd8d07f4c6c2aebb8ea50033d4d330 Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Thu, 1 Oct 2015 20:10:15 -0400 Subject: [PATCH] Add docs badge [ci skip] Because more badges! --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index 6e0f6ef52..a1819fa8e 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,10 @@ 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://readthedocs.org/projects/pillow/badge/?version=latest + :target: http://pillow.readthedocs.org/?badge=latest + :alt: Documentation Status + .. image:: https://img.shields.io/travis/python-pillow/Pillow/master.svg?label=Linux%20build :target: https://travis-ci.org/python-pillow/Pillow :alt: Travis CI build status (Linux) @@ -34,6 +38,7 @@ Pillow is the friendly PIL fork by `Alex Clark and Contributors