Skip to content

Commit 8fe3afd

Browse files
committed
Add pre-commit badge
1 parent d49d5c3 commit 8fe3afd

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
scanpydoc |pypi| |docs| |ci| |cov|
2-
==================================
1+
scanpydoc |pypi| |docs| |tests| |checks| |cov|
2+
==============================================
33

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

66
Check the self-documenting documentation at https://icb-scanpydoc.readthedocs-hosted.com
77

88
.. |pypi| image:: https://img.shields.io/pypi/v/scanpydoc.svg
99
:target: https://pypi.org/project/scanpydoc/
10+
:alt: PiPI version
1011
.. |docs| image:: https://readthedocs.com/projects/icb-scanpydoc/badge/
1112
:target: https://icb-scanpydoc.readthedocs-hosted.com/
12-
.. |ci| image:: https://github.com/theislab/scanpydoc/actions/workflows/ci.yml/badge.svg
13+
:alt: doc build status
14+
.. |tests| image:: https://github.com/theislab/scanpydoc/actions/workflows/ci.yml/badge.svg
1315
:target: https://github.com/theislab/scanpydoc/actions/workflows/ci.yml
16+
:alt: python test status
17+
.. |checks| image:: https://results.pre-commit.ci/badge/github/theislab/scanpydoc/master.svg
18+
:target: https://results.pre-commit.ci/latest/github/theislab/scanpydoc/master
19+
:alt: pre-commit.ci status
1420
.. |cov| image:: https://codecov.io/gh/theislab/scanpydoc/branch/master/graph/badge.svg
1521
:target: https://codecov.io/gh/theislab/scanpydoc
22+
:alt: coverage

0 commit comments

Comments
 (0)