From 50509ee00129122b19e3a95b7ba27c42d6e151a3 Mon Sep 17 00:00:00 2001 From: "Michael K. Wilkinson" Date: Thu, 2 Mar 2023 13:07:52 -0500 Subject: [PATCH 1/3] Clarify location of _include/scripts/ --- _extras/guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_extras/guide.md b/_extras/guide.md index 2d203ff02..a14354585 100644 --- a/_extras/guide.md +++ b/_extras/guide.md @@ -11,12 +11,12 @@ encounter setup issues, please file an issue with the tags 'High-priority'. ## Checking installations. -In the `_include/scripts` directory, you will find a script called check_env.py This checks the +In the [`_include/scripts`](../_includes/scripts) directory, you will find a script called check_env.py This checks the functionality of the Anaconda install. By default, Data Carpentry does not have people pull the whole repository with all the scripts and addenda. Therefore, you, as the instructor, get to decide how you'd like to provide this script to -learners, if at all. To use this, students can navigate into `_includes/scripts` terminal, and +learners, if at all. To use this, students can navigate into `_includes/scripts` in the terminal, and execute the following: ~~~ From ff5af271e5d8bff8cc7891cdffd9ab681530424e Mon Sep 17 00:00:00 2001 From: "Michael K. Wilkinson" Date: Thu, 2 Mar 2023 13:09:42 -0500 Subject: [PATCH 2/3] _include -> _includes --- _extras/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_extras/guide.md b/_extras/guide.md index a14354585..21fdd8ab1 100644 --- a/_extras/guide.md +++ b/_extras/guide.md @@ -11,7 +11,7 @@ encounter setup issues, please file an issue with the tags 'High-priority'. ## Checking installations. -In the [`_include/scripts`](../_includes/scripts) directory, you will find a script called check_env.py This checks the +In the [`_includes/scripts`](../_includes/scripts) directory, you will find a script called check_env.py This checks the functionality of the Anaconda install. By default, Data Carpentry does not have people pull the whole repository with all the scripts and From 11a1a34fb285ae821f9f60dda47661ff65bc5d6a Mon Sep 17 00:00:00 2001 From: "Michael K. Wilkinson" Date: Thu, 2 Mar 2023 14:41:46 -0500 Subject: [PATCH 3/3] use absolute URL --- _extras/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_extras/guide.md b/_extras/guide.md index 21fdd8ab1..b0ff3d774 100644 --- a/_extras/guide.md +++ b/_extras/guide.md @@ -11,7 +11,7 @@ encounter setup issues, please file an issue with the tags 'High-priority'. ## Checking installations. -In the [`_includes/scripts`](../_includes/scripts) directory, you will find a script called check_env.py This checks the +In the [`_includes/scripts`](https://github.com/datacarpentry/python-ecology-lesson/tree/gh-pages/_includes/scripts) directory, you will find a script called check_env.py This checks the functionality of the Anaconda install. By default, Data Carpentry does not have people pull the whole repository with all the scripts and