8000 DOC: Add Zenodo DOI for 3.4.0. · matplotlib/matplotlib@cb03754 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb03754

Browse files
committed
DOC: Add Zenodo DOI for 3.4.0.
1 parent 7747a1e commit cb03754

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

doc/_static/zenodo_cache/4638398.svg

Lines changed: 35 additions & 0 deletions
Loading

doc/citing.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pp. 90-95, 2007 <https://doi.org/10.1109/MCSE.2007.55>`_.
1010

1111
.. literalinclude:: MCSE.2007.55.bib
1212
:language: bibtex
13-
13+
1414
.. container:: sphx-glr-download
1515

1616
:download:`Download BibTeX bibliography file: MCSE.2007.55.bib <MCSE.2007.55.bib>`
@@ -29,6 +29,9 @@ By version
2929
.. START OF AUTOGENERATED
3030
3131
32+
v3.4.0
33+
.. image:: _static/zenodo_cache/4638398.svg
34+
:target: https://doi.org/10.5281/zenodo.4638398
3235
v3.3.4
3336
.. image:: _static/zenodo_cache/4475376.svg
3437
:target: https://doi.org/10.5281/zenodo.4475376

tools/cache_zenodo_svg.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def _get_xdg_cache_dir():
6262

6363
if __name__ == "__main__":
6464
data = {
65+
"v3.4.0": "4638398",
6566
"v3.3.4": "4475376",
6667
"v3.3.3": "4268928",
6768
"v3.3.2": "4030140",

0 commit comments

Comments
 (0)
0