Skip to content

Commit e04de47

Browse files
committed
renaming duplicated file names
1 parent 86514a2 commit e04de47

File tree

11 files changed

+10
-5
lines changed

11 files changed

+10
-5
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,8 @@ cover/
9191
__conda_version__.txt
9292
lib/png.lib
9393
lib/z.lib
94+
95+
# Jupyter files #
96+
#################
97+
98+
.ipynb_checkpoints/

doc/api/animation_api.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Examples
132132
../gallery/animation/animate_decay
133133
../gallery/animation/bayes_update
134134
../gallery/animation/double_pendulum_sgskip
135-
../gallery/animation/histogram
135+
../gallery/animation/animated_histogram
136136
../gallery/animation/rain
137137
../gallery/animation/random_walk
138138
../gallery/animation/simple_anim

doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ interface toolkits.
1818
border="0" alt="screenshots"/>
1919
</div>
2020
<div class="responsive_subfig">
21-
<img align="middle" src="_images/sphx_glr_histogram_thumb1.png"
21+
<img align="middle" src="_images/sphx_glr_histogram_thumb.png"
2222
border="0" alt="screenshots"/>
2323
</div>
2424
<div class="responsive_subfig">
File renamed without changes.

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pep8ignore =
116116
*examples/pyplots/annotation_basic.py E231
117117
*examples/pyplots/annotation_polar.py E231
118118
*examples/pyplots/auto_subplots_adjust.py E231 E261 E302 W391
119-
*examples/pyplots/boxplot_demo.py E231
119+
*examples/pyplots/boxplot_demo_pyplot.py E231
120120
*examples/pyplots/compound_path_demo.py E231
121121
*examples/pyplots/fig_axes_customize_simple.py E261
122122
*examples/pyplots/pyplot_formatstr.py E231

tutorials/toolkits/axes_grid.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@
226226
227227
See the full source code below.
228228
229-
.. figure:: ../../gallery/axes_grid1/images/sphx_glr_scatter_hist_001.png
230-
:target: ../../gallery/axes_grid1/scatter_hist.html
229+
.. figure:: ../../gallery/axes_grid1/images/sphx_glr_scatter_hist_locatable_axes_001.png
230+
:target: ../../gallery/axes_grid1/scatter_hist_locatable_axes.html
231231
:align: center
232232
:scale: 50
233233

0 commit comments

Comments
 (0)