From 15185abc6e7930512d945c45b4ef15a98d066551 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 30 Jun 2021 16:59:14 +0200 Subject: [PATCH] chg: [slides] new slides decks --- README.md | 6 +++--- build.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54a3128..b996e2f 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ All the materials are available with the complete LaTeX source code meant to ass ## Materials - | Slides (PDF) | Source Code | | ------------ | ----------- | -| [c.1-cerebrate-internal](https://github.com/cerebrate-project/cerebrate-training/blob/main/published/c.1-cerebrate-internal.pdf) | [source](https://github.com/cerebrate-project/cerebrate-training/tree/master/c.1-cerebrate-internal) | - +| [c.1-cerebrate-internal](https://github.com/cerebrate-project/cerebrate-training/blob/main/published/c.1-cerebrate-internal.pdf) | [source](https://github.com/cerebrate-project/cerebrate-training/tree/main/c.1-cerebrate-internal) | +| [c.2-cerebrate-code-review](https://github.com/cerebrate-project/cerebrate-training/blob/main/published/c.2-cerebrate-code-review.pdf) | [source](https://github.com/cerebrate-project/cerebrate-training/tree/main/c.2-cerebrate-code-review/) | +| [c.5-integration-layer](https://github.com/cerebrate-project/cerebrate-training/blob/main/published/c.5-integration-layer.pdf) | [source](ttps://github.com/cerebrate-project/cerebrate-training/tree/main/c.5-integration-layer/) | ## License and Attribution diff --git a/build.sh b/build.sh index a064c06..9ed952f 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # -slidedecks=("c.1-cerebrate-internal") +slidedecks=("c.1-cerebrate-internal c.2-cerebrate-code-review c.5-integration-layer") mkdir output export TEXINPUTS=::`pwd`/themes/ echo ${TEXINPUTS}