Skip to content

Commit 668d083

Browse files
committed
updates 2nd day
1 parent 3c57264 commit 668d083

6 files changed

Lines changed: 32 additions & 43 deletions

File tree

.gitmodules

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[submodule "source/content/efficientCloudUsage"]
1+
[submodule "source/content/workflowClusterProfiling"]
22
path = source/content/workflowClusterProfiling
3-
url = https://github.com/t4d-gmbh/workflowClusterProfiling
4-
[submodule "source/content/efficientClusterComputation"]
5-
path = source/content/recapCloudObjects
6-
url = https://github.com/t4d-gmbh/recapCloudObjects
3+
url = https://github.com/t4d-gmbh/workflowClusterProfiling.git
4+
[submodule "source/content/recapCloudsObjects"]
5+
path = source/content/recapCloudsObjects
6+
url = https://github.com/t4d-gmbh/recapCloudsObjects.git
77
[submodule "source/content/researchSoftwareEngineering"]
88
path = source/content/researchSoftwareEngineering
9-
url = https://github.com/t4d-gmbh/researchSoftwareEngineering
9+
url = https://github.com/t4d-gmbh/researchSoftwareEngineering.git
1010
[submodule "source/content/utilizingSharedResources"]
1111
path = source/content/utilizingSharedResources
12-
url = https://github.com/t4d-gmbh/utilizingSharedResources
12+
url = https://github.com/t4d-gmbh/utilizingSharedResources.git

source/content/index.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

source/content/recapCloudObjects

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/content/recapCloudsObjects

Submodule recapCloudsObjects added at c2eb83e

source/index.md

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,87 +4,86 @@
44

55
A <img src="./_static/T4D_logo.svg" alt="**T4D**" width="35" height="35"> seminar providing the required essentials — and more — to leverage shared resources efficiently.
66

7-
{% if build == "slides" %}
7+
{% if slide %}
88
:::{admonition} Authors
99
:class: note, margin
1010
**Dr. [Jonas I. Liechti](https://github.com/j-i-l)**
1111
**Dr. [Matteo Delucchi](https://github.com/matteodelucchi)**
1212
:::
13-
1413
{% else %}
1514
### Authors
1615

1716
**Dr. [Jonas I. Liechti](https://github.com/j-i-l)**
1817
**Dr. [Matteo Delucchi](https://github.com/matteodelucchi)**
1918
{% endif %}
2019

21-
### Content
20+
## Content
2221

2322
```{toctree}
2423
:caption: About
25-
:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %}
26-
{% if build == "slides" %}:hidden:
24+
:maxdepth: {% if slide %}1{% else %}2{% endif %}
25+
{% if slide %}:hidden:
2726
{% endif %}
2827
2928
content/about/index
3029
```
3130

3231
{% if slide %}
33-
#### Utilizing Shared Resources
32+
### Utilizing Shared Resources
3433
{% endif %}
3534
```{toctree}
3635
:caption: Part 1: Utilizing Shared Resources
37-
:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %}
38-
{% if build == "slides" %}:numbered:
36+
:maxdepth: {% if slide %}1{% else %}2{% endif %}
37+
{% if slide %}:numbered:
3938
:hidden:
4039
{% endif %}
4140
4241
content/utilizingSharedResources/source/content/index
4342
```
4443

4544
{% if slide %}
46-
#### Research Software Engineering
45+
### Research Software Engineering
4746
{% endif %}
4847
```{toctree}
4948
:caption: Part 2: Research Software Engineering
50-
:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %}
51-
{% if build == "slides" %}:numbered:
49+
:maxdepth: {% if slide %}1{% else %}2{% endif %}
50+
{% if slide %}:numbered:
5251
:hidden:
5352
{% endif %}
5453
55-
content/researchSoftwareEngineering/source/content/index
54+
./content/researchSoftwareEngineering/source/content/index
5655
```
5756

5857
{% if slide %}
59-
#### Efficient Cluster Computation
58+
### Recap; Using Cloud and Object Storage
6059
{% endif %}
6160
```{toctree}
62-
:caption: Part 3: Efficient Cluster Computation
63-
:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %}
64-
{% if build == "slides" %}:numbered:
61+
:caption: Part 3: Recap; Cloud & Object Storage
62+
:maxdepth: {% if slide %}1{% else %}2{% endif %}
63+
{% if slide %}:numbered:
6564
:hidden:
6665
{% endif %}
6766
68-
content/efficientClusterComputation/source/content/index
67+
./content/recapCloudsObjects/source/content/index
6968
```
7069

7170
{% if slide %}
72-
#### Efficient Cloud Usage
71+
### Cluster - Worklfows & Profiling
7372
{% endif %}
7473
```{toctree}
75-
:caption: Part 4: Efficient Cloud Usage
76-
:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %}
77-
{% if build == "slides" %}:numbered:
74+
:caption: Part 4: Cluster - Workflows & Profiling
75+
:maxdepth: {% if slide %}1{% else %}2{% endif %}
76+
{% if slide %}:numbered:
7877
:hidden:
7978
{% endif %}
8079
81-
content/efficientCloudUsage/source/content/index
80+
content/workflowClusterProfiling/source/content/index
8281
```
8382

8483
```{toctree}
8584
:caption: Outro
86-
:maxdepth: {% if build == "slides" %}1{% else %}2{% endif %}
87-
{% if build == "slides" %}:hidden:
85+
:maxdepth: {% if slide %}1{% else %}2{% endif %}
86+
{% if slide %}:hidden:
8887
{% endif %}
8988
9089
content/outro/index

0 commit comments

Comments
 (0)