From 1817a20cffa5582abd130e9fd37f8096b68ceebe Mon Sep 17 00:00:00 2001 From: Claudio Fantacci Date: Mon, 29 Nov 2021 02:34:50 -0800 Subject: [PATCH] Update README with GitHub shields PiperOrigin-RevId: 412837879 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dc55993..7c6f555 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ PIX is an image processing library in [JAX], for [JAX]. +[![GitHub Workflow CI](https://img.shields.io/github/workflow/status/deepmind/dm_pix/ci?label=Python&logo=python&logoColor=white&style=flat-square)](https://github.com/deepmind/dm_pix/actions/workflows/ci.yml) +[![Read the Docs](https://img.shields.io/readthedocs/dm_pix?label=ReadTheDocs&logo=readthedocs&logoColor=white&style=flat-square)](https://dm-pix.readthedocs.io/en/latest/?badge=latest) +[![GitHub Workflow PyPi](https://img.shields.io/github/workflow/status/deepmind/dm_pix/pypi?label=PyPi&logo=pypi&logoColor=white&style=flat-square)](https://pypi.org/project/dm-pix/) + ## Overview [JAX] is a library resulting from the union of [Autograd] and [XLA] for