Skip to content

Commit 07853e8

Browse files
authored
Merge pull request #619 from jturner314/irc-link
Add link to #rust-sci in README
2 parents 8dd1509 + b1359b7 commit 07853e8

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,24 @@ or take a look at the `quickstart tutorial <./README-quick-start.md>`_.
99

1010
__ https://docs.rs/ndarray/
1111

12-
|build_status|_ |crates|_
12+
|build_status|_ |crates|_ |matrix-chat|_ |irc|_
1313

1414
.. |build_status| image:: https://github.com/rust-ndarray/ndarray/workflows/Continuous%20integration/badge.svg?branch=master
15+
:alt: CI build status
1516
.. _build_status: https://github.com/rust-ndarray/ndarray/actions
1617

1718
.. |crates| image:: http://meritbadge.herokuapp.com/ndarray
19+
:alt: ndarray at crates.io
1820
.. _crates: https://crates.io/crates/ndarray
1921

22+
.. |matrix-chat| image:: https://img.shields.io/badge/Matrix-%23rust--sci%3Amatrix.org-lightgrey
23+
:alt: Matrix chat at #rust-sci:matrix.org
24+
.. _matrix-chat: https://matrix.to/#/#rust-sci:matrix.org
25+
26+
.. |irc| image:: https://img.shields.io/badge/IRC-%23rust--sci%20on%20OFTC-lightgrey
27+
:alt: IRC at #rust-sci on OFTC
28+
.. _irc: https://webchat.oftc.net/?channels=rust-sci
29+
2030
Highlights
2131
----------
2232

0 commit comments

Comments
 (0)