diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-08-24 10:27:49 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2021-08-25 09:25:39 -0600 |
commit | 193bcffb90225f61a691d9de1364c0e5f05a8c07 (patch) | |
tree | 46fc5fef5b63675a532203f0aea372a4498e25b6 | |
parent | 94010e3e820998afe1cab4d5d915f34552a4476e (diff) | |
download | numpy-193bcffb90225f61a691d9de1364c0e5f05a8c07.tar.gz |
MAINT: Add some badges to README.md
Adds badges for
- downloads from Pypi and Conda
- link to stackoverflow
- link to Nature paper
[skip ci]
-rw-r--r-- | README.md | 26 |
1 files changed, 22 insertions, 4 deletions
@@ -1,5 +1,27 @@ # <img alt="NumPy" src="/branding/logo/primary/numpylogo.svg" height="60"> +<!--[](--> +<!--https://dev.azure.com/numpy/numpy/_build/latest?definitionId=1?branchName=main)--> +<!--[](--> +<!--https://github.com/numpy/numpy/actions/workflows/build_test.yml)--> +<!--[](--> +<!--https://app.travis-ci.com/numpy/numpy)--> +<!--[](--> +<!--https://circleci.com/gh/numpy/numpy)--> +<!--[](--> +<!--https://codecov.io/gh/numpy/numpy)--> + +[]( +https://numfocus.org) +[]( +https://pypi.org/project/numpy/) +[]( +https://anaconda.org/conda-forge/numpy) +[]( +https://stackoverflow.com/questions/tagged/numpy) +[]( +https://doi.org/10.1038/s41586-020-2649-2) + NumPy is the fundamental package needed for scientific computing with Python. - **Website:** https://www.numpy.org @@ -60,7 +82,3 @@ mailing list. You are very welcome to join. If you are new to contributing to open source, [this guide](https://opensource.guide/how-to-contribute/) helps explain why, what, and how to successfully get involved. - - - -[](https://numfocus.org) |