Skip to content

Commit c40fe59

Browse files
committed
MNT: merge v3.1.0-doc branch to v3.1.x
2 parents 64b246a + 543becb commit c40fe59

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

doc/_templates/donate_sidebar.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

2+
3+
24
<div id="sidebar-donations">
3-
<a href="https://www.flipcause.com/secure/cause_pdetails/MjI1OA==" target="_blank"> <div class="donate_button" >Support Matplotlib</div></a>
4-
<a href="https://www.flipcause.com/secure/cause_pdetails/MTY3NTU=" target="_blank"> <div class="donate_button" >Support NumFOCUS</div></a>
5+
<a href="https://numfocus.salsalabs.org/donate-to-matplotlib/index.html" target="_blank"> <div class="donate_button" >Support Matplotlib</div></a>
56
</div>

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ <h3>{{ _('Navigation') }}</h3>
185185
</div>
186186
{%- endif %}
187187
<div id="plotting-contest" style="padding: 6px; background-color: teal; color: white;">
188-
<p style="margin: 0;">The 2019 SciPy John Hunter Excellence in Plotting Contest is accepting submissions!
188+
<p style="margin: 0;">The 2019 SciPy John Hunter Excellence in Plotting Contest is accepting submissions!
189189
<br />
190190
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe-_AnKvYSzeQWfNDRoXgW0vl7_8q6jj3QbLIac8eUcb9lSAA/viewform?usp=sf_link" style="font-weight: bold;">Apply by June 8th</a></p>
191191
</div>

doc/citing.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ pp. 90-95, 2007 <https://doi.org/10.1109/MCSE.2007.55>`_.
2727
2828
DOIs
2929
----
30-
30+
v3.1.0
31+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2893252.svg
32+
:target: https://doi.org/10.5281/zenodo.2893252
3133
v3.0.3
3234
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2577644.svg
3335
:target: https://doi.org/10.5281/zenodo.2577644
@@ -40,6 +42,12 @@ v3.0.1
4042
v3.0.0
4143
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1420605.svg
4244
:target: https://doi.org/10.5281/zenodo.1420605
45+
v2.2.4
46+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2669103.svg
47+
:target: https://doi.org/10.5281/zenodo.2669103
48+
v2.2.3
49+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1343133.svg
50+
:target: https://doi.org/10.5281/zenodo.1343133
4351
v2.2.2
4452
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1202077.svg
4553
:target: https://doi.org/10.5281/zenodo.1202077

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Please consider `donating to the Matplotlib project <donating_>`_ through
186186
the Numfocus organization or to the `John Hunter Technology Fellowship
187187
<jdh-fellowship_>`_.
188188

189-
.. _donating: https://www.flipcause.com/secure/cause_pdetails/MjI1OA==
189+
.. _donating: https://numfocus.salsalabs.org/donate-to-matplotlib/index.html
190190
.. _jdh-fellowship: https://www.numfocus.org/programs/john-hunter-technology-fellowship/
191191

192192
The :doc:`Matplotlib license <users/license>` is based on the `Python Software

0 commit comments

Comments
 (0)