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

Skip to content

Commit f749666

Browse files
committed
remove summer fellowship ad
1 parent 2f76aa1 commit f749666

File tree

4,046 files changed

+7924
-31350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,046 files changed

+7924
-31350
lines changed

2.2.2/_downloads/gallery_jupyter.zip

0 Bytes
Binary file not shown.

2.2.2/_downloads/gallery_python.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

2.2.2/_downloads/tutorials_python.zip

0 Bytes
Binary file not shown.
Loading

2.2.2/_sources/gallery/animation/animation_demo.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Note that calling `time.sleep` instead of `~.pyplot.pause` would *not* work.
4343
# Note that using time.sleep does *not* work here!
4444
plt.pause(0.1)
4545
46-
**Total running time of the script:** ( 0 minutes 6.858 seconds)
46+
**Total running time of the script:** ( 0 minutes 6.787 seconds)
4747

4848

4949

2.2.2/_sources/gallery/misc/ftface_props.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ load_char
4949
Glyph names : False
5050
External stream : False
5151
['__class__', '__delattr__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'ascender', 'bbox', 'clear', 'descender', 'draw_glyph_to_bitmap', 'draw_glyphs_to_bitmap', 'face_flags', 'family_name', 'fname', 'get_bitmap_offset', 'get_char_index', 'get_charmap', 'get_descent', 'get_glyph_name', 'get_image', 'get_kerning', 'get_name_index', 'get_num_glyphs', 'get_path', 'get_ps_font_info', 'get_sfnt', 'get_sfnt_table', 'get_width_height', 'get_xys', 'height', 'load_char', 'load_glyph', 'max_advance_height', 'max_advance_width', 'num_charmaps', 'num_faces', 'num_fixed_sizes', 'num_glyphs', 'postscript_name', 'scalable', 'select_charmap', 'set_charmap', 'set_size', 'set_text', 'style_flags', 'style_name', 'underline_position', 'underline_thickness', 'units_per_EM']
52-
<built-in method get_kerning of matplotlib.ft2font.FT2Font object at 0x7f7b52f85510>
52+
<built-in method get_kerning of matplotlib.ft2font.FT2Font object at 0x7f630e6a4c60>
5353

5454

5555

2.2.2/_sources/gallery/mplot3d/rotate_axes3d.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ See wire3d_animation_demo for another simple example of animating a 3D plot.
4040
plt.draw()
4141
plt.pause(.001)
4242
43-
**Total running time of the script:** ( 0 minutes 13.705 seconds)
43+
**Total running time of the script:** ( 0 minutes 13.688 seconds)
4444

4545

4646

2.2.2/_sources/gallery/mplot3d/wire3d_animation.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A very simple 'animation' of a 3D plot. See also rotate_axes3d_demo.
2020

2121
Out::
2222

23-
Average FPS: 24.880413
23+
Average FPS: 24.890421
2424

2525

2626

@@ -73,7 +73,7 @@ A very simple 'animation' of a 3D plot. See also rotate_axes3d_demo.
7373
7474
print('Average FPS: %f' % (100 / (time.time() - tstart)))
7575
76-
**Total running time of the script:** ( 0 minutes 4.027 seconds)
76+
**Total running time of the script:** ( 0 minutes 4.025 seconds)
7777

7878

7979

2.2.2/_sources/gallery/showcase/mandelbrot.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ take a few seconds on most modern laptops.
9090
9191
plt.show()
9292
93-
**Total running time of the script:** ( 0 minutes 3.857 seconds)
93+
**Total running time of the script:** ( 0 minutes 3.600 seconds)
9494

9595

9696

2.2.2/_sources/gallery/specialty_plots/system_monitor.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ System Monitor
1919

2020
Out::
2121

22-
117.0 frames per second
22+
117.7 frames per second
2323

2424

2525

@@ -95,7 +95,7 @@ System Monitor
9595
stop = time.time()
9696
print("{fps:.1f} frames per second".format(fps=200 / (stop - start)))
9797
98-
**Total running time of the script:** ( 0 minutes 1.718 seconds)
98+
**Total running time of the script:** ( 0 minutes 1.707 seconds)
9999

100100

101101

2.2.2/_sources/gallery/style_sheets/style_sheets_reference.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ line plot and histogram,
297297
298298
plt.show()
299299
300-
**Total running time of the script:** ( 0 minutes 3.690 seconds)
300+
**Total running time of the script:** ( 0 minutes 3.885 seconds)
301301

302302

303303

2.2.2/_sources/gallery/text_labels_and_annotations/usetex_fonteffects.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ are now supported in pdf usetex.
4646
plt.title('Usetex font effects')
4747
plt.savefig('usetex_fonteffects.pdf')
4848
49-
**Total running time of the script:** ( 0 minutes 1.043 seconds)
49+
**Total running time of the script:** ( 0 minutes 1.082 seconds)
5050

5151

5252

2.2.2/_sources/gallery/userdemo/demo_gridspec06.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Demo Gridspec06
6565
6666
plt.show()
6767
68-
**Total running time of the script:** ( 0 minutes 1.129 seconds)
68+
**Total running time of the script:** ( 0 minutes 1.134 seconds)
6969

7070

7171

2.2.2/_sources/tutorials/colors/colormaps.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ References
586586
.. [IBM] http://www.research.ibm.com/people/l/lloydt/color/color.HTM
587587
588588
589-
**Total running time of the script:** ( 0 minutes 2.783 seconds)
589+
**Total running time of the script:** ( 0 minutes 2.572 seconds)
590590

591591

592592

2.2.2/_sources/tutorials/intermediate/constrainedlayout_guide.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ In particular the x and ytick labels can change. If this happens, then
11751175
we should probably call the whole routine twice.
11761176

11771177

1178-
**Total running time of the script:** ( 0 minutes 1.925 seconds)
1178+
**Total running time of the script:** ( 0 minutes 1.777 seconds)
11791179

11801180

11811181

2.2.2/_sources/tutorials/intermediate/gridspec.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ spines in each of the inner 3x3 grids.
356356

357357

358358

359-
**Total running time of the script:** ( 0 minutes 1.771 seconds)
359+
**Total running time of the script:** ( 0 minutes 1.715 seconds)
360360

361361

362362

2.2.2/_static/mpl.css

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -769,25 +769,6 @@ figcaption {
769769
}
770770

771771

772-
/* "Summer Fellowship" message. */
773-
#summer-fellowship {
774-
background: #11557C;
775-
box-sizing: border-box;
776-
color: #fffa;
777-
font-weight: bold;
778-
left: 0;
779-
min-height: 3em;
780-
padding: 0.5em;
781-
top: 0;
782-
width: 100%;
783-
z-index: 10000;
784-
}
785-
786-
#summer-fellowship a {
787-
color: #fff;
788-
text-decoration:underline;
789-
}
790-
791772
/* "Summer Fellowship" message. */
792773
#plotting-contest {
793774
background: #EE9816;

