From 56c765307ca4c7cd38e13293d932f0eeebb24a24 Mon Sep 17 00:00:00 2001 From: Crawford Comeaux Date: Sat, 15 Oct 2016 22:07:07 -0700 Subject: [PATCH] Added Gitter badge, alt text for all badges to README.rst Out of curiosity, I wonder if there's any sort of preferred grammar for alt text when it comes to accessibility. Like, would someone using a screen reader prefer "Our Gitter chat room" or "Click here for our Gitter" over "spaCy on Gitter"? Just a random thought. --- README.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 3236766c5..e604d9cbd 100644 --- a/README.rst +++ b/README.rst @@ -9,15 +9,23 @@ the MIT license. .. image:: http://i.imgur.com/wFvLZyJ.png :target: https://travis-ci.org/explosion/spaCy - + :alt: spaCy on Travis CI + .. image:: https://travis-ci.org/explosion/spaCy.svg?branch=master :target: https://travis-ci.org/explosion/spaCy + :alt: Build Status .. image:: https://img.shields.io/github/tag/explosion/spacy.svg :target: https://github.com/explosion/spaCy/releases - + :alt: Current Release Version + .. image:: https://img.shields.io/pypi/v/spacy.svg :target: https://pypi.python.org/pypi/spacy + :alt: pypi Version + +.. image:: https://badges.gitter.im/spaCy-users.png + :target: https://gitter.im/spaCy-users/Lobby + :alt: spaCy on Gitter Where to ask questions ======================