Skip to content

Commit 75506f9

Browse files
committed
DOC: add DOI badge.
1 parent 1d0a68d commit 75506f9

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ it is very heavily based.
2525
[![Build Status](https://travis-ci.org/ggventurini/python-deltasigma.png?branch=master)](https://travis-ci.org/ggventurini/python-deltasigma) [![Coverage Status](https://coveralls.io/repos/ggventurini/python-deltasigma/badge.png?branch=master)](https://coveralls.io/r/ggventurini/python-deltasigma?branch=master)
2626
[![PyPi version](http://img.shields.io/badge/version-0.1-brightgreen.png)](https://pypi.python.org/pypi/deltasigma/)
2727
[![PyPi downloads](https://pypip.in/download/deltasigma/badge.png)](https://pypi.python.org/pypi/deltasigma/)
28-
[![BSD 2 clause license](http://img.shields.io/badge/license-BSD%20%282%20clause%29-brightgreen.png)](https://raw.githubusercontent.com/ggventurini/python-deltasigma/master/LICENSE)
28+
[![BSD 2 clause license](http://img.shields.io/badge/license-BSD-brightgreen.png)](https://raw.githubusercontent.com/ggventurini/python-deltasigma/master/LICENSE)
29+
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.11167.png)](http://dx.doi.org/10.5281/zenodo.11167)
30+
2931

3032
***
3133

deltasigma/__init__.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
Status
4646
------
4747
48-
|Build Status| |Coverage Status| |PyPi version| |PyPi downloads| |BSD 2 clause license|
48+
|Build Status| |Coverage Status| |PyPi version| |PyPi downloads| |BSD
49+
2 clause license| |DOI BADGE|
4950
5051
This project is a *work in progress*, not all functionality has been
5152
ported, yet. The next figure shows the relationship between the main functions
@@ -353,8 +354,11 @@
353354
:target: https://pypi.python.org/pypi/deltasigma/
354355
.. |PyPi downloads| image:: https://pypip.in/download/deltasigma/badge.png
355356
:target: https://pypi.python.org/pypi/deltasigma/
356-
.. |BSD 2 clause license| image:: http://img.shields.io/badge/license-BSD%20%282%20clause%29-brightgreen.png
357+
.. |BSD 2 clause license| image:: http://img.shields.io/badge/license-BSD-brightgreen.png
357358
:target: https://raw.githubusercontent.com/ggventurini/python-deltasigma/master/LICENSE
359+
.. |DOI BADGE| image:: https://zenodo.org/badge/doi/10.5281/zenodo.11167.png
360+
:target: http://dx.doi.org/10.5281/zenodo.11167
361+
358362
359363
Credits
360364
~~~~~~~

pypi_description.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ which it is very heavily based. |githalytics.com alpha|
2323
**Latest version:** `0.1 <https://pypi.python.org/pypi/deltasigma/>`__
2424

2525
|Build Status| |Coverage Status| |PyPi version| |PyPi downloads| |BSD 2
26-
clause license|
26+
clause license| |DOI BADGE|
2727

2828
Install
2929
-------
@@ -135,5 +135,7 @@ MATLAB is a registered trademark of The MathWorks, Inc.
135135
:target: https://pypi.python.org/pypi/deltasigma/
136136
.. |PyPi downloads| image:: https://pypip.in/download/deltasigma/badge.png
137137
:target: https://pypi.python.org/pypi/deltasigma/
138-
.. |BSD 2 clause license| image:: http://img.shields.io/badge/license-BSD%20%282%20clause%29-brightgreen.png
138+
.. |BSD 2 clause license| image:: http://img.shields.io/badge/license-BSD-brightgreen.png
139139
:target: https://raw.githubusercontent.com/ggventurini/python-deltasigma/master/LICENSE
140+
.. |DOI BADGE| image:: https://zenodo.org/badge/doi/10.5281/zenodo.11167.png
141+
:target: http://dx.doi.org/10.5281/zenodo.11167

0 commit comments

Comments
 (0)