Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add cross-linking callout to HSF Software Training Center #76

Merged
merged 1 commit into from
Dec 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading