From def034bb218f28ebb5d3c886cbdbcf401c8495e0 Mon Sep 17 00:00:00 2001 From: Andreas Hilboll Date: Fri, 10 Mar 2017 14:09:26 +0100 Subject: [PATCH 1/2] Update index.rst The plotting documentation contains examples where the `latlon_coords` function is used, but it is not included in the API documentation. --- doc/source/user_api/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/user_api/index.rst b/doc/source/user_api/index.rst index fa304ef..1cc58da 100644 --- a/doc/source/user_api/index.rst +++ b/doc/source/user_api/index.rst @@ -186,6 +186,7 @@ them helpful for other purposes. wrf.is_multi_file wrf.has_time_coord wrf.is_mapping + wrf.latlon_coords wrf.latlon_coordvars wrf.is_coordvar wrf.get_iterable @@ -306,4 +307,4 @@ See :class:`wrf.WrfProj` for methods and attributes. - \ No newline at end of file + From 95d868651f1bb324e7965b399b6923589c2e0cc0 Mon Sep 17 00:00:00 2001 From: Andreas Hilboll Date: Fri, 10 Mar 2017 17:17:10 +0100 Subject: [PATCH 2/2] Update index.rst move latlon_coords to plotting helper section --- doc/source/user_api/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_api/index.rst b/doc/source/user_api/index.rst index 1cc58da..88e00b2 100644 --- a/doc/source/user_api/index.rst +++ b/doc/source/user_api/index.rst @@ -91,6 +91,7 @@ The routines below are used to assist with plotting. :toctree: ./generated/ wrf.geo_bounds + wrf.latlon_coords wrf.get_cartopy wrf.get_basemap wrf.get_pyngl @@ -186,7 +187,6 @@ them helpful for other purposes. wrf.is_multi_file wrf.has_time_coord wrf.is_mapping - wrf.latlon_coords wrf.latlon_coordvars wrf.is_coordvar wrf.get_iterable