From e3022b50c367bb1d65f62a51c17e52c740ba97fb Mon Sep 17 00:00:00 2001 From: Tremain Knight <2108488+tkknight@users.noreply.github.com> Date: Thu, 23 Jul 2020 22:22:24 +0100 Subject: [PATCH] moved to oceanography section of gallery --- .../{general => oceanography}/plot_orca_projection.py | 0 docs/iris/src/whatsnew/1.7.rst | 2 +- .../docchange_2020-Jul-23_moved_gallery_entry.txt | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) rename docs/iris/gallery_code/{general => oceanography}/plot_orca_projection.py (100%) create mode 100644 docs/iris/src/whatsnew/contributions_3.0.0/docchange_2020-Jul-23_moved_gallery_entry.txt diff --git a/docs/iris/gallery_code/general/plot_orca_projection.py b/docs/iris/gallery_code/oceanography/plot_orca_projection.py similarity index 100% rename from docs/iris/gallery_code/general/plot_orca_projection.py rename to docs/iris/gallery_code/oceanography/plot_orca_projection.py diff --git a/docs/iris/src/whatsnew/1.7.rst b/docs/iris/src/whatsnew/1.7.rst index 2d4395239b..757d407684 100644 --- a/docs/iris/src/whatsnew/1.7.rst +++ b/docs/iris/src/whatsnew/1.7.rst @@ -240,7 +240,7 @@ Documentation changes :class:`iris.analysis.Aggregator` has been added. See :ref:`sphx_glr_generated_gallery_general_plot_custom_aggregation.py`. * An example of reprojecting data from 2D auxiliary spatial coordinates - (such as that from the ORCA grid) has been added. See :ref:`sphx_glr_generated_gallery_general_plot_orca_projection.py`. + (such as that from the ORCA grid) has been added. See :ref:`sphx_glr_generated_gallery_oceanography_plot_orca_projection.py`. * A clarification of the behaviour of :func:`iris.analysis.calculus.differentiate`. * A new :doc:`"Technical Papers" ` section has been added to the documentation along with the addition of a paper providing an :doc:`overview of the load process for UM-like diff --git a/docs/iris/src/whatsnew/contributions_3.0.0/docchange_2020-Jul-23_moved_gallery_entry.txt b/docs/iris/src/whatsnew/contributions_3.0.0/docchange_2020-Jul-23_moved_gallery_entry.txt new file mode 100644 index 0000000000..d73021dcc9 --- /dev/null +++ b/docs/iris/src/whatsnew/contributions_3.0.0/docchange_2020-Jul-23_moved_gallery_entry.txt @@ -0,0 +1,2 @@ +* Moved the :ref:`sphx_glr_generated_gallery_oceanography_plot_orca_projection.py` + from the general part of the gallery to oceanography.