Skip to content

Commit 7a6bab7

Browse files
authored
Merge pull request #9514 from anntzer/htmltorst
Convert index.html and citing.html to rst.
2 parents 1928c38 + 72ceee0 commit 7a6bab7

File tree

5 files changed

+267
-260
lines changed

5 files changed

+267
-260
lines changed

doc/_templates/citing.html

Lines changed: 0 additions & 46 deletions
This file was deleted.

doc/_templates/index.html

Lines changed: 0 additions & 209 deletions
This file was deleted.

doc/citing.rst

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
:orphan:
2+
3+
Citing Matplotlib
4+
=================
5+
6+
If Matplotlib contributes to a project that leads to a scientific
7+
publication, please acknowledge this fact by citing `Hunter et al (2007)
8+
<http://doi.org/10.1109/MCSE.2007.55>`_ using this ready-made BibTeX entry:
9+
10+
.. code:: bibtex
11+
12+
@Article{Hunter:2007,
13+
Author = {Hunter, J. D.},
14+
Title = {Matplotlib: A 2D graphics environment},
15+
Journal = {Computing In Science \& Engineering},
16+
Volume = {9},
17+
Number = {3},
18+
Pages = {90--95},
19+
abstract = {Matplotlib is a 2D graphics package used for Python
20+
for application development, interactive scripting, and
21+
publication-quality image generation across user
22+
interfaces and operating systems.},
23+
publisher = {IEEE COMPUTER SOC},
24+
doi = {10.1109/MCSE.2007.55},
25+
year = 2007
26+
}
27+
28+
DOIs
29+
----
30+
31+
v2.1.0
32+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.1004650.svg
33+
:target: https://doi.org/10.5281/zenodo.1004650
34+
v2.0.2
35+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.573577.svg
36+
:target: https://doi.org/10.5281/zenodo.573577
37+
v2.0.1
38+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.570311.svg
39+
:target: https://doi.org/10.5281/zenodo.570311
40+
v2.0.0
41+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.248351.svg
42+
:target: https://doi.org/10.5281/zenodo.248351
43+
v1.5.3
44+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.61948.svg
45+
:target: https://doi.org/10.5281/zenodo.61948
46+
v1.5.2
47+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.56926.svg
48+
:target: https://doi.org/10.5281/zenodo.56926
49+
v1.5.1
50+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.44579.svg
51+
:target: https://doi.org/10.5281/zenodo.44579
52+
v1.5.0
53+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.32914.svg
54+
:target: https://doi.org/10.5281/zenodo.32914
55+
v1.4.3
56+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.15423.svg
57+
:target: https://doi.org/10.5281/zenodo.15423
58+
v1.4.2
59+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.12400.svg
60+
:target: https://doi.org/10.5281/zenodo.12400
61+
v1.4.1
62+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.12287.svg
63+
:target: https://doi.org/10.5281/zenodo.12287
64+
v1.4.0
65+
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.11451.svg
66+
:target: https://doi.org/10.5281/zenodo.11451

doc/conf.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,6 @@ def _check_deps():
247247
'relations.html', 'sourcelink.html', 'searchbox.html']
248248
}
249249

250-
# Additional templates that should be rendered to pages, maps page names to
251-
# template names.
252-
html_additional_pages = {'index': 'index.html',
253-
'citing': 'citing.html'}
254-
255250
# If false, no module index is generated.
256251
#html_use_modindex = True
257252
html_domain_indices = ["py-modindex"]

0 commit comments

Comments
 (0)