Skip to content

Commit 2e97321

Browse files
authored
Merge pull request PyDMD#509 from mtezzele/readme
Readme
2 parents 9d2d333 + 28f2045 commit 2e97321

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77
<a href="http://pydmd.github.io/PyDMD" target="_blank">
88
<img alt="Docs" src="https://img.shields.io/badge/PyDMD-docs-blue?style=for-the-badge"/>
99
</a>
10-
<a href="https://doi.org/10.21105/joss.00530" target="_blank">
11-
<img alt="JOSS DOI" src="https://img.shields.io/badge/JOSS-10.21105/joss.00530-blue?style=for-the-badge">
10+
<a href="https://pypi.org/project/pydmd/" target="_blank">
11+
<img alt="PyPI version" src="https://img.shields.io/pypi/v/pydmd?style=for-the-badge">
12+
</a>
13+
<a href="#dependencies-and-installation" target="_blank">
14+
<img alt="Python versions" src="https://img.shields.io/pypi/pyversions/PyDMD?style=for-the-badge">
1215
</a>
1316
<a href="https://github.com/PyDMD/PyDMD/blob/master/LICENSE" target="_blank">
1417
<img alt="Software License" src="https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge">
1518
</a>
16-
<a href="https://pypi.org/project/pydmd/" target="_blank">
17-
<img alt="PyPI version" src="https://img.shields.io/pypi/v/pydmd?style=for-the-badge">
18-
</a>
1919
<br>
2020
<a href="https://github.com/PyDMD/PyDMD/actions/workflows/deploy_after_push.yml" target="_blank">
2121
<img alt="CI Status" src="https://img.shields.io/github/actions/workflow/status/PyDMD/PyDMD/deploy_after_push.yml?style=for-the-badge">
2222
</a>
23-
<a href="https://www.codacy.com/gh/PyDMD/PyDMD/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=PyDMD/PyDMD&amp;utm_campaign=Badge_Coverage" target="_blank">
23+
<a href="https://app.codacy.com/gh/PyDMD/PyDMD/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage" target="_blank">
2424
<img src="https://img.shields.io/codacy/coverage/3d8b278a835e402c86cac9625bb4912f/master?style=for-the-badge"/>
2525
</a>
2626
<a href="https://app.codacy.com/gh/PyDMD/PyDMD/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade" target="_blank">
@@ -31,12 +31,17 @@
3131
</a>
3232
<br>
3333
<a href="#developers-and-contributors">
34-
<img alt="All Contributors" src="https://img.shields.io/badge/all_contributors-25-orange.svg?style=for-the-badge"/>
34+
<img alt="All Contributors" src="https://img.shields.io/github/contributors-anon/PyDMD/PyDMD?style=for-the-badge"/>
3535
</a>
3636
<a href="#stargazers">
3737
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/PyDMD/PyDMD?style=for-the-badge">
3838
</a>
39-
39+
<a href="#dependencies-and-installation" target="_blank">
40+
<img alt="PyPI downloads per month" src="https://img.shields.io/pypi/dm/PyDMD?label=pypi&logo=python&logoColor=yellow&style=for-the-badge">
41+
</a>
42+
<a href="https://doi.org/10.21105/joss.00530" target="_blank">
43+
<img alt="JOSS DOI" src="https://img.shields.io/badge/JOSS-10.21105/joss.00530-blue?style=for-the-badge">
44+
</a>
4045
</p>
4146

4247
## Table of contents

0 commit comments

Comments
 (0)