From 32f7e3f75fbe3b5b4d0f6a406623659a0cba6a8e Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Tue, 30 Jul 2024 13:14:38 -0600 Subject: [PATCH 1/3] Fixup broken links in authentication user guide --- docs/user_guide/authenticate.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user_guide/authenticate.md b/docs/user_guide/authenticate.md index aa40e2eb..34619f66 100644 --- a/docs/user_guide/authenticate.md +++ b/docs/user_guide/authenticate.md @@ -6,5 +6,6 @@ Introduces the `earthaccess.login` method for managing Earthdata Login and cloud We are reorganizing and updating the documentation, so not all pages are complete. If you are looking for information about authenticating using earthaccess see the How-Tos and Tutorials in links below. - [How-To Authenticate with earthaccess](/howto/authenticate.md) - [Getting Started Tutorial](/tutorials/getting-started.ipynb) + + * [Quick start](../../quick-start/) + * [How-To Authenticate with earthaccess](../howto/authenticate.md) From e32ba94319ae5d6be0e96dbea9dc49024619a504 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Tue, 30 Jul 2024 13:45:57 -0600 Subject: [PATCH 2/3] Fixup links on "access" userguide page. --- docs/user_guide/access.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user_guide/access.md b/docs/user_guide/access.md index 873635fa..06ba247e 100644 --- a/docs/user_guide/access.md +++ b/docs/user_guide/access.md @@ -6,8 +6,9 @@ We are reorganizing and updating the documentation, so not all pages are complete. If you are looking for information about accessing data using earthaccess see the HOW-TO pages below. - [How-to download data](/howto/onprem.md) - [Getting Started Tutorial](/tutorials/getting-started.ipynb) + + * [Quick start](../../quick-start/) + * [How-to download data](../howto/onprem.md) ## Downloading data From 627afbb1f5f38637bbc535126bd7bdefadff62c3 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Tue, 30 Jul 2024 13:47:20 -0600 Subject: [PATCH 3/3] Fixup links on search user guide page --- docs/user_guide/search.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/user_guide/search.md b/docs/user_guide/search.md index 2dd050f3..000ef95d 100644 --- a/docs/user_guide/search.md +++ b/docs/user_guide/search.md @@ -4,8 +4,9 @@ We are reorganizing and updating the documentation, so not all pages are complete. If you are looking for information about authenticating using earthaccess see the How-Tos and Tutorials in links below. - [How-To Access Data](/howto/access-data.md) - [Getting Started Tutorial](/tutorials/getting-started.ipynb) + + * [Quick start](../../quick-start/) + * [How-To Access Data](../howto/access-data.md) ## `search_datasets`