Skip to content

Commit d49d5c3

Browse files
committed
fix badges
1 parent ebece3f commit d49d5c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
scanpydoc |pypi| |docs| |travis| |codecov|
2-
==========================================
1+
scanpydoc |pypi| |docs| |ci| |cov|
2+
==================================
33

44
A collection of Sphinx extensions similar to (but more flexible than) numpydoc.
55

@@ -9,7 +9,7 @@ Check the self-documenting documentation at https://icb-scanpydoc.readthedocs-ho
99
:target: https://pypi.org/project/scanpydoc/
1010
.. |docs| image:: https://readthedocs.com/projects/icb-scanpydoc/badge/
1111
:target: https://icb-scanpydoc.readthedocs-hosted.com/
12-
.. |travis| image:: https://travis-ci.com/theislab/scanpydoc.svg
13-
:target: https://travis-ci.com/theislab/scanpydoc
14-
.. |codecov| image:: https://codecov.io/gh/theislab/scanpydoc/branch/master/graph/badge.svg
12+
.. |ci| image:: https://github.com/theislab/scanpydoc/actions/workflows/ci.yml/badge.svg
13+
:target: https://github.com/theislab/scanpydoc/actions/workflows/ci.yml
14+
.. |cov| image:: https://codecov.io/gh/theislab/scanpydoc/branch/master/graph/badge.svg
1515
:target: https://codecov.io/gh/theislab/scanpydoc

0 commit comments

Comments
 (0)