Skip to content

Commit

Permalink
fix links + stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Hogan committed Jul 9, 2024
1 parent f79219c commit cbb97a3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords: 'software, data, lesson, CMS' # FIXME

# Life cycle stage of the lesson
# possible values: pre-alpha, alpha, beta, stable
life_cycle: 'beta' # FIXME
life_cycle: 'stable' # FIXME

# License of the lesson
license: 'CC-BY 4.0'
Expand Down
4 changes: 2 additions & 2 deletions episodes/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ exercises: 0
## Ready to go?
The first part of this lesson is done entirely in the browser.

Then, [Episode 4: How to access metadata on the command line?](04-cli-through-cernopendata-client.md) requires the use of a command-line tool. It is available as a Docker container or it can be installed with `pip`. Make sure you have completed the [Docker pre-exercise](https://cms-opendata-workshop.github.io/workshopqcd-2024-lesson-docker/) and have docker installed.
Then, [Episode 4: How to access metadata on the command line?](04-cli-through-cernopendata-client.md) requires the use of a command-line tool. It is available as a Docker container or it can be installed with `pip`. Make sure you have completed the [Docker pre-exercise](https://cms-opendata-workshop.github.io/workshop2024-lesson-docker/) and have docker installed.

[Episode 5: What is in the data?](05-what-is-in-the-data.md) is done in the root or python tools container. Make sure you have [these containers available](https://cms-opendata-workshop.github.io/workshopqcd-2024-lesson-docker/03-docker-for-cms-opendata.html).
[Episode 5: What is in the data?](05-what-is-in-the-data.md) is done in the root or python tools container. Make sure you have [these containers available](https://cms-opendata-workshop.github.io/workshop2024-lesson-docker/03-docker-for-cms-opendata.html).

::::::

Expand Down
4 changes: 1 addition & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
site: sandpaper::sandpaper_site
---

This is a new lesson built with [The Carpentries Workbench][workbench].
This lesson provides an introduction to CMS data on the CERN Open Data Portal. You will learn search techniques for CMS Open Data as well as how to understand the data records and access the files.


[workbench]: https://carpentries.github.io/sandpaper-docs

2 changes: 1 addition & 1 deletion learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title: Setup
---

First episodes of this lesson can be worked through in a web browser.
Episodes 4 and 5 use Docker containers to inspect and download open data files and their metadata, and it will require using a Unix terminal (Linux, MacOS terminal, or Windows WSL2 Ubuntu terminal) with [Docker installed](https://cms-opendata-workshop.github.io/workshopqcd-2024-lesson-docker/).
Episodes 4 and 5 use Docker containers to inspect and download open data files and their metadata, and it will require using a Unix terminal (Linux, MacOS terminal, or Windows WSL2 Ubuntu terminal) with [Docker installed](https://cms-opendata-workshop.github.io/workshop2024-lesson-docker/).

0 comments on commit cbb97a3

Please sign in to comment.