Skip to content

Commit 098f6ef

Browse files
Fix links
1 parent 0d64834 commit 098f6ef

File tree

9 files changed

+16
-10
lines changed

9 files changed

+16
-10
lines changed

docs/May23/load_run.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ NOTE: *only* run jobs that are short and/or do not use a lot of resources from t
222222

223223
.. note::
224224

225-
Real cases will be tested in the [**batch session**](https://uppmax.github.io/R-python-julia-HPC/python/batchPython.html).
225+
Real cases will be tested in the **batch session**.
226226

227227
Run an interactive Python shell
228228
###############################

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ def setup(app):
117117
# Auto-detect directory name. This can break, but
118118
# useful as a default.
119119
# "github_repo": github_repo_name or basename(dirname(realpath(__file__))),
120-
# Richel: trying to fix 'Edit on GitHub link' onhttps://uppmax.github.io/R-python-julia-HPC/index.html
121120
"github_repo": github_repo_name or basename(dirname(realpath(__file__))),
122121
"github_version": github_version,
123122
"conf_py_path": conf_py_path,

docs/day1/load_run_packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Load and run python and use packages
1212
!!! info "Learning outcomes"
1313

1414
From the first session of
15-
[the NAISS 'Intro to Python' course](https://uppmax.github.io/uppmax_intro_python/sessions/using_the_python_interpreter/):
15+
[the NAISS 'Intro to Python' course](https://uppmax.github.io/naiss_intro_python/sessions/using_the_python_interpreter/):
1616

1717
- Practice using the documentation of your HPC cluster
1818
- Practice using the Python book

docs/feb23_course/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Introduction Python
22
===================
33

4-
`Welcome page and syllabus <https://uppmax.github.io/R-python-julia-HPC/index.html>`_
4+
`Welcome page and syllabus
55
- Also link at House symbol |:house:| at top of page
66

77
.. admonition:: **Learning outcomes**

docs/feb23_course/load_runPython.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ NOTE: *only* run jobs that are short and/or do not use a lot of resources from t
220220

221221
.. note::
222222

223-
Real cases will be tested in the **batch session** (https://uppmax.github.io/R-python-julia-HPC/python/batchPython.html).
223+
Real cases will be tested in the **batch session**
224224

225225
Run an interactive Python shell
226226
###############################
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Lesson plan 2025-04-24
22

3-
See [the 'Intro to Python' repo](https://uppmax.github.io/uppmax_intro_python/lesson_plans/20250424/).
3+
See [the 'Intro to Python' repo](https://uppmax.github.io/naiss_intro_python/lesson_plans/20250424/).

meeting_notes/2022_2_autumn.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Meeting notes autumn 2022 part 2
2+
13
## Meeting 7 Sep
24
- status
35
- ideas
@@ -47,13 +49,18 @@
4749
- identify helpers
4850

4951
## Background
52+
5053
98 registered
54+
5155
### Experience with LINUX
56+
5257
Orientation 94%
5358
Bash 86%
5459
Batch 75%
5560
Packages 87%
61+
5662
### Cluster (multiple)
63+
5764
HPC2N 47/84 55
5865
Rackham 47/84 56
5966
Bianca 18/84 21
@@ -238,5 +245,5 @@ The goal for the course is that you will be able to:
238245

239246
Prerequisites: familiarity with the LINUX command line, basic Python, and batch jobs.
240247

241-
For more info and registration, please visit https://www.uppmax.uu.se/support/courses-and-workshops/HPC-python/ or https://www.hpc2n.umu.se/events/courses/2022/python-in-hpc
248+
For more info and registration, please visit https://docs.uppmax.uu.se/courses_workshops/hpc_python/ or https://www.hpc2n.umu.se/events/courses/2022/python-in-hpc
242249

meeting_notes/2024_1_spring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- jupyter
1111
- extend parallelism and ML
1212
- in application: ask knowledge of parallel, slurm, gpu, ML
13-
- more course links: https://enccs.github.io/gpu-programming/6-language-support/
13+
- more course links: [https://enccs.github.io/gpu-programming/](https://enccs.github.io/gpu-programming/)
1414
- rewrite course goal:
1515
- Deploy hpc-resources for different problems
1616
- not learning the solutions of the problems!

meeting_notes/20250228.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
- That other course does not have Python anymore
1313

1414
- planning: https://hackmd.io/iHDNS90TRY-HFT7WlxFqVg
15-
- source: https://github.com/UPPMAX/R-python-julia-HPC/
16-
- material: https://uppmax.github.io/R-python-julia-HPC/
15+
- source: `[dead URL]`
16+
- material: `[dead URL]`
1717

1818
## Spring
1919

0 commit comments

Comments
 (0)