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

Skip to content

Commit 0d3e2a2

Browse files
committed
Merge remote-tracking branch 'origin/v3.0.3-doc' into v3.1.x
2 parents 11c24f3 + ff4a64c commit 0d3e2a2

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

doc/_static/mpl.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,12 @@ figcaption {
869869
}
870870

871871

872+
873+
#plotting-contest a {
874+
color: #fff;
875+
text-decoration:underline;
876+
}
877+
872878
/* "Go to released version" message. */
873879
#unreleased-message {
874880
background: #d62728;

doc/_templates/layout.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,13 @@ <h3>{{ _('Navigation') }}</h3>
184184
</a>
185185
</div>
186186
{%- endif %}
187-
187+
<div id="plotting-contest">
188+
The 2019 <a href="https://jhepc.github.io">
189+
SciPy John Hunter Excellence in Plotting Contest </a> is accepting
190+
<a href="https://docs.google.com/forms/d/e/1FAIpQLSe-_AnKvYSzeQWfNDRoXgW0vl7_8q6jj3QbLIac8eUcb9lSAA/viewform?usp=sf_link">
191+
submissions until June 8th!
192+
</a>
193+
</div>
188194
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
189195
{%- if builder in ('htmlhelp', 'devhelp', 'latex') %}
190196
<a href="{{ pathto('index') }}">

0 commit comments

Comments
 (0)