Skip to content

Commit bcc41ff

Browse files
authored
Update readme badges
[ci skip]
1 parent e3c48d0 commit bcc41ff

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|CI Status| |Coverage Status| |PyPI|
1+
|DOI| |PyPI| |Docs| |CI Status| |Coverage Status|
22

33
About
44
=====
@@ -20,12 +20,16 @@ or if you have `tox <https://tox.readthedocs.io/en/latest/>`_ installed::
2020

2121
tox -e test
2222

23+
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5799977.svg
24+
:target: https://doi.org/10.5281/zenodo.5799977
25+
.. |PyPI| image:: https://img.shields.io/pypi/v/sphinx-automodapi.svg
26+
:target: https://pypi.python.org/pypi/sphinx-automodapi
27+
.. |Docs| image:: https://readthedocs.org/projects/sphinx-automodapi/badge/?version=latest
28+
:target: https://sphinx-automodapi.readthedocs.io/en/latest/?badge=latest
2329
.. |CI Status| image:: https://github.com/astropy/sphinx-automodapi/workflows/CI/badge.svg
2430
:target: https://github.com/astropy/sphinx-automodapi/actions
2531
.. |Coverage Status| image:: https://codecov.io/gh/astropy/sphinx-automodapi/branch/main/graph/badge.svg
2632
:target: https://codecov.io/gh/astropy/sphinx-automodapi
27-
.. |PyPI| image:: https://img.shields.io/pypi/v/sphinx-automodapi.svg
28-
:target: https://pypi.python.org/pypi/sphinx-automodapi
2933

3034
Development status
3135
------------------

0 commit comments

Comments
 (0)