Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 20c9c46

Browse files
committed
Merge pull request matplotlib#3427 from tacaswell/citation_page
DOC : added DOI link to citing.html
2 parents 48eb233 + a280cfd commit 20c9c46

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/_templates/citing.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,11 @@ <h1>Citing matplotlib</h1>
2424
year = 2007
2525
}
2626
</pre>
27+
28+
29+
<h2>DOIs</h2>
30+
<dl>
31+
<dt>v1.4.0</dt><dd><a href="http://dx.doi.org/10.5281/zenodo.11451"><img src="https://zenodo.org/badge/doi/10.5281/zenodo.11451.png" alt="10.5281/zenodo.11451"></a></dd>
32+
</dl>
33+
2734
{% endblock %}

0 commit comments

Comments
 (0)