From e04de475f292ef6a871db8a27aa7ff91b11521a7 Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Tue, 13 Feb 2018 18:55:50 -0800 Subject: [PATCH] renaming duplicated file names --- .gitignore | 5 +++++ doc/api/animation_api.rst | 2 +- doc/index.rst | 2 +- examples/animation/{histogram.py => animated_histogram.py} | 0 .../{date_index_formatter.py => custom_index_formatter.py} | 0 .../{scatter_hist.py => scatter_hist_locatable_axes.py} | 0 examples/color/{color_cycle.py => color_cycler.py} | 0 .../{errorbar_limits.py => errorbar_limits_simple.py} | 0 examples/pyplots/{boxplot_demo.py => boxplot_demo_pyplot.py} | 0 pytest.ini | 2 +- tutorials/toolkits/axes_grid.py | 4 ++-- 11 files changed, 10 insertions(+), 5 deletions(-) rename examples/animation/{histogram.py => animated_histogram.py} (100%) rename examples/api/{date_index_formatter.py => custom_index_formatter.py} (100%) rename examples/axes_grid1/{scatter_hist.py => scatter_hist_locatable_axes.py} (100%) rename examples/color/{color_cycle.py => color_cycler.py} (100%) rename examples/lines_bars_and_markers/{errorbar_limits.py => errorbar_limits_simple.py} (100%) rename examples/pyplots/{boxplot_demo.py => boxplot_demo_pyplot.py} (100%) diff --git a/.gitignore b/.gitignore index 0473729069d6..36d13934bcf0 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,8 @@ cover/ __conda_version__.txt lib/png.lib lib/z.lib + +# Jupyter files # +################# + +.ipynb_checkpoints/ diff --git a/doc/api/animation_api.rst b/doc/api/animation_api.rst index d8662e4f3834..ab34e5ebee4f 100644 --- a/doc/api/animation_api.rst +++ b/doc/api/animation_api.rst @@ -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 diff --git a/doc/index.rst b/doc/index.rst index a62e47330a91..c2fad272771e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ interface toolkits. border="0" alt="screenshots"/>
- screenshots
diff --git a/examples/animation/histogram.py b/examples/animation/animated_histogram.py similarity index 100% rename from examples/animation/histogram.py rename to examples/animation/animated_histogram.py diff --git a/examples/api/date_index_formatter.py b/examples/api/custom_index_formatter.py similarity index 100% rename from examples/api/date_index_formatter.py rename to examples/api/custom_index_formatter.py diff --git a/examples/axes_grid1/scatter_hist.py b/examples/axes_grid1/scatter_hist_locatable_axes.py similarity index 100% rename from examples/axes_grid1/scatter_hist.py rename to examples/axes_grid1/scatter_hist_locatable_axes.py diff --git a/examples/color/color_cycle.py b/examples/color/color_cycler.py similarity index 100% rename from examples/color/color_cycle.py rename to examples/color/color_cycler.py diff --git a/examples/lines_bars_and_markers/errorbar_limits.py b/examples/lines_bars_and_markers/errorbar_limits_simple.py similarity index 100% rename from examples/lines_bars_and_markers/errorbar_limits.py rename to examples/lines_bars_and_markers/errorbar_limits_simple.py diff --git a/examples/pyplots/boxplot_demo.py b/examples/pyplots/boxplot_demo_pyplot.py similarity index 100% rename from examples/pyplots/boxplot_demo.py rename to examples/pyplots/boxplot_demo_pyplot.py diff --git a/pytest.ini b/pytest.ini index dd76e1539d48..e21f8ef0d4d5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -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 diff --git a/tutorials/toolkits/axes_grid.py b/tutorials/toolkits/axes_grid.py index a1af2c0cbc11..7b4ad9f3eda1 100644 --- a/tutorials/toolkits/axes_grid.py +++ b/tutorials/toolkits/axes_grid.py @@ -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