From 5344e0dcd3a5a0cc30e7e414904f402059aebae7 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Fri, 16 Mar 2018 17:12:35 -0500
Subject: [PATCH] Add build badge, prettify README

---
 README.rst | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

diff --git a/README.rst b/README.rst
index 94b485a64..33c174ed3 100644
--- a/README.rst
+++ b/README.rst
@@ -1,22 +1,13 @@
-Loopy lets you easily generate the tedious, complicated code that is necessary
-to get good performance out of GPUs and multi-core CPUs.
-
-----
-
-Places on the web related to Loopy:
-
-* `Python package index <http://pypi.python.org/pypi/loo.py>`_ (download releases) Note the extra '.' in the PyPI identifier!
-
-  .. image:: https://badge.fury.io/py/loo.py.png
-      :target: http://pypi.python.org/pypi/loo.py
-
-* `Documentation <http://documen.tician.de/loopy>`_ (read how things work)
-* `Github <http://github.com/inducer/loopy>`_ (get latest source code, file bugs)
-* `Wiki <http://wiki.tiker.net/Loopy>`_ (read installation tips, get examples, read FAQ)
-* `Homepage <http://mathema.tician.de/software/loopy>`_
+Loopy: Transformation-Based Generation of High-Performance CPU/GPU Code
+=======================================================================
 
-----
+.. image:: https://gitlab.tiker.net/inducer/loopy/badges/master/pipeline.svg
+   :target: https://gitlab.tiker.net/inducer/loopy/commits/master
+.. image:: https://badge.fury.io/py/loo.py.png
+  :target: http://pypi.python.org/pypi/loo.py
 
+Loopy lets you easily generate the tedious, complicated code that is necessary
+to get good performance out of GPUs and multi-core CPUs.
 Loopy's core idea is that a computation should be described simply and then
 *transformed* into a version that gets high performance. This transformation
 takes place under user control, from within Python.
@@ -51,3 +42,14 @@ the package index after using::
 In addition, Loopy is compatible with and enhances
 `pyopencl <http://mathema.tician.de/software/pyopencl>`_.
 
+---
+
+Places on the web related to Loopy:
+
+* `Python package index <http://pypi.python.org/pypi/loo.py>`_ (download releases) Note the extra '.' in the PyPI identifier!
+
+* `Documentation <http://documen.tician.de/loopy>`_ (read how things work)
+* `Github <http://github.com/inducer/loopy>`_ (get latest source code, file bugs)
+* `Wiki <http://wiki.tiker.net/Loopy>`_ (read installation tips, get examples, read FAQ)
+* `Homepage <http://mathema.tician.de/software/loopy>`_
+
-- 
GitLab