Skip to content

Commit f25273e

Browse files
Add badges (#354)
1 parent 02d6842 commit f25273e

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.rst

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
.. |docs| image:: https://readthedocs.org/projects/numpydoc/badge/?version=latest
1+
=====================================
2+
numpydoc -- Numpy's Sphinx extensions
3+
=====================================
4+
5+
.. image:: https://readthedocs.org/projects/numpydoc/badge/?version=latest
26
:alt: Documentation Status
37
:scale: 100%
4-
:target: https://numpydoc.readthedocs.io/en/latest/?badge=latest
8+
:target: https://numpydoc.readthedocs.io/en/latest/
59

10+
.. image:: https://codecov.io/gh/numpy/numpydoc/branch/main/graph/badge.svg
11+
:target: https://app.codecov.io/gh/numpy/numpydoc/branch/main
612

7-
=====================================
8-
numpydoc -- Numpy's Sphinx extensions
9-
=====================================
13+
.. image:: https://github.com/numpy/numpydoc/actions/workflows/test.yml/badge.svg?branch=main
14+
:target: https://github.com/numpy/numpydoc/actions/workflows/test.yml
1015

1116
This package provides the ``numpydoc`` Sphinx extension for handling
1217
docstrings formatted according to the NumPy documentation format.

0 commit comments

Comments
 (0)