Skip to content

Commit 3dd8f18

Browse files
committed
Merge remote-tracking branch 'matplotlib/v2.2.0-doc' into v2.2.x
2 parents 3ef352f + e8c30ce commit 3dd8f18

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

doc/citing.rst

+6
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ publication, please acknowledge this fact by citing `Hunter et al (2007)
2727
2828
DOIs
2929
----
30+
v2.2.0
31+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1189358.svg
32+
:target: https://doi.org/10.5281/zenodo.1189358
33+
v2.1.2
34+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1154287.svg
35+
:target: https://doi.org/10.5281/zenodo.1154287
3036
v2.1.1
3137
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1098480.svg
3238
:target: https://doi.org/10.5281/zenodo.1098480

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def _check_deps():
155155
project = 'Matplotlib'
156156
copyright = ('2002 - 2012 John Hunter, Darren Dale, Eric Firing, '
157157
'Michael Droettboom and the Matplotlib development '
158-
'team; 2012 - 2017 The Matplotlib development team')
158+
'team; 2012 - 2018 The Matplotlib development team')
159159

160160
# The default replacements for |version| and |release|, also used in various
161161
# other places throughout the built documents.

tutorials/text/annotations.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -516,11 +516,11 @@
516516
You may take a look at this example
517517
:ref:`sphx_glr_gallery_text_labels_and_annotations_annotation_demo.py`.
518518
519-
Using ConnectorPatch
520-
--------------------
519+
Using ConnectionPatch
520+
---------------------
521521
522-
The ConnectorPatch is like an annotation without text. While the annotate
523-
function is recommended in most situations, the ConnectorPatch is useful when
522+
The ConnectionPatch is like an annotation without text. While the annotate
523+
function is recommended in most situations, the ConnectionPatch is useful when
524524
you want to connect points in different axes. ::
525525
526526
from matplotlib.patches import ConnectionPatch
@@ -540,7 +540,7 @@
540540
Connect Simple01
541541
542542
543-
While the ConnectorPatch instance can be added to any axes, you may want to add
543+
While the ConnectionPatch instance can be added to any axes, you may want to add
544544
it to the axes that is latest in drawing order to prevent overlap by other
545545
axes.
546546

0 commit comments

Comments
 (0)