Skip to content

Commit

Permalink
renaming duplicated file names
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Feb 15, 2018
1 parent 86514a2 commit e04de47
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,8 @@ cover/
__conda_version__.txt
lib/png.lib
lib/z.lib

# Jupyter files #
#################

.ipynb_checkpoints/
2 changes: 1 addition & 1 deletion doc/api/animation_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Examples
../gallery/animation/animate_decay
../gallery/animation/bayes_update
../gallery/animation/double_pendulum_sgskip
../gallery/animation/histogram
../gallery/animation/animated_histogram
../gallery/animation/rain
../gallery/animation/random_walk
../gallery/animation/simple_anim
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ interface toolkits.
border="0" alt="screenshots"/>
</div>
<div class="responsive_subfig">
<img align="middle" src="_images/sphx_glr_histogram_thumb1.png"
<img align="middle" src="_images/sphx_glr_histogram_thumb.png"
border="0" alt="screenshots"/>
</div>
<div class="responsive_subfig">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pep8ignore =
*examples/pyplots/annotation_basic.py E231
*examples/pyplots/annotation_polar.py E231
*examples/pyplots/auto_subplots_adjust.py E231 E261 E302 W391
*examples/pyplots/boxplot_demo.py E231
*examples/pyplots/boxplot_demo_pyplot.py E231
*examples/pyplots/compound_path_demo.py E231
*examples/pyplots/fig_axes_customize_simple.py E261
*examples/pyplots/pyplot_formatstr.py E231
Expand Down
4 changes: 2 additions & 2 deletions tutorials/toolkits/axes_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@
See the full source code below.
.. figure:: ../../gallery/axes_grid1/images/sphx_glr_scatter_hist_001.png
:target: ../../gallery/axes_grid1/scatter_hist.html
.. figure:: ../../gallery/axes_grid1/images/sphx_glr_scatter_hist_locatable_axes_001.png
:target: ../../gallery/axes_grid1/scatter_hist_locatable_axes.html
:align: center
:scale: 50
Expand Down

0 comments on commit e04de47

Please sign in to comment.