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

Skip to content

Commit 55b76f7

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

File tree

10 files changed

+9
-4
lines changed

10 files changed

+9
-4
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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
File renamed without changes.

pytest.ini

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)