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: switch to source code and edit buttons #35

Merged
merged 2 commits into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
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
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
Loading