Skip to content

Commit

Permalink
Deployed 5529d84 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klust committed Oct 25, 2024
1 parent dc5b613 commit d7bc655
Show file tree
Hide file tree
Showing 12 changed files with 13,544 additions and 538 deletions.
3,259 changes: 3,259 additions & 0 deletions 2day-20240502/index.links.noGit/index.html

Large diffs are not rendered by default.

3,145 changes: 3,145 additions & 0 deletions 2day-20240502/index.noLinks.noGit/index.html

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions 2day-20240502/rebase-script.noGit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
git checkout Amsterdam/day1-02_CPE
git rebase main
git push --force origin ; git push --force upstream
git checkout Amsterdam/day1-03_LUMI_Access
git rebase Amsterdam/day1-02_CPE
git push --force origin ; git push --force upstream
git checkout Amsterdam/day1_04_Modules
git rebase Amsterdam/day1-03_LUMI_Access
git push --force origin ; git push --force upstream
git checkout Amsterdam/day1_05_Software_stacks
git rebase Amsterdam/day1_04_Modules
git push --force origin ; git push --force upstream
git checkout Amsterdam/day2_06_Slurm
git rebase Amsterdam/day1_05_Software_stacks
git push --force origin ; git push --force upstream
git checkout Amsterdam/day2_07_binding
git rebase Amsterdam/day2_06_Slurm
git push --force origin ; git push --force upstream
git checkout Amsterdam/day2_09_Containers
git rebase Amsterdam/day2_07_binding
git push --force origin ; git push --force upstream
git checkout Amsterdam/day2_10_Support
git rebase Amsterdam/day2_09_Containers
git push --force origin ; git push --force upstream
3,244 changes: 3,244 additions & 0 deletions 2day-20240502/schedule.links.noGit/index.html

Large diffs are not rendered by default.

3,244 changes: 3,244 additions & 0 deletions 2day-20240502/schedule.noLinks.noGit/index.html

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions 2day-next/script.noGit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#! /opt/homebrew/bin/bash

sed \
-e 's|00_Introduction|00-Introduction|g' -e 's|00_introduction|00-Introduction|g' -e 's|00-introduction|00-Introduction|g' \
-e 's|01_architecture|01-Architecture|g' -e 's|01_Architecture|01-Architecture|g' -e 's|01-architecture|01-Architecture|g' \
-e 's|02_CPE|02-CPE|g' \
-e 's|03_LUMI_access|03-Access|g' -e 's|03_Getting_Access|03-Access|g' -e 's|03-access|03-Access|g' \
-e 's|04_Modules_on_LUMI|04-Modules|g' -e 's|04_Modules|04-modules|g' -e 's|04-modules|04-Modules|g' \
-e 's|05_Software_stacks|05-SoftwareStacks|g' -e 's|05-software|05-SoftwareStacks|g' \
-e 's|06_Slurm|08-Slurm|g' -e 's|08_Slurm|08-Slurm|g' -e 's|08-slurm|08-Slurm|g' \
-e 's|07_Binding|09-Binding|g' -e 's|09_Binding|09-Binding|g' -e 's|09-binding|09-Binding|g' \
-e 's|10_Lustre|10-Lustre|g' -e 's|10-lustre|10-Lustre|g' \
-e 's|11_Containers|11-Containers|g' -e 's|11-containers|11-Containers|g' \
-e 's|12_Support|12-Support|g' -e 's|12-support|12-Support|g' \
-e 's|13_What_else|13-WhatElse|g' \
-e 's|E03_Exercises_1|E03-Exercises-1|g' -e 's|E04_Exercises_2|E04-Exercises-2|g' -e 's|E05_Exercises_3|E05-Exercises-3|g' \
-e 's|E07_Exercises_4|E09-Exercises-4|g' -e 's|E09_Exercises_4|E09-Exercises-4|g' \
-i '.orig2' $1
17 changes: 17 additions & 0 deletions 2day-next/script1.noGit.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#! /opt/homebrew/bin/bash

sed \
-e 's|08-Slurm|06-Slurm|g' \
-e 's|09-Binding|07-Binding|g' \
-e 's|10-Lustre|08-Lustre|g' \
-e 's|11-Containers|09-Containers|g' \
-e 's|12-Support|10-Support|g' \
-e 's|E03-Exercises-1|E03-Access|g' \
-e 's|E04-Exercises-2|E04-Modules|g' \
-e 's|E05-Exercises-3|E05-SoftwareStacks|g' \
-e 's|E07-Exercises-4|E07-Binding|g' \
-e 's|extra-00-Introduction|MI01-IntroductionCourse|g' \
-e 's|extra-06-WrapUpDay1|MI02-WrapUpDay1|g' \
-e 's|extra-07-IntroductionDay2|MI03-IntroductionDay2|g' \
-e 's|extra-13-WhatElse|MI04-WhatElse|g' \
-i '.orig2' $1
210 changes: 130 additions & 80 deletions 4day-20241028/notes_2_07_LUMI_Software_Stacks/index.html

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions ai-latest/index.html

This file was deleted.

2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit d7bc655

Please sign in to comment.