Skip to content

Commit edf9231

Browse files
committed
Rebuild with typo fixed in 3.8.1 release notes
1 parent c93a164 commit edf9231

File tree

1,975 files changed

+5931
-5907
lines changed

Some content is hidden

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

1,975 files changed

+5931
-5907
lines changed
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
Loading
Binary file not shown.
Binary file not shown.
-18 Bytes
Loading
-11 Bytes
Loading
-652 Bytes
Loading
-1014 Bytes
Loading
-903 Bytes
Loading
-11.8 KB
Loading
-35.7 KB
Loading
-7.35 KB
Loading
Loading
Loading

3.8.1/_sources/api/prev_api_changes/api_changes_3.8.1.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
API Changes for 3.6.1
1+
API Changes for 3.8.1
22
=====================
33

44
Behaviour

3.8.1/_sources/gallery/animation/animate_decay.rst.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -225,42 +225,42 @@ Output generated via `matplotlib.animation.Animation.to_jshtml`.
225225
</style>
226226

227227
<div class="animation">
228-
<img id="_anim_img8a585682980a40f0b2c02c18ea8eb37b">
228+
<img id="_anim_img0fbe267f18dc422aba640e96d5c7ebdb">
229229
<div class="anim-controls">
230-
<input id="_anim_slider8a585682980a40f0b2c02c18ea8eb37b" type="range" class="anim-slider"
230+
<input id="_anim_slider0fbe267f18dc422aba640e96d5c7ebdb" type="range" class="anim-slider"
231231
name="points" min="0" max="1" step="1" value="0"
232-
oninput="anim8a585682980a40f0b2c02c18ea8eb37b.set_frame(parseInt(this.value));">
232+
oninput="anim0fbe267f18dc422aba640e96d5c7ebdb.set_frame(parseInt(this.value));">
233233
<div class="anim-buttons">
234-
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim8a585682980a40f0b2c02c18ea8eb37b.slower()">
234+
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim0fbe267f18dc422aba640e96d5c7ebdb.slower()">
235235
<i class="fa fa-minus"></i></button>
236-
<button title="First frame" aria-label="First frame" onclick="anim8a585682980a40f0b2c02c18ea8eb37b.first_frame()">
236+
<button title="First frame" aria-label="First frame" onclick="anim0fbe267f18dc422aba640e96d5c7ebdb.first_frame()">
237237
<i class="fa fa-fast-backward"></i></button>
238-
<button title="Previous frame" aria-label="Previous frame" onclick="anim8a585682980a40f0b2c02c18ea8eb37b.previous_frame()">
238+
<button title="Previous frame" aria-label="Previous frame" onclick="anim0fbe267f18dc422aba640e96d5c7ebdb.previous_frame()">
239239
<i class="fa fa-step-backward"></i></button>
240-
<button title="Play backwards" aria-label="Play backwards" onclick="anim8a585682980a40f0b2c02c18ea8eb37b.reverse_animation()">
240+
<button title="Play backwards" aria-label="Play backwards" onclick="anim0fbe267f18dc422aba640e96d5c7ebdb.reverse_animation()">
241241
<i class="fa fa-play fa-flip-horizontal"></i></button>
242-
<button title="Pause" aria-label="Pause" onclick="anim8a585682980a40f0b2c02c18ea8eb37b.pause_animation()">
242+
<button title="Pause" aria-label="Pause" onclick="anim0fbe267f18dc422aba640e96d5c7ebdb.pause_animation()">
243243
<i class="fa fa-pause"></i></button>
244-
<button title="Play" aria-label="Play" onclick="anim8a585682980a40f0b2c02c18ea8eb37b.play_animation()">
244+
<button title="Play" aria-label="Play" onclick="anim0fbe267f18dc422aba640e96d5c7ebdb.play_animation()">
245245
<i class="fa fa-play"></i></button>
246-
<button title="Next frame" aria-label="Next frame" onclick="anim8a585682980a40f0b2c02c18ea8eb37b.next_frame()">
246+
<button title="Next frame" aria-label="Next frame" onclick="anim0fbe267f18dc422aba640e96d5c7ebdb.next_frame()">
247247
<i class="fa fa-step-forward"></i></button>
248-
<button title="Last frame" aria-label="Last frame" onclick="anim8a585682980a40f0b2c02c18ea8eb37b.last_frame()">
248+
<button title="Last frame" aria-label="Last frame" onclick="anim0fbe267f18dc422aba640e96d5c7ebdb.last_frame()">
249249
<i class="fa fa-fast-forward"></i></button>
250-
<button title="Increase speed" aria-label="Increase speed" onclick="anim8a585682980a40f0b2c02c18ea8eb37b.faster()">
250+
<button title="Increase speed" aria-label="Increase speed" onclick="anim0fbe267f18dc422aba640e96d5c7ebdb.faster()">
251251
<i class="fa fa-plus"></i></button>
252252
</div>
253-
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_select8a585682980a40f0b2c02c18ea8eb37b"
253+
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_select0fbe267f18dc422aba640e96d5c7ebdb"
254254
class="anim-state">
255-
<input type="radio" name="state" value="once" id="_anim_radio1_8a585682980a40f0b2c02c18ea8eb37b"
255+
<input type="radio" name="state" value="once" id="_anim_radio1_0fbe267f18dc422aba640e96d5c7ebdb"
256256
>
257-
<label for="_anim_radio1_8a585682980a40f0b2c02c18ea8eb37b">Once</label>
258-
<input type="radio" name="state" value="loop" id="_anim_radio2_8a585682980a40f0b2c02c18ea8eb37b"
257+
<label for="_anim_radio1_0fbe267f18dc422aba640e96d5c7ebdb">Once</label>
258+
<input type="radio" name="state" value="loop" id="_anim_radio2_0fbe267f18dc422aba640e96d5c7ebdb"
259259
checked>
260-
<label for="_anim_radio2_8a585682980a40f0b2c02c18ea8eb37b">Loop</label>
261-
<input type="radio" name="state" value="reflect" id="_anim_radio3_8a585682980a40f0b2c02c18ea8eb37b"
260+
<label for="_anim_radio2_0fbe267f18dc422aba640e96d5c7ebdb">Loop</label>
261+
<input type="radio" name="state" value="reflect" id="_anim_radio3_0fbe267f18dc422aba640e96d5c7ebdb"
262262
>
263-
<label for="_anim_radio3_8a585682980a40f0b2c02c18ea8eb37b">Reflect</label>
263+
<label for="_anim_radio3_0fbe267f18dc422aba640e96d5c7ebdb">Reflect</label>
264264
</form>
265265
</div>
266266
</div>
@@ -270,9 +270,9 @@ Output generated via `matplotlib.animation.Animation.to_jshtml`.
270270
/* Instantiate the Animation class. */
271271
/* The IDs given should match those used in the template above. */
272272
(function() {
273-
var img_id = "_anim_img8a585682980a40f0b2c02c18ea8eb37b";
274-
var slider_id = "_anim_slider8a585682980a40f0b2c02c18ea8eb37b";
275-
var loop_select_id = "_anim_loop_select8a585682980a40f0b2c02c18ea8eb37b";
273+
var img_id = "_anim_img0fbe267f18dc422aba640e96d5c7ebdb";
274+
var slider_id = "_anim_slider0fbe267f18dc422aba640e96d5c7ebdb";
275+
var loop_select_id = "_anim_loop_select0fbe267f18dc422aba640e96d5c7ebdb";
276276
var frames = new Array(100);
277277

278278
frames[0] = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAn4AAAHcCAYAAABI7KcYAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90\
@@ -58428,7 +58428,7 @@ Output generated via `matplotlib.animation.Animation.to_jshtml`.
5842858428
/* set a timeout to make sure all the above elements are created before
5842958429
the object is initialized. */
5843058430
setTimeout(function() {
58431-
anim8a585682980a40f0b2c02c18ea8eb37b = new Animation(frames, img_id, slider_id, 100.0,
58431+
anim0fbe267f18dc422aba640e96d5c7ebdb = new Animation(frames, img_id, slider_id, 100.0,
5843258432
loop_select_id);
5843358433
}, 0);
5843458434
})()
@@ -58492,7 +58492,7 @@ Output generated via `matplotlib.animation.Animation.to_jshtml`.
5849258492

5849358493
.. rst-class:: sphx-glr-timing
5849458494

58495-
**Total running time of the script:** (0 minutes 8.411 seconds)
58495+
**Total running time of the script:** (0 minutes 8.665 seconds)
5849658496

5849758497

5849858498
.. _sphx_glr_download_gallery_animation_animate_decay.py:

3.8.1/_sources/gallery/animation/animated_histogram.rst.txt

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -299,42 +299,42 @@ Using :func:`~matplotlib.pyplot.hist` allows us to get an instance of
299299
</style>
300300

301301
<div class="animation">
302-
<img id="_anim_imgc6ed3b7fdeae439da8ef111110df9478">
302+
<img id="_anim_img759d2e9a5bba4ec2885d6a3486d278bb">
303303
<div class="anim-controls">
304-
<input id="_anim_sliderc6ed3b7fdeae439da8ef111110df9478" type="range" class="anim-slider"
304+
<input id="_anim_slider759d2e9a5bba4ec2885d6a3486d278bb" type="range" class="anim-slider"
305305
name="points" min="0" max="1" step="1" value="0"
306-
oninput="animc6ed3b7fdeae439da8ef111110df9478.set_frame(parseInt(this.value));">
306+
oninput="anim759d2e9a5bba4ec2885d6a3486d278bb.set_frame(parseInt(this.value));">
307307
<div class="anim-buttons">
308-
<button title="Decrease speed" aria-label="Decrease speed" onclick="animc6ed3b7fdeae439da8ef111110df9478.slower()">
308+
<button title="Decrease speed" aria-label="Decrease speed" onclick="anim759d2e9a5bba4ec2885d6a3486d278bb.slower()">
309309
<i class="fa fa-minus"></i></button>
310-
<button title="First frame" aria-label="First frame" onclick="animc6ed3b7fdeae439da8ef111110df9478.first_frame()">
310+
<button title="First frame" aria-label="First frame" onclick="anim759d2e9a5bba4ec2885d6a3486d278bb.first_frame()">
311311
<i class="fa fa-fast-backward"></i></button>
312-
<button title="Previous frame" aria-label="Previous frame" onclick="animc6ed3b7fdeae439da8ef111110df9478.previous_frame()">
312+
<button title="Previous frame" aria-label="Previous frame" onclick="anim759d2e9a5bba4ec2885d6a3486d278bb.previous_frame()">
313313
<i class="fa fa-step-backward"></i></button>
314-
<button title="Play backwards" aria-label="Play backwards" onclick="animc6ed3b7fdeae439da8ef111110df9478.reverse_animation()">
314+
<button title="Play backwards" aria-label="Play backwards" onclick="anim759d2e9a5bba4ec2885d6a3486d278bb.reverse_animation()">
315315
<i class="fa fa-play fa-flip-horizontal"></i></button>
316-
<button title="Pause" aria-label="Pause" onclick="animc6ed3b7fdeae439da8ef111110df9478.pause_animation()">
316+
<button title="Pause" aria-label="Pause" onclick="anim759d2e9a5bba4ec2885d6a3486d278bb.pause_animation()">
317317
<i class="fa fa-pause"></i></button>
318-
<button title="Play" aria-label="Play" onclick="animc6ed3b7fdeae439da8ef111110df9478.play_animation()">
318+
<button title="Play" aria-label="Play" onclick="anim759d2e9a5bba4ec2885d6a3486d278bb.play_animation()">
319319
<i class="fa fa-play"></i></button>
320-
<button title="Next frame" aria-label="Next frame" onclick="animc6ed3b7fdeae439da8ef111110df9478.next_frame()">
320+
<button title="Next frame" aria-label="Next frame" onclick="anim759d2e9a5bba4ec2885d6a3486d278bb.next_frame()">
321321
<i class="fa fa-step-forward"></i></button>
322-
<button title="Last frame" aria-label="Last frame" onclick="animc6ed3b7fdeae439da8ef111110df9478.last_frame()">
322+
<button title="Last frame" aria-label="Last frame" onclick="anim759d2e9a5bba4ec2885d6a3486d278bb.last_frame()">
323323
<i class="fa fa-fast-forward"></i></button>
324-
<button title="Increase speed" aria-label="Increase speed" onclick="animc6ed3b7fdeae439da8ef111110df9478.faster()">
324+
<button title="Increase speed" aria-label="Increase speed" onclick="anim759d2e9a5bba4ec2885d6a3486d278bb.faster()">
325325
<i class="fa fa-plus"></i></button>
326326
</div>
327-
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_selectc6ed3b7fdeae439da8ef111110df9478"
327+
<form title="Repetition mode" aria-label="Repetition mode" action="#n" name="_anim_loop_select759d2e9a5bba4ec2885d6a3486d278bb"
328328
class="anim-state">
329-
<input type="radio" name="state" value="once" id="_anim_radio1_c6ed3b7fdeae439da8ef111110df9478"
329+
<input type="radio" name="state" value="once" id="_anim_radio1_759d2e9a5bba4ec2885d6a3486d278bb"
330330
checked>
331-
<label for="_anim_radio1_c6ed3b7fdeae439da8ef111110df9478">Once</label>
332-
<input type="radio" name="state" value="loop" id="_anim_radio2_c6ed3b7fdeae439da8ef111110df9478"
331+
<label for="_anim_radio1_759d2e9a5bba4ec2885d6a3486d278bb">Once</label>
332+
<input type="radio" name="state" value="loop" id="_anim_radio2_759d2e9a5bba4ec2885d6a3486d278bb"
333333
>
334-
<label for="_anim_radio2_c6ed3b7fdeae439da8ef111110df9478">Loop</label>
335-
<input type="radio" name="state" value="reflect" id="_anim_radio3_c6ed3b7fdeae439da8ef111110df9478"
334+
<label for="_anim_radio2_759d2e9a5bba4ec2885d6a3486d278bb">Loop</label>
335+
<input type="radio" name="state" value="reflect" id="_anim_radio3_759d2e9a5bba4ec2885d6a3486d278bb"
336336
>
337-
<label for="_anim_radio3_c6ed3b7fdeae439da8ef111110df9478">Reflect</label>
337+
<label for="_anim_radio3_759d2e9a5bba4ec2885d6a3486d278bb">Reflect</label>
338338
</form>
339339
</div>
340340
</div>
@@ -344,9 +344,9 @@ Using :func:`~matplotlib.pyplot.hist` allows us to get an instance of
344344
/* Instantiate the Animation class. */
345345
/* The IDs given should match those used in the template above. */
346346
(function() {
347-
var img_id = "_anim_imgc6ed3b7fdeae439da8ef111110df9478";
348-
var slider_id = "_anim_sliderc6ed3b7fdeae439da8ef111110df9478";
349-
var loop_select_id = "_anim_loop_selectc6ed3b7fdeae439da8ef111110df9478";
347+
var img_id = "_anim_img759d2e9a5bba4ec2885d6a3486d278bb";
348+
var slider_id = "_anim_slider759d2e9a5bba4ec2885d6a3486d278bb";
349+
var loop_select_id = "_anim_loop_select759d2e9a5bba4ec2885d6a3486d278bb";
350350
var frames = new Array(50);
351351

352352
frames[0] = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAn4AAAHcCAYAAABI7KcYAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90\
@@ -9622,7 +9622,7 @@ Using :func:`~matplotlib.pyplot.hist` allows us to get an instance of
96229622
/* set a timeout to make sure all the above elements are created before
96239623
the object is initialized. */
96249624
setTimeout(function() {
9625-
animc6ed3b7fdeae439da8ef111110df9478 = new Animation(frames, img_id, slider_id, 200.0,
9625+
anim759d2e9a5bba4ec2885d6a3486d278bb = new Animation(frames, img_id, slider_id, 200.0,
96269626
loop_select_id);
96279627
}, 0);
96289628
})()
@@ -9636,7 +9636,7 @@ Using :func:`~matplotlib.pyplot.hist` allows us to get an instance of
96369636

96379637
.. rst-class:: sphx-glr-timing
96389638

9639-
**Total running time of the script:** (0 minutes 5.448 seconds)
9639+
**Total running time of the script:** (0 minutes 5.683 seconds)
96409640

96419641

96429642
.. _sphx_glr_download_gallery_animation_animated_histogram.py:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Output generated via `matplotlib.animation.Animation.to_jshtml`.
6969
7070
.. rst-class:: sphx-glr-timing
7171

72-
**Total running time of the script:** (0 minutes 7.650 seconds)
72+
**Total running time of the script:** (0 minutes 7.332 seconds)
7373

7474

7575
.. _sphx_glr_download_gallery_animation_animation_demo.py:

0 commit comments

Comments
 (0)