From 28b93245fa718456a75011e1def6de0daa966942 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sun, 18 Feb 2024 23:36:49 +0000 Subject: [PATCH] docs: fix downloads badge --- README.rst | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fc6059c..d98b421 100644 --- a/README.rst +++ b/README.rst @@ -83,7 +83,7 @@ Copyright: :target: https://github.com/AMYPAD/CuVec/blob/main/LICENCE .. |Tests| image:: https://img.shields.io/github/actions/workflow/status/AMYPAD/CuVec/test.yml?branch=main&logo=GitHub :target: https://github.com/AMYPAD/CuVec/actions -.. |Downloads| image:: https://img.shields.io/pypi/dm/cuvec.svg?logo=pypi&logoColor=white&label=PyPI%20downloads +.. |Downloads| image:: https://img.shields.io/pypi/dm/cuvec?logo=pypi&logoColor=white&label=PyPI%20downloads :target: https://pypi.org/project/cuvec .. |Coverage| image:: https://codecov.io/gh/AMYPAD/CuVec/branch/main/graph/badge.svg :target: https://codecov.io/gh/AMYPAD/CuVec diff --git a/docs/index.md b/docs/index.md index 70f72f0..51400d3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ Unifying Python/C++/CUDA memory: Python buffered array ↔ C++11 `std::vector` ↔ CUDA managed memory. [![Version](https://img.shields.io/pypi/v/cuvec.svg?logo=python&logoColor=white)](https://github.com/AMYPAD/CuVec/releases) -[![Downloads](https://img.shields.io/pypi/dm/cuvec.svg?logo=pypi&logoColor=white&label=PyPI%20downloads)](https://pypi.org/project/cuvec) +[![Downloads](https://img.shields.io/pypi/dm/cuvec?logo=pypi&logoColor=white)](https://pypi.org/project/cuvec) [![Py-Versions](https://img.shields.io/pypi/pyversions/cuvec.svg?logo=python&logoColor=white)](https://pypi.org/project/cuvec) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4446211.svg)](https://doi.org/10.5281/zenodo.4446211) [![Licence](https://img.shields.io/pypi/l/cuvec.svg?label=licence)](https://github.com/AMYPAD/CuVec/blob/main/LICENCE)