From 96563085a73de698dc5209b179abb59728c406e8 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 8 May 2024 18:45:03 +0200 Subject: [PATCH 1/2] add contribute button --- jupyterbook/content/intro.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/jupyterbook/content/intro.md b/jupyterbook/content/intro.md index 922ed5ed..dba2c626 100644 --- a/jupyterbook/content/intro.md +++ b/jupyterbook/content/intro.md @@ -7,9 +7,17 @@ width: 770px --- ``` -The IOOS CodeLab is a collection of tutorials and examples of how to access and utilize the many IOOS technologies and data sources available. This site is geared towards scientists and environmental managers interested in “diving deep” into the numbers and creating original plots and data analysis. Most notebook examples are written in Python, however, we also have a growing number of notebooks written in Matlab, and R. +The IOOS CodeLab is a collection of tutorials and examples of how to access and utilize the many IOOS technologies and data sources available. +This site is geared towards scientists and environmental managers interested in “diving deep” into the numbers and creating original plots and data analysis. +Most notebook examples are written in Python, however, +we also have a growing number of notebooks written in Matlab, and R. -The notebooks will come from a variety of authors including IOOS Program Office Staff, Regional Association data managers, and other IOOS partners. If you think you have a nice example you would like to share please let us know! +The notebooks will come from a variety of authors including IOOS Program Office Staff, +Regional Association data managers, +and other IOOS partners. +If you think you have a nice example you would like to share please let us know! + + Feedback and questions are welcome. From a258b1a1d1d25dde327a646ceef5c8552c892ae0 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Wed, 8 May 2024 19:28:10 +0200 Subject: [PATCH 2/2] make it a link --- jupyterbook/content/intro.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jupyterbook/content/intro.md b/jupyterbook/content/intro.md index dba2c626..2a1cdcb6 100644 --- a/jupyterbook/content/intro.md +++ b/jupyterbook/content/intro.md @@ -15,9 +15,7 @@ we also have a growing number of notebooks written in Matlab, and R. The notebooks will come from a variety of authors including IOOS Program Office Staff, Regional Association data managers, and other IOOS partners. -If you think you have a nice example you would like to share please let us know! - - +If you think you have a nice example you would like to share please see the [Contributor Guide](https://github.com/ioos/ioos_code_lab/blob/main/CONTRIBUTING.md)! Feedback and questions are welcome.