Skip to content

Commit db1009d

Browse files
committed
Update badges
1 parent ac24896 commit db1009d

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
|Build Status|
44

5+
|Docs Status|
6+
57
Streamparse lets you run Python code against real-time streams of data via
68
Apache Storm. With streamparse you can create Storm bolts and spouts in
79
Python without having to write a single line of Java. It also provides handy
@@ -60,6 +62,10 @@ Roadmap
6062
See the `Roadmap <https://github.com/Parsely/streamparse/wiki/Roadmap>`__.
6163

6264
.. |logo| image:: https://raw.githubusercontent.com/Parsely/streamparse/master/doc/source/images/streamparse-logo.png
63-
.. |Build Status| image:: https://travis-ci.org/Parsely/streamparse.svg?branch=master
64-
:target: https://travis-ci.org/Parsely/streamparse
65+
.. |Build Status| image:: https://github.com/pystorm/streamparse/actions/workflows/test.yml/badge.svg
66+
:target: https://github.com/pystorm/streamparse/actions/workflows/test.yml
67+
:alt: Build Status
68+
.. |Docs Status| image:: https://readthedocs.org/projects/streamparse/badge/?version=stable
69+
:target: https://streamparse.readthedocs.io/en/stable/?badge=stable
70+
:alt: Documentation Status
6571
.. |Demo| image:: https://raw.githubusercontent.com/Parsely/streamparse/master/doc/source/images/quickstart.gif

doc/index.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@
99
streamparse lets you run Python code against real-time streams of data.
1010
Integrates with Apache Storm.
1111

12-
.. image:: https://travis-ci.org/Parsely/streamparse.svg?branch=master
13-
:target: https://travis-ci.org/Parsely/streamparse
12+
.. |Build Status| image:: https://github.com/pystorm/streamparse/actions/workflows/test.yml/badge.svg
13+
:target: https://github.com/pystorm/streamparse/actions/workflows/test.yml
14+
:alt: Build Status
15+
.. |Docs| image:: https://readthedocs.org/projects/streamparse/badge/?version=stable
16+
:target: https://streamparse.readthedocs.io/en/stable/?badge=stable
17+
:alt: Documentation Status
1418

1519
.. toctree::
1620
:maxdepth: 1

0 commit comments

Comments
 (0)