From d56faf7c008d11616da3bfb15e21fe31e673c8eb Mon Sep 17 00:00:00 2001 From: Megan Schatz <63426274+MSchatzUW@users.noreply.github.com> Date: Fri, 15 May 2020 14:20:09 -0700 Subject: [PATCH 1/2] Update pycmap_cruise_ST_bounds.rst Megan's comments --- .../pycmap_api/data_retrieval/pycmap_cruise_ST_bounds.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_ST_bounds.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_ST_bounds.rst index ea7c587..e08bc8e 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_ST_bounds.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_ST_bounds.rst @@ -18,6 +18,8 @@ Cruise Spatio-Temporal Bounds Returns a dataframe containing the spatio-temporal bounding box accosiated with the specified cruise. Effectively, this method returns a subset of the outputs returned by the cruise_by_name method. +..COMMENT: "cruise_by_name" method should be "Cruise Detail By Name" method. And you probably want to make this a hyperlink. + | :Parameters: @@ -25,6 +27,7 @@ Cruise Spatio-Temporal Bounds The official cruise name. If applicable, you may also use cruise "nickname" ('Diel', 'Gradients_1' ...). A full list of cruise names can be retrieved using cruise method. +..COMMENT: Again, you probably want "cruise method" above to be a hyperlink to the "Cruise Detail By Name" method. :returns: Pandas dataframe. From 1a0d52a8af45f4359f25700f80bbf106bf845d09 Mon Sep 17 00:00:00 2001 From: Megan Schatz <63426274+MSchatzUW@users.noreply.github.com> Date: Wed, 27 May 2020 21:33:59 -0700 Subject: [PATCH 2/2] Update pycmap_cruise_ST_bounds.rst --- .../pycmap_api/data_retrieval/pycmap_cruise_ST_bounds.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_ST_bounds.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_ST_bounds.rst index e08bc8e..6eacbaa 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_ST_bounds.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_ST_bounds.rst @@ -16,9 +16,7 @@ Cruise Spatio-Temporal Bounds - Returns a dataframe containing the spatio-temporal bounding box accosiated with the specified cruise. Effectively, this method returns a subset of the outputs returned by the cruise_by_name method. - -..COMMENT: "cruise_by_name" method should be "Cruise Detail By Name" method. And you probably want to make this a hyperlink. + Returns a dataframe containing the spatio-temporal bounding box accosiated with the specified cruise. Effectively, this method returns a subset of the outputs returned by the cruise_by_name method. | @@ -27,8 +25,6 @@ Cruise Spatio-Temporal Bounds The official cruise name. If applicable, you may also use cruise "nickname" ('Diel', 'Gradients_1' ...). A full list of cruise names can be retrieved using cruise method. -..COMMENT: Again, you probably want "cruise method" above to be a hyperlink to the "Cruise Detail By Name" method. - :returns: Pandas dataframe.