From de648589f3db46756f8e2933fdf2d29af085f635 Mon Sep 17 00:00:00 2001
From: Alexandru Fikl <alexfikl@gmail.com>
Date: Thu, 2 May 2024 19:39:15 +0200
Subject: [PATCH] readme: make badges horizontal again

---
 README.rst | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index dce0210e..5f016c2a 100644
--- a/README.rst
+++ b/README.rst
@@ -1,19 +1,21 @@
 PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms
 ===============================================================
 
-.. image:: https://gitlab.tiker.net/inducer/pyopencl/badges/main/pipeline.svg
+.. |badge-gitlab-ci| image:: https://gitlab.tiker.net/inducer/pyopencl/badges/main/pipeline.svg
     :alt: Gitlab Build Status
     :target: https://gitlab.tiker.net/inducer/pyopencl/commits/main
-.. image:: https://github.com/inducer/pyopencl/workflows/CI/badge.svg?branch=main&event=push
+.. |badge-github-ci| image:: https://github.com/inducer/pyopencl/workflows/CI/badge.svg?branch=main&event=push
     :alt: Github Build Status
     :target: https://github.com/inducer/pyopencl/actions?query=branch%3Amain+workflow%3ACI+event%3Apush
-.. image:: https://badge.fury.io/py/pyopencl.svg
+.. |badge-pypi| image:: https://badge.fury.io/py/pyopencl.svg
     :alt: Python Package Index Release Page
     :target: https://pypi.org/project/pyopencl/
-.. image:: https://zenodo.org/badge/1575307.svg
+.. |badge-zenodo| image:: https://zenodo.org/badge/1575307.svg
     :alt: Zenodo DOI for latest release
     :target: https://zenodo.org/badge/latestdoi/1575307
 
+|badge-gitlab-ci| |badge-github-ci| |badge-pypi| |badge-zenodo|
+
 PyOpenCL lets you access GPUs and other massively parallel compute
 devices from Python. It tries to offer computing goodness in the
 spirit of its sister project `PyCUDA <https://mathema.tician.de/software/pycuda>`__:
-- 
GitLab