Skip to content

Commit

Permalink
DOC: add notebook for Lecture 18 (#11)
Browse files Browse the repository at this point in the history
Source: https://indico.ific.uv.es/event/6803/contributions/21235

* DOC: add Google Colab badge for whole repository
* FIX: let data hash depend on notebooks
* FIX: remove `gdown` install cell from HTML pages
  • Loading branch information
redeboer authored Sep 12, 2023
1 parent b5a0ffc commit 56883bc
Show file tree
Hide file tree
Showing 6 changed files with 1,368 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Fetch downloaded data
uses: actions/cache@v3
with:
key: data-${{ hashFiles('docs/data/') }}
key: data-${{ hashFiles('docs/**.ipynb') }}
restore-keys: |
data-${{ hashFiles('docs/data/') }}
data-${{ hashFiles('docs/**.ipynb') }}
data
path: |
./docs/data
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ ExtendedLLexample.txt
_build/
condaenv.*.requirements.txt
data/
docs/example.txt
docs/lecture18
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# STRONG2020 HaSP School

[![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ComPWA/strong2020-salamanca/blob/main)
[![GitHub Pages](https://github.com/ComPWA/strong2020-salamanca/actions/workflows/docs.yml/badge.svg)](https://github.com/ComPWA/strong2020-salamanca/actions/workflows/docs.yml)

This (unofficial) repository contains the exercises for the [STRONG2020 HaSP School](https://indico.ific.uv.es/event/6803) which was organised in Salamanca in 2023. Many of the files hosted in this repository originate from the [lecture material](https://indico.ific.uv.es/event/6803/timetable).
Expand Down
6 changes: 5 additions & 1 deletion docs/lecture02.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"remove-cell"
]
},
"outputs": [],
"source": [
"%pip install -q gdown"
Expand Down
Loading

0 comments on commit 56883bc

Please sign in to comment.