From 24e721e947c59d89b0e73ccc34a317754be662b7 Mon Sep 17 00:00:00 2001 From: Keith Bourgoin Date: Mon, 5 Aug 2024 14:02:44 -0400 Subject: [PATCH] Update badges --- README.rst | 10 +++++++--- doc/index.rst | 8 ++++++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 017716dc..e52e5913 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ |logo| -|Build Status| +|Build Status| |Docs Status| Streamparse lets you run Python code against real-time streams of data via Apache Storm. With streamparse you can create Storm bolts and spouts in @@ -60,6 +60,10 @@ Roadmap See the `Roadmap `__. .. |logo| image:: https://raw.githubusercontent.com/Parsely/streamparse/master/doc/source/images/streamparse-logo.png -.. |Build Status| image:: https://travis-ci.org/Parsely/streamparse.svg?branch=master - :target: https://travis-ci.org/Parsely/streamparse +.. |Build Status| image:: https://github.com/pystorm/streamparse/actions/workflows/test.yml/badge.svg + :target: https://github.com/pystorm/streamparse/actions/workflows/test.yml + :alt: Build Status +.. |Docs Status| image:: https://readthedocs.org/projects/streamparse/badge/?version=stable + :target: https://streamparse.readthedocs.io/en/stable/?badge=stable + :alt: Documentation Status .. |Demo| image:: https://raw.githubusercontent.com/Parsely/streamparse/master/doc/source/images/quickstart.gif diff --git a/doc/index.rst b/doc/index.rst index 593c6fa5..c46b4be6 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -9,8 +9,12 @@ streamparse lets you run Python code against real-time streams of data. Integrates with Apache Storm. -.. image:: https://travis-ci.org/Parsely/streamparse.svg?branch=master - :target: https://travis-ci.org/Parsely/streamparse +.. image:: https://github.com/pystorm/streamparse/actions/workflows/test.yml/badge.svg + :target: https://github.com/pystorm/streamparse/actions/workflows/test.yml + :alt: Build Status +.. image:: https://readthedocs.org/projects/streamparse/badge/?version=stable + :target: https://streamparse.readthedocs.io/en/stable/?badge=stable + :alt: Documentation Status .. toctree:: :maxdepth: 1