From abf38faf9a75f2368c2575823738e80314571bed Mon Sep 17 00:00:00 2001 From: Jim Turner Date: Fri, 19 Apr 2019 01:44:44 -0400 Subject: [PATCH 1/2] Add links to #rust-sci in README --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 05ff48fb8..2464e0f91 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ or take a look at the `quickstart tutorial <./README-quick-start.md>`_. __ https://docs.rs/ndarray/ -|build_status|_ |crates|_ +|build_status|_ |crates|_ |matrix-chat|_ |irc|_ .. |build_status| image:: https://github.com/rust-ndarray/ndarray/workflows/Continuous%20integration/badge.svg?branch=master .. _build_status: https://github.com/rust-ndarray/ndarray/actions @@ -17,6 +17,12 @@ __ https://docs.rs/ndarray/ .. |crates| image:: http://meritbadge.herokuapp.com/ndarray .. _crates: https://crates.io/crates/ndarray +.. |matrix-chat| image:: https://img.shields.io/badge/Matrix-%23rust--sci%3Amatrix.org-lightgrey +.. _matrix-chat: https://matrix.to/#/#rust-sci:matrix.org + +.. |irc| image:: https://img.shields.io/badge/IRC-%23rust--sci%20on%20OFTC-lightgrey +.. _irc: https://webchat.oftc.net/?channels=rust-sci + Highlights ---------- From b1359b73a5644a8e0d1f3ebd0985baf6661f4adc Mon Sep 17 00:00:00 2001 From: Jim Turner Date: Mon, 8 Feb 2021 16:17:49 -0500 Subject: [PATCH 2/2] Add alt text to badges so that they're accessible --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 2464e0f91..8884ac9f3 100644 --- a/README.rst +++ b/README.rst @@ -12,15 +12,19 @@ __ https://docs.rs/ndarray/ |build_status|_ |crates|_ |matrix-chat|_ |irc|_ .. |build_status| image:: https://github.com/rust-ndarray/ndarray/workflows/Continuous%20integration/badge.svg?branch=master + :alt: CI build status .. _build_status: https://github.com/rust-ndarray/ndarray/actions .. |crates| image:: http://meritbadge.herokuapp.com/ndarray + :alt: ndarray at crates.io .. _crates: https://crates.io/crates/ndarray .. |matrix-chat| image:: https://img.shields.io/badge/Matrix-%23rust--sci%3Amatrix.org-lightgrey + :alt: Matrix chat at #rust-sci:matrix.org .. _matrix-chat: https://matrix.to/#/#rust-sci:matrix.org .. |irc| image:: https://img.shields.io/badge/IRC-%23rust--sci%20on%20OFTC-lightgrey + :alt: IRC at #rust-sci on OFTC .. _irc: https://webchat.oftc.net/?channels=rust-sci Highlights