2.2.2/api/_as_gen/matplotlib.animation.AVConvBase.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
submissions until June 8th!
5555
</a>
5656
</div>
57-
<div id="summer-fellowship">
58-
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
59-
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
60-
Apply by May 4th!
61-
</a>
62-
</div>
6357
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
6458
<a href="../../index.html">
6559
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 2.2.2</span></div>
@@ -193,10 +187,10 @@ <h1>matplotlib.animation.AVConvBase<a class="headerlink" href="#matplotlib-anima
193187
<div class="footer">
194188
&copy; Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
195189
<br />
196-
Last updated on May 04, 2018.
190+
Last updated on May 05, 2018.
197191
Created using
198192
<ahref="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
199-
Doc version v2.2.2-69-g5fcab07f9.
193+
Doc version v2.2.2-71-g984af8a48.
200194
</div>
201195

202196
<script>

2.2.2/api/_as_gen/matplotlib.animation.AVConvFileWriter.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
submissions until June 8th!
5555
</a>
5656
</div>
57-
<div id="summer-fellowship">
58-
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
59-
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
60-
Apply by May 4th!
61-
</a>
62-
</div>
6357
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
6458
<a href="../../index.html">
6559
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 2.2.2</span></div>
@@ -259,10 +253,10 @@ <h1>matplotlib.animation.AVConvFileWriter<a class="headerlink" href="#matplotlib
259253
<div class="footer">
260254
&copy; Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
261255
<br />
262-
Last updated on May 04, 2018.
256+
Last updated on May 05, 2018.
263257
Created using
264258
<ahref="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
265-
Doc version v2.2.2-69-g5fcab07f9.
259+
Doc version v2.2.2-71-g984af8a48.
266260
</div>
267261

268262
<script>

2.2.2/api/_as_gen/matplotlib.animation.AVConvWriter.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
submissions until June 8th!
5555
</a>
5656
</div>
57-
<div id="summer-fellowship">
58-
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
59-
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
60-
Apply by May 4th!
61-
</a>
62-
</div>
6357
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
6458
<a href="../../index.html">
6559
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 2.2.2</span></div>
@@ -287,10 +281,10 @@ <h1>matplotlib.animation.AVConvWriter<a class="headerlink" href="#matplotlib-ani
287281
<div class="footer">
288282
&copy; Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
289283
<br />
290-
Last updated on May 04, 2018.
284+
Last updated on May 05, 2018.
291285
Created using
292286
<ahref="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
293-
Doc version v2.2.2-69-g5fcab07f9.
287+
Doc version v2.2.2-71-g984af8a48.
294288
</div>
295289

296290
<script>

2.2.2/api/_as_gen/matplotlib.animation.AbstractMovieWriter.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
submissions until June 8th!
5555
</a>
5656
</div>
57-
<div id="summer-fellowship">
58-
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
59-
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
60-
Apply by May 4th!
61-
</a>
62-
</div>
6357
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
6458
<a href="../../index.html">
6559
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 2.2.2</span></div>
@@ -244,10 +238,10 @@ <h1>matplotlib.animation.AbstractMovieWriter<a class="headerlink" href="#matplot
244238
<div class="footer">
245239
&copy; Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
246240
<br />
247-
Last updated on May 04, 2018.
241+
Last updated on May 05, 2018.
248242
Created using
249243
<ahref="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
250-
Doc version v2.2.2-69-g5fcab07f9.
244+
Doc version v2.2.2-71-g984af8a48.
251245
</div>
252246

