From 18313a725ef6cf233d5a3860d6816faf1ea0fde9 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Fri, 16 Mar 2018 17:06:22 -0500 Subject: [PATCH] Move PyPI badge in README near build badge --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 7cf5085b..e34e1603 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,8 @@ PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms .. image:: https://gitlab.tiker.net/inducer/pyopencl/badges/master/pipeline.svg :target: https://gitlab.tiker.net/inducer/pyopencl/commits/master +.. image:: https://badge.fury.io/py/pyopencl.png + :target: http://pypi.python.org/pypi/pyopencl PyOpenCL lets you access GPUs and other massively parallel compute devices from Python. It tries to offer computing goodness in the @@ -46,8 +48,6 @@ Places on the web related to PyOpenCL: * `Python package index <http://pypi.python.org/pypi/pyopencl>`_ (download releases) - .. image:: https://badge.fury.io/py/pyopencl.png - :target: http://pypi.python.org/pypi/pyopencl * `C. Gohlke's Windows binaries <http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopencl>`_ (download Windows binaries) * `Github <http://github.com/inducer/pyopencl>`_ (get latest source code, file bugs) * `Documentation <http://documen.tician.de/pyopencl>`_ (read how things work) -- GitLab