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

Skip to content

Commit c1f6515

Browse files
authored
Merge pull request #18498 from thorvaldj/download_citation
Change to literalinclude and downloadable BibTeX citation #18442
2 parents 0c5e832 + 5db87ff commit c1f6515

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

doc/MCSE.2007.55.bib

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
@Article{Hunter:2007,
2+
Author = {Hunter, J. D.},
3+
Title = {Matplotlib: A 2D graphics environment},
4+
Journal = {Computing in Science \& Engineering},
5+
Volume = {9},
6+
Number = {3},
7+
Pages = {90--95},
8+
abstract = {Matplotlib is a 2D graphics package used for Python for
9+
application development, interactive scripting, and publication-quality
10+
image generation across user interfaces and operating systems.},
11+
publisher = {IEEE COMPUTER SOC},
12+
doi = {10.1109/MCSE.2007.55},
13+
year = 2007
14+
}

doc/citing.rst

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,12 @@ please acknowledge this fact by citing `J. D. Hunter, "Matplotlib: A 2D
88
Graphics Environment", Computing in Science & Engineering, vol. 9, no. 3,
99
pp. 90-95, 2007 <https://doi.org/10.1109/MCSE.2007.55>`_.
1010

11-
.. code-block:: bibtex
11+
.. literalinclude:: MCSE.2007.55.bib
12+
:language: bibtex
13+
14+
.. container:: sphx-glr-download
1215

13-
@Article{Hunter:2007,
14-
Author = {Hunter, J. D.},
15-
Title = {Matplotlib: A 2D graphics environment},
16-
Journal = {Computing in Science \& Engineering},
17-
Volume = {9},
18-
Number = {3},
19-
Pages = {90--95},
20-
abstract = {Matplotlib is a 2D graphics package used for Python for
21-
application development, interactive scripting, and publication-quality
22-
image generation across user interfaces and operating systems.},
23-
publisher = {IEEE COMPUTER SOC},
24-
doi = {10.1109/MCSE.2007.55},
25-
year = 2007
26-
}
16+
:download:`Download BibTeX bibliography file: MCSE.2007.55.bib <MCSE.2007.55.bib>`
2717

2818
DOIs
2919
----

0 commit comments

Comments
 (0)