253247
<script>

2.2.2/api/_as_gen/matplotlib.animation.Animation.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
submissions until June 8th!
5555
</a>
5656
</div>
57-
<div id="summer-fellowship">
58-
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
59-
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
60-
Apply by May 4th!
61-
</a>
62-
</div>
6357
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
6458
<a href="../../index.html">
6559
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 2.2.2</span></div>
@@ -321,10 +315,10 @@ <h1>matplotlib.animation.Animation<a class="headerlink" href="#matplotlib-animat
321315
<div class="footer">
322316
&copy; Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
323317
<br />
324-
Last updated on May 04, 2018.
318+
Last updated on May 05, 2018.
325319
Created using
326320
<ahref="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
327-
Doc version v2.2.2-69-g5fcab07f9.
321+
Doc version v2.2.2-71-g984af8a48.
328322
</div>
329323

330324
<script>

2.2.2/api/_as_gen/matplotlib.animation.ArtistAnimation.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
submissions until June 8th!
5555
</a>
5656
</div>
57-
<div id="summer-fellowship">
58-
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
59-
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
60-
Apply by May 4th!
61-
</a>
62-
</div>
6357
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
6458
<a href="../../index.html">
6559
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 2.2.2</span></div>
@@ -226,10 +220,10 @@ <h1>matplotlib.animation.ArtistAnimation<a class="headerlink" href="#matplotlib-
226220
<div class="footer">
227221
&copy; Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
228222
<br />
229-
Last updated on May 04, 2018.
223+
Last updated on May 05, 2018.
230224
Created using
231225
<ahref="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
232-
Doc version v2.2.2-69-g5fcab07f9.
226+
Doc version v2.2.2-71-g984af8a48.
233227
</div>
234228

235229
<script>

2.2.2/api/_as_gen/matplotlib.animation.FFMpegBase.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
submissions until June 8th!
5555
</a>
5656
</div>
57-
<div id="summer-fellowship">
58-
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
59-
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
60-
Apply by May 4th!
61-
</a>
62-
</div>
6357
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
6458
<a href="../../index.html">
6559
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 2.2.2</span></div>
@@ -198,10 +192,10 @@ <h1>matplotlib.animation.FFMpegBase<a class="headerlink" href="#matplotlib-anima
198192
<div class="footer">
199193
&copy; Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
200194
<br />
201-
Last updated on May 04, 2018.
195+
Last updated on May 05, 2018.
202196
Created using
203197
<ahref="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
204-
Doc version v2.2.2-69-g5fcab07f9.
198+
Doc version v2.2.2-71-g984af8a48.
205199
</div>
206200

207201
<script>

2.2.2/api/_as_gen/matplotlib.animation.FFMpegFileWriter.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
submissions until June 8th!
5555
</a>
5656
</div>
57-
<div id="summer-fellowship">
58-
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
59-
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
60-
Apply by May 4th!
61-
</a>
62-
</div>
6357
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
6458
<a href="../../index.html">
6559
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 2.2.2</span></div>
@@ -264,10 +258,10 @@ <h1>matplotlib.animation.FFMpegFileWriter<a class="headerlink" href="#matplotlib
264258
<div class="footer">
265259
&copy; Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
266260
<br />
267-
Last updated on May 04, 2018.
261+
Last updated on May 05, 2018.
268262
Created using
269263
<ahref="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
270-
Doc version v2.2.2-69-g5fcab07f9.
264+
Doc version v2.2.2-71-g984af8a48.
271265
</div>
272266

273267
<script>

2.2.2/api/_as_gen/matplotlib.animation.FFMpegWriter.html

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,6 @@
5454
submissions until June 8th!
5555
</a>
5656
</div>
57-
<div id="summer-fellowship">
58-
Applications are open for the 2018 John Hunter Matplotlib Summer Fellowship.
59-
<a href="https://www.numfocus.org/programs/john-hunter-technology-fellowship">
60-
Apply by May 4th!
61-
</a>
62-
</div>
6357
<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px; position: relative;">
6458
<a href="../../index.html">
6559
<div style="float: left; position: absolute; width: 496px; bottom: 0; padding-bottom: 24px"><span style="float: right; color: #789; background: white">Version 2.2.2</span></div>
@@ -287,10 +281,10 @@ <h1>matplotlib.animation.FFMpegWriter<a class="headerlink" href="#matplotlib-ani
287281
<div class="footer">
288282
&copy; Copyright 2002 - 2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012 - 2018 The Matplotlib development team.
289283
<br />
290-
Last updated on May 04, 2018.
284+
Last updated on May 05, 2018.
291285
Created using
292286
<ahref="http://sphinx-doc.org/">Sphinx</a> 1.7.4.
293-
Doc version v2.2.2-69-g5fcab07f9.
287+
Doc version v2.2.2-71-g984af8a48.
294288
</div>
295289

296290
<script>

0 commit comments

Comments
 (0)