Skip to content

Commit

Permalink
DOC: switch to source code and edit buttons (#35)
Browse files Browse the repository at this point in the history
* MAINT: remove `gdown` version pin
  • Loading branch information
redeboer authored Jan 18, 2024
1 parent a2aab6c commit 2d29f34
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ def get_execution_mode() -> str:
"repository_branch": "main",
"repository_url": "https://github.com/ComPWA/strong2020-salamanca",
"show_toc_level": 2,
"use_download_button": False,
"use_edit_page_button": True,
"use_issues_button": True,
"use_repository_button": True,
"use_source_button": True,
}
html_title = "Solutions to STRONG2020 HaSP School"
linkcheck_anchors = False
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture02.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy particle"
"%pip install -q gdown matplotlib numpy particle"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture06-gammap.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas pylorentz scipy"
"%pip install -q gdown matplotlib numpy pandas pylorentz scipy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture06-nbarp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas scipy"
"%pip install -q gdown matplotlib numpy pandas scipy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture09.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 lmfit matplotlib numpy scipy"
"%pip install -q gdown lmfit matplotlib numpy scipy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture12a-gammap-solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas pylorentz scipy"
"%pip install -q gdown matplotlib numpy pandas pylorentz scipy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture12b-kinematics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas pylorentz scipy"
"%pip install -q gdown matplotlib numpy pandas pylorentz scipy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture12c-angles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas pylorentz"
"%pip install -q gdown matplotlib numpy pandas pylorentz"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture12d-phasespace.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy phasespace pylorentz"
"%pip install -q gdown matplotlib numpy phasespace pylorentz"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture12e-longitudinal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy pandas pylorentz"
"%pip install -q gdown matplotlib numpy pandas pylorentz"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture18.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 matplotlib numpy"
"%pip install -q gdown matplotlib numpy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/lecture24.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"outputs": [],
"source": [
"%pip install -q gdown==4.6.3 iminuit import-ipynb sweights\n",
"%pip install -q gdown iminuit import-ipynb sweights\n",
"from IPython.display import display"
]
},
Expand Down

0 comments on commit 2d29f34

Please sign in to comment.