From 3b1d6199834807bb1717a05daa46c1f5907d5217 Mon Sep 17 00:00:00 2001 From: Marshall McDonnell Date: Wed, 19 Feb 2025 19:04:27 -0500 Subject: [PATCH] Adds badges to README for CI, PyPI, and RTD --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 253a392..4cddbbc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ [![Static Badge](https://img.shields.io/badge/DOI-10.11578%2Fdc.20240927.1-blue)](https://doi.org/10.11578/dc.20240927.1) +[![CI](https://github.com/INTERSECT-SDK/python-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/INTERSECT-SDK/python-sdk/actions/workflows/ci.yml) +[![Release to PyPi](https://github.com/INTERSECT-SDK/python-sdk/actions/workflows/publish.yml/badge.svg)](https://github.com/INTERSECT-SDK/python-sdk/actions/workflows/publish.yml) +[![PyPI version](https://badge.fury.io/py/intersect-sdk.svg)](https://badge.fury.io/py/intersect-sdk) +[![ReadTheDocs](https://readthedocs.org/projects/intersect-python-sdk/badge/?version=latest)](https://intersect-python-sdk.readthedocs.io/en/latest/) # INTERSECT-SDK