-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from t4d-gmbh/28-part-0-short-intro
28 part 0 short intro
- Loading branch information
Showing
11 changed files
with
46 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## Tools | ||
## Setup | ||
|
||
- It will be advantageous if you have your laptop ready | ||
- Have your laptop ready. | ||
- Have an account on <i class="fab fa-github"></i> **GitHub** and any <i class="fab fa-gitlab"></i> **GitLab** instance. | ||
- Configure your <i class="fab fa-github"></i> **GitHub** account so you can use `ssh` (i.e. add an `ssh`-key to your account). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# Premises | ||
# About this Seminar | ||
```{toctree} | ||
:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %} | ||
:numbered: | ||
./syllabus | ||
{% if slide %} | ||
./requirements | ||
./presenters | ||
{% endif %} | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
## Prior knowledge | ||
|
||
- You should be familiar with the **git commands**: | ||
- You should be familiar with the <i class="fab fa-git"></i> **commands**: | ||
- `pull` | ||
- `push` | ||
- `commit` | ||
|
||
- Having heard of and used `GitHub` and `GitLab` is a plus | ||
|
||
- Familiarity with and experience using <i class="fab fa-github"></i> **GitHub** and <i class="fab fa-gitlab"></i> **GitLab** is an advantage. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Presenters | ||
|
||
::::{grid} | ||
:::{grid-item-card} @j-i-l | ||
![Jonas](./jonas_github.png) | ||
::: | ||
:::{grid-item-card} @matteodelucchi | ||
![Matteo](./matteo_github.png) | ||
::: | ||
:::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,8 @@ | ||
# Requirements | ||
|
||
{% if build == "slides" %} | ||
```{toctree} | ||
:maxdepth: 2 | ||
:caption: Contents | ||
./knowledge | ||
./config | ||
``` | ||
{% else %} | ||
```{include} ./knowledge.md | ||
``` | ||
```{include} ./config.md | ||
``` | ||
{% endif %} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
{% if page %} | ||
# Syllabus | ||
{% else %} | ||
# Schedule | ||
{% endif %} | ||
|
||
{% if page %} | ||
```{include} ../../../README.md | ||
:start-after: <!-- syllabus-include --> | ||
:end-before: <!-- syllabus-exclude--> | ||
``` | ||
{% else %} | ||
```{include} ../parts/index.md | ||
``` | ||
:::{card} Day 1 | ||
1. Part: **[Working with git](https://github.com/t4d-gmbh/working-with-git)** | ||
|
||
--- | ||
2. Part: **[Git and its Remotes](https://github.com/t4d-gmbh/git-and-its-remotes)** | ||
|
||
::: | ||
:::{card} Day 2 | ||
3. Part: **[CI/CD Workflows](https://github.com/t4d-gmbh/ci-cd-workflows)** | ||
|
||
--- | ||
4. Part: **[Git and Science](https://github.com/t4d-gmbh/git-and-science)** | ||
::: | ||
{% endif %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters