From a228df3457e04f00a57e0cd061e4f465edab2af4 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 3 Dec 2018 19:40:18 -0800 Subject: Add alts to all badges. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 4eb24d2..a99e6f5 100644 --- a/README.rst +++ b/README.rst @@ -1,8 +1,10 @@ .. image:: https://img.shields.io/pypi/v/six.svg :target: https://pypi.org/project/six/ + :alt: six on PyPI .. image:: https://travis-ci.org/benjaminp/six.svg?branch=master :target: https://travis-ci.org/benjaminp/six + :alt: six on TravisCI .. image:: https://readthedocs.org/projects/six/badge/?version=latest :target: https://six.readthedocs.io/ @@ -10,6 +12,7 @@ .. image:: https://img.shields.io/badge/license-MIT-green.svg :target: https://github.com/benjaminp/six/blob/master/LICENSE + :alt: MIT License badge Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of -- cgit v1.2.1