From d99268d01f99eeafc673ffcb0a4eaab1c0d5b8b3 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Mon, 25 May 2020 00:16:04 -0500 Subject: [PATCH] Initial README tweaks --- README.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4f88627..ce0c3a3 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,17 @@ -Pytato -====== +Pytato: Get Descriptions of Array Computations via Lazy Evaluation +================================================================== + +.. image:: https://gitlab.tiker.net/inducer/pytato/badges/master/pipeline.svg + :alt: Gitlab Build Status + :target: https://gitlab.tiker.net/inducer/pytato/commits/master +.. image:: https://github.com/inducer/pytato/workflows/CI/badge.svg?branch=master&event=push + :alt: Github Build Status + :target: https://github.com/inducer/pytato/actions?query=branch%3Amaster+workflow%3ACI+event%3Apush +.. image:: https://badge.fury.io/py/pytato.png + :alt: Python Package Index Release Page + :target: https://pypi.org/project/pytato/ + +* `Documentation `__ (read how things work) Pytato is licensed to you under the MIT/X Consortium license: -- GitLab