From e3f8123ff075529ffd08459c9004652bf997cafb Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Fri, 16 Mar 2018 17:08:50 -0500 Subject: [PATCH] Add build badge, prettify README --- README.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 5040877..9e75296 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,10 @@ -Pymbolic -======== +Pymbolic: Easy Expression Trees and Term Rewriting +================================================== + +.. image:: https://gitlab.tiker.net/inducer/pymbolic/badges/master/pipeline.svg + :target: https://gitlab.tiker.net/inducer/pymbolic/commits/master +.. image:: https://badge.fury.io/py/pymbolic.png + :target: http://pypi.python.org/pypi/pymbolic Pymbolic is a small expression tree and symbolic manipulation library. Two things set it apart from other libraries of its kind: @@ -20,9 +25,6 @@ If you are looking for a full-blown Computer Algebra System, look at basic, small and extensible set of symbolic operations, pymbolic may well be for you. -.. image:: https://badge.fury.io/py/pymbolic.png - :target: http://pypi.python.org/pypi/pymbolic - Resources: * `documentation `_ -- GitLab