Skip to content

Commit 4b11e7b

Browse files
authored
Merge pull request #13 from FireDynamics/release-v0.4
Release v0.4
2 parents c3e9824 + b54d96d commit 4b11e7b

14 files changed

+7946
-3
lines changed

book/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ repository:
7777
path_to_book : "book"
7878

7979
launch_buttons:
80-
jupyterhub_url : https://io.cce.uni-wuppertal.de/firesim_ss2020/
80+
jupyterhub_url : https://io.cce.uni-wuppertal.de/firesim_ss21/
8181

8282
#binder:
8383
# binderhub_url : "https://mybinder.org"

book/_static/custom.css

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,45 @@
1+
/* rotate images */
12
.rotate90 {
23
-webkit-transform: rotate(90deg);
34
-moz-transform: rotate(90deg);
45
-o-transform: rotate(90deg);
56
-ms-transform: rotate(90deg);
67
transform: rotate(90deg);
8+
9+
/* this needs fixing */
710
margin-top: -15%;
811
margin-bottom: -15%;
912
}
1013

14+
/* center iframes, e.g. embeded YT videos */
1115
iframe {
1216
display: block;
1317
border-style:none;
1418
margin: 0 auto;
15-
}
19+
}
20+
21+
p {
22+
text-align: justify;
23+
}
24+
25+
/* center tables */
26+
table {
27+
display: table !important;
28+
margin-left: auto !important;
29+
margin-right: auto !important;
30+
}
31+
.table {
32+
width: auto !important;
33+
}
34+
35+
/* div.cell_output {
36+
display: table-cell;
37+
text-align: center !important;
38+
vertical-align: middle !important;
39+
} */
40+
41+
/* .cell_output {
42+
display: table-cell;
43+
text-align: center !important;
44+
vertical-align: middle !important;
45+
} */

book/_toc.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@
5353
sections:
5454
- file: content/tools/02_hpc/01_linux
5555
- file: content/tools/02_hpc/02_hpc
56+
57+
- file: content/tools/03_analysis/00_overview
58+
sections:
59+
- file: content/tools/03_analysis/01_python
60+

0 commit comments

Comments
 (0)