From 4a57190008c44238efdcc2b4248a57199ed51bec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:50:40 +0000 Subject: [PATCH 1/3] build(deps): bump conda-incubator/setup-miniconda from 2 to 3 Bumps [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda) from 2 to 3. - [Release notes](https://github.com/conda-incubator/setup-miniconda/releases) - [Changelog](https://github.com/conda-incubator/setup-miniconda/blob/main/CHANGELOG.md) - [Commits](https://github.com/conda-incubator/setup-miniconda/compare/v2...v3) --- updated-dependencies: - dependency-name: conda-incubator/setup-miniconda dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5521cefc..05a52a41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: mamba-version: "*" channels: conda-forge,defaults From 4e62f0311ebb647f29b5745cf4c1670184165e61 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Mon, 4 Dec 2023 09:30:00 -0600 Subject: [PATCH 2/3] doc: fix build status badge in title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38ca0a78..8962b207 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Analysis essentials [![Build Status]([https://github.com/hsf-training/analysis-essentials/actions/workflows/build.yml/badge.svg](https://github.com/hsf-training/analysis-essentials/actions/workflows/build.yml/badge.svg))](https://github.com/hsf-training/analysis-essentials/actions/workflows/build.yml/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hsf-training/analysis-essentials/master) +# Analysis essentials [![Build Status](https://github.com/hsf-training/analysis-essentials/actions/workflows/build.yml/badge.svg)](https://github.com/hsf-training/analysis-essentials/actions/workflows/build.yml/badge.svg) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/hsf-training/analysis-essentials/master) This is the source material for the [analysis essentials website][website], a From 42801ea14d6e07d9248d6008e0495dda466033f9 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Mon, 4 Dec 2023 09:42:47 -0600 Subject: [PATCH 3/3] doc: add cross-linking callout to HSF Software Training Center --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 38ca0a78..b71fd747 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ able to follow the experiment-specific lessons that are taught afterwards. Contributions to the lessons are highly encouraged. Please see the [contributing guide][contributing] for details on how to participate. +{% callout "HSF Software Training" %} + +This training module is part of the [HSF Software Training Center](https://hepsoftwarefoundation.org/training/curriculum.html), +a series of training modules that serves HEP newcomers the software skills needed +as they enter the field, and in parallel, instill best practices for writing software. + +{% endcallout %} + ## Prerequisites There are two options for running these lessons. Running locally should be prefered on Linux and macOS as it is faster and makes it easier to save you work. On Windows it is likely easier to use Binder however care is needed to prevent notebooks being lost when the server is shut down.