From 7b8a6f12c0c1f341b36f26a1b9c5b41ba8fa7430 Mon Sep 17 00:00:00 2001 From: Megan Schatz <63426274+MSchatzUW@users.noreply.github.com> Date: Fri, 15 May 2020 14:35:34 -0700 Subject: [PATCH 1/2] Update pycmap_cruise_trajectory.rst Megan's comments --- .../pycmap_api/data_retrieval/pycmap_cruise_trajectory.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_trajectory.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_trajectory.rst index 9d80365..3c59dfd 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_trajectory.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_trajectory.rst @@ -24,6 +24,7 @@ Cruise Trajectory 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: Above, "cruise method" should be a hyperlink but to the "List of Cruises" method I believe. :returns: Pandas dataframe. @@ -54,7 +55,7 @@ Here is how to achieve the same results using a direct SQL statement. Please ref EXEC uspCruiseTrajectoryByName 'Cruise Official Name' -**Example:** +**Example** .. code-block:: sql From f4fa5860ee77df291e498e8c8107873b6e40279f Mon Sep 17 00:00:00 2001 From: Megan Schatz <63426274+MSchatzUW@users.noreply.github.com> Date: Wed, 27 May 2020 21:35:57 -0700 Subject: [PATCH 2/2] Update pycmap_cruise_trajectory.rst --- .../pycmap_api/data_retrieval/pycmap_cruise_trajectory.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_trajectory.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_trajectory.rst index 3c59dfd..10984e0 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_trajectory.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_trajectory.rst @@ -24,8 +24,6 @@ Cruise Trajectory 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: Above, "cruise method" should be a hyperlink but to the "List of Cruises" method I believe. - :returns: Pandas dataframe.