Skip to content

Commit 0049626

Browse files
Exploratory commmit 2
Adding number for headings of level 2: ##
1 parent e676b4c commit 0049626

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

doc/guide/Guide_Euler.ipynb

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"\n",
1515
"### Content\n",
1616
"\n",
17-
"1. [Access to Euler](#access-to-euler)\n",
18-
"2. [Installation and working directories](#installation-and-working-directories)\n",
19-
"3. [Pre-installed version of Climada](#pre-installed-version-of-climada)\n",
20-
" 1. [Load dependencies](#1-load-dependencies)\n",
21-
" 2. [Check installation](#2-check-installation)\n",
22-
" 3. [Adjust the Climada configuration](#3-adjust-the-climada-configuration)\n",
23-
" 4. [Run a job](#4-run-a-job)\n",
17+
"1. [Access to Euler](#1.-access-to-euler)\n",
18+
"2. [Installation and working directories](#2.-installation-and-working-directories)\n",
19+
"3. [Pre-installed version of Climada](#3.-pre-installed-version-of-climada)\n",
20+
" 1. [Load dependencies](#3.1-load-dependencies)\n",
21+
" 2. [Check installation](#3.2-check-installation)\n",
22+
" 3. [Adjust the Climada configuration](#3.3-adjust-the-climada-configuration)\n",
23+
" 4. [Run a job](#3.4-run-a-job)\n",
2424
"4. [Working with Git Branches](#working-with-git-branches)\n",
2525
" 1. [Load dependencies](#1-load-dependencies)\n",
2626
" 2. [Create installation environment](#2-create-installation-environment)\n",
@@ -55,7 +55,7 @@
5555
"metadata": {},
5656
"source": [
5757
"\n",
58-
"## Access to Euler\n",
58+
"## 1. Access to Euler\n",
5959
"\n",
6060
"See https://scicomp.ethz.ch/wiki/Getting_started_with_clusters for details on how to register at and get started with Euler.\n",
6161
"\n",
@@ -69,7 +69,7 @@
6969
},
7070
"source": [
7171
"\n",
72-
"## Installation and working directories\n",
72+
"## 2. Installation and working directories\n",
7373
"\n",
7474
"Please, get familiar with the various Euler storage options: https://scicomp.ethz.ch/wiki/Storage_systems.<br>\n",
7575
"As a general rule: use `/cluster/project` for installation and `/cluster/work` for data processing.\n",
@@ -88,7 +88,7 @@
8888
"metadata": {},
8989
"source": [
9090
"\n",
91-
"## Pre-installed version of Climada\n",
91+
"## 3. Pre-installed version of Climada\n",
9292
"\n",
9393
"Climada is pre-installed and available in the default pip environment of Euler."
9494
]
@@ -98,7 +98,7 @@
9898
"metadata": {},
9999
"source": [
100100
"\n",
101-
"### 1. Load dependencies\n",
101+
"### 3.1 Load dependencies\n",
102102
"\n",
103103
"```bash\n",
104104
"env2lmod\n",
@@ -113,7 +113,7 @@
113113
"metadata": {},
114114
"source": [
115115
"\n",
116-
"### 2. Check installation \n",
116+
"### 3.2 Check installation \n",
117117
"\n",
118118
"```bash\n",
119119
"python -c 'import climada; print(climada.__file__)'\n",
@@ -129,7 +129,7 @@
129129
"metadata": {},
130130
"source": [
131131
"\n",
132-
"### 3. Adjust the Climada configuration\n",
132+
"### 3.3 Adjust the Climada configuration\n",
133133
"\n",
134134
"Edit a configuration file according to your needs (see [Guide_Configuration](../guide/Guide_Configuration.ipynb)).\n",
135135
"Create a climada.conf file e.g., in /cluster/home/$USER/.config with the following content:\n",
@@ -151,7 +151,7 @@
151151
"metadata": {},
152152
"source": [
153153
"\n",
154-
"### 4. Run a job\n",
154+
"### 3.4 Run a job\n",
155155
"\n",
156156
"Please see the docs at https://slurm.schedmd.com/ on how to use the `slurm` batch system \n",
157157
"and the Wiki https://scicomp.ethz.ch/wiki/Transition_from_LSF_to_Slurm for a mapping of `lsf` commands to their `slurm` equivalents.\n",

0 commit comments

Comments
 (0)