From 50bc4342ae3afbd582b243e0748727a8bf66cdf1 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Fri, 19 Apr 2024 16:14:13 -0600 Subject: [PATCH 1/4] Add content about hack days to our docs --- docs/welcome/work_with_us.md | 1 - docs/work-with-us.md | 21 +++++++++++++++++++++ mkdocs.yml | 6 +++++- 3 files changed, 26 insertions(+), 2 deletions(-) delete mode 100644 docs/welcome/work_with_us.md create mode 100644 docs/work-with-us.md diff --git a/docs/welcome/work_with_us.md b/docs/welcome/work_with_us.md deleted file mode 100644 index 895dabe7..00000000 --- a/docs/welcome/work_with_us.md +++ /dev/null @@ -1 +0,0 @@ -# Work With Us \ No newline at end of file diff --git a/docs/work-with-us.md b/docs/work-with-us.md new file mode 100644 index 00000000..3f1eac18 --- /dev/null +++ b/docs/work-with-us.md @@ -0,0 +1,21 @@ +# How to collaborate with the _earthaccess_ team + +## Bi-weekly (alternating weeks) _earthaccess_ hack days + +???+ info + + For an invitation to our recurring hack day meeting, please visit our + [announcement thread on GitHub Discussions](https://github.com/nsidc/earthaccess/discussions/440#) + and make a comment to request a calendar invitation and Zoom link. + + +Hack days... + +* Occur on alternating Tuesdays at 11AM - 1PM Mountain Time. +* Are self-determining; you can work on what sounds fun to you! +* Will support you; _earthaccess_ developers, maintainers, and community managers will + be present on the call. +* Include live demos on request! + +For a glimpse in to the work we do on a typical hack day, please visit our +[hack day share-out space in GitHub Discussions](https://github.com/nsidc/earthaccess/discussions/categories/hack-days)! diff --git a/mkdocs.yml b/mkdocs.yml index db4c4b45..1b59b52c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,12 +49,16 @@ nav: - Welcome: - "What is earthaccess?": "index.md" - "Quick Start": "welcome/quick_start.md" - - "Work With Us": "welcome/work_with_us.md" + - "Work With Us": "work-with-us.md" - User Guide: - "Overview": "user_guide/overview.md" - "Authentication": "user_guide/authenticate.md" - "Search": "user_guide/search.md" - "Access": "user_guide/access.md" + - OVERVIEW: + - "Readme": "index.md" + - "Getting started": "tutorials/getting-started.ipynb" + - "Resources": "resources.md" - HOW-TO: - "Authenticate with Earthdata Login": "howto/authenticate.md" - "Search NASA datasets using filters": "howto/search-collections.md" From 88951d198f4051fbd41421fc3a976feedce1e0f5 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Wed, 10 Apr 2024 11:23:47 -0600 Subject: [PATCH 2/4] Fix up broken callout and add title --- docs/work-with-us.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/work-with-us.md b/docs/work-with-us.md index 3f1eac18..535f13f5 100644 --- a/docs/work-with-us.md +++ b/docs/work-with-us.md @@ -2,11 +2,11 @@ ## Bi-weekly (alternating weeks) _earthaccess_ hack days -???+ info +???+ info "How to get invited" - For an invitation to our recurring hack day meeting, please visit our - [announcement thread on GitHub Discussions](https://github.com/nsidc/earthaccess/discussions/440#) - and make a comment to request a calendar invitation and Zoom link. + For an invitation to our recurring hack day meeting, please visit our + [announcement thread on GitHub Discussions](https://github.com/nsidc/earthaccess/discussions/440#) + and make a comment to request a calendar invitation and Zoom link. Hack days... From 07c6c83c535c1b1208061b204f723fcadd38aacf Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Fri, 19 Apr 2024 16:18:25 -0600 Subject: [PATCH 3/4] Remove accidentally-re-added config --- mkdocs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1b59b52c..537ba655 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -50,15 +50,12 @@ nav: - "What is earthaccess?": "index.md" - "Quick Start": "welcome/quick_start.md" - "Work With Us": "work-with-us.md" + - "Resources": "resources.md" - User Guide: - "Overview": "user_guide/overview.md" - "Authentication": "user_guide/authenticate.md" - "Search": "user_guide/search.md" - "Access": "user_guide/access.md" - - OVERVIEW: - - "Readme": "index.md" - - "Getting started": "tutorials/getting-started.ipynb" - - "Resources": "resources.md" - HOW-TO: - "Authenticate with Earthdata Login": "howto/authenticate.md" - "Search NASA datasets using filters": "howto/search-collections.md" From 76e8789b0fdb43576083b6a190647eb0cff06c4f Mon Sep 17 00:00:00 2001 From: Andy Barrett Date: Wed, 24 Apr 2024 15:09:20 -0600 Subject: [PATCH 4/4] Modified "voice" for consistency --- docs/work-with-us.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/work-with-us.md b/docs/work-with-us.md index 535f13f5..a2183b1d 100644 --- a/docs/work-with-us.md +++ b/docs/work-with-us.md @@ -13,7 +13,7 @@ Hack days... * Occur on alternating Tuesdays at 11AM - 1PM Mountain Time. * Are self-determining; you can work on what sounds fun to you! -* Will support you; _earthaccess_ developers, maintainers, and community managers will +* Are supportive; _earthaccess_ developers, maintainers, and community managers will be present on the call. * Include live demos on request!