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

Skip to content

Commit 82b8366

Browse files
committed
Fix John Hunter banner
1 parent 82d841d commit 82b8366

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

1.2.0/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ <h3>Quick search</h3>
133133

134134
<h1>John Hunter (1968-2012)</h1>
135135

136-
<table>
136+
<table bgcolor="#ddddff">
137137
<tr>
138138
<td>
139-
<img src="John-hunter-crop-2.jpg"/>
139+
<img src="_static/John-hunter-crop-2.jpg"/>
140140
</td>
141141
<td>
142142
<p>

_static/John-hunter-crop-2.jpg

37.7 KB
Loading

index.html

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,31 @@ <h3>Quick search</h3>
131131
<!-- The "Fork me on github" ribbon -->
132132
<a href="https://github.com/matplotlib/matplotlib"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
133133

134+
<h1>John Hunter (1968-2012)</h1>
135+
136+
<table bgcolor="#ddddff">
137+
<tr>
138+
<td>
139+
<img src="_static/John-hunter-crop-2.jpg"/>
140+
</td>
141+
<td>
142+
<p>
143+
On August 28 2012, John D. Hunter, the creator of matplotlib, died
144+
from complications arising from cancer treatment, after a brief but
145+
intense battle with this terrible illness. John is survived by his
146+
wife Miriam, his three daughters Rahel, Ava and Clara, his sisters
147+
Layne and Mary, and his mother Sarah.</p>
148+
149+
<p>
150+
If you have benefited from John's many contributions, please say
151+
thanks in the way that would matter most to him. Please consider
152+
making a donation to
153+
the <a href="http://numfocus.org/johnhunter/">John Hunter Memorial
154+
Fund</a>.</p>
155+
</td>
156+
</tr>
157+
</table>
158+
134159
<h1>Introduction</h1>
135160

136161
<p>matplotlib is a python 2D plotting library which produces
@@ -211,6 +236,8 @@ <h4>Need help?</h4>
211236
<a href="http://sourceforge.net/mailarchive/forum.php?forum_name=matplotlib-users">mailing
212237
list archives</a>, and join the matplotlib
213238
mailing <a href="http://sourceforge.net/mail/?group_id=80706">lists</a>.
239+
Check out the matplotlib questions
240+
on <a href="http://stackoverflow.com/questions/tagged/matplotlib">stackoverflow</a>.
214241
The <a href="search.html">search</a> tool searches all of
215242
the documentation, including full text search of over 350 complete
216243
examples which exercise almost every corner of matplotlib.</p>
@@ -280,7 +307,7 @@ <h3>Navigation</h3>
280307
</div>
281308
<div class="footer">
282309
&copy; Copyright 2008, John Hunter, Darren Dale, Michael Droettboom.
283-
Last updated on Aug 16, 2012.
310+
Last updated on Sep 12, 2012.
284311
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
285312
</div>
286313
</body>

0 commit comments

Comments
 (0)