8000 Backport PR #10451: renaming duplicated file names · matplotlib/matplotlib@d672a2c · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d672a2c

Browse files
tacaswellMeeseeksDev[bot]
authored andcommitted
Backport PR #10451: renaming duplicated file names
1 parent d0366da commit d672a2c

File tree

11 files changed

+10
-5
lines changed

11 files changed

+10
-5
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

doc/index.rst

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

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)
0