Skip to content

Commit 5f4d4f4

Browse files
authored
Merge pull request #2 from CExA-project/fix
Few updates for doc and slides
2 parents 241b9d2 + 46a0e21 commit 5f4d4f4

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/courses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
filters: |
2424
beginner:
2525
- 'courses/01_beginners/*.tex'
26-
- 'images'
26+
- 'images/**'
2727
2828
build_beginner_course:
2929
needs: changes

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@
44
![CI](https://github.com/CExA-project/cexa-kokkos-tutorials/actions/workflows/exercises.yml/badge.svg)
55
![CI](https://github.com/CExA-project/cexa-kokkos-tutorials/actions/workflows/projects.yml/badge.svg)
66

7-
Courses
7+
**Courses:**
88

99
- [Introduction to Kokkos](courses/01_beginners/README.md)
1010

11-
Exercises:
11+
> **Important:** You can get the slides from the [releases](https://github.com/CExA-project/cexa-kokkos-tutorials/releases) page.
12+
13+
**Exercises:**
1214

1315
- [Exercise 1: Compiling Kokkos](exercises/01_compiling_kokkos/README.md)
1416
- [Exercise 2: First Kokkos Program](exercises/02_first_program/README.md)
@@ -17,7 +19,7 @@ Exercises:
1719
- [Exercise 5: Parallel Loop](exercises/05_parallel_loop/README.md)
1820
- [Exercise 6: Parallel Reduce](exercises/06_parallel_reduce/README.md)
1921

20-
Projects:
22+
**Projects:**
2123

2224
- [Project 1: Wave Propagation](projects/wave/README.md)
2325

courses/01_beginners/main.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414
\setbeamertemplate{footline}[frame number]
1515
\setbeamertemplate{navigation symbols}{}
16-
\setbeamertemplate{background}{\rule{0em}{.99\paperheight}\hspace{.5em}{\color{black}\tiny\bfseries\crono}}
16+
17+
%\setbeamertemplate{background}{\rule{0em}{.99\paperheight}\hspace{.5em}{\color{black}\tiny\bfseries\crono}}
1718

1819
\BeforeBeginEnvironment{minted}{\begin{tcolorbox}}%
1920
\AfterEndEnvironment{minted}{\end{tcolorbox}}%

0 commit comments

Comments
 (0)