From 8ffc6f95ba8316827a8cca1a679512f14fcdaf67 Mon Sep 17 00:00:00 2001 From: Megan Schatz <63426274+MSchatzUW@users.noreply.github.com> Date: Fri, 15 May 2020 14:42:13 -0700 Subject: [PATCH 1/2] Update pycmap_cruise_variables.rst --- .../pycmap_api/data_retrieval/pycmap_cruise_variables.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst index b61d84c..2ae9f28 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst @@ -24,7 +24,7 @@ Cruise Variables **cruiseName: string** 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, cruise method above should be a hyperlink to the "List of Cruises" method. :returns: Pandas dataframe. @@ -56,7 +56,7 @@ Here is how to achieve the same results using a direct SQL statement. Please ref EXEC uspCruiseVariablesByName 'Cruise Official Name' -**Example:** +**Example** .. code-block:: sql From 280a1109c40123cb8a8a5355760ad598c4908469 Mon Sep 17 00:00:00 2001 From: Megan Schatz <63426274+MSchatzUW@users.noreply.github.com> Date: Wed, 27 May 2020 21:37:16 -0700 Subject: [PATCH 2/2] Update pycmap_cruise_variables.rst --- .../pycmap_api/data_retrieval/pycmap_cruise_variables.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst index 2ae9f28..122f19d 100644 --- a/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst +++ b/user_guide/API_ref/pycmap_api/data_retrieval/pycmap_cruise_variables.rst @@ -24,8 +24,6 @@ Cruise Variables **cruiseName: string** 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, cruise method above should be a hyperlink to the "List of Cruises" method. - :returns: Pandas dataframe.