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

Skip to content

Commit 064e92c

Browse files
authored
Merge pull request #11818 from tacaswell/merge_v2.2.x
Merge v2.2.x
2 parents aee1772 + ab6f821 commit 064e92c

6 files changed

Lines changed: 784 additions & 56 deletions

File tree

doc/_static/mpl.css

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ dl.method, dl.classmethod, dl.staticmethod, dl.attribute {
735735
}
736736

737737

738-
dl.class > dt, dl.classmethod > dt, dl.method > dt, dl.function > dt,
738+
dl.class > dt, dl.classmethod > dt, dl.method > dt, dl.function > dt,
739739
dl.attribute > dt, dl.staticmethod > dt {
740740
background-color: #eff3f4;
741741
padding-left: 6px;
@@ -861,25 +861,6 @@ figcaption {
861861
}
862862

863863

864-
/* "Summer Fellowship" message. */
865-
#summer-fellowship {
866-
background: #11557C;
867-
box-sizing: border-box;
868-
color: #fffa;
869-
font-weight: bold;
870-
left: 0;
871-
min-height: 3em;
872-
padding: 0.7em;
873-
top: 0;
874-
width: 100%;
875-
z-index: 10000;
876-
}
877-
878-
#summer-fellowship a {
879-
color: #fff;
880-
text-decoration:underline;
881-
}
882-
883864
/* "Go to released version" message. */
884865
#unreleased-message {
885866
background: #d62728;

doc/_templates/layout.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -172,12 +172,7 @@ <h3>{{ _('Navigation') }}</h3>
172172
</a>
173173
</div>
174174
{%- endif %}
175-
<div id="summer-fellowship">
176-
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
177-
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
178-
Apply now!
179-
</a>
180-
</div>
175+
181176
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
182177
{%- if builder in ('htmlhelp', 'devhelp', 'latex') %}
183178
<a href="{{ pathto('index') }}">

doc/api/pyplot_summary.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Pyplot function overview
99

1010
pyplot
1111

12-
1312
.. currentmodule:: matplotlib.pyplot
1413

1514
.. autofunction:: plotting

0 commit comments

Comments
 (0)