Skip to content

Commit 3af9d53

Browse files
committed
fixed up headings in canonical form notebook
1 parent e90a432 commit 3af9d53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/tutorial/7-canonical-form.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"cell_type": "markdown",
2929
"metadata": {},
3030
"source": [
31-
"## Python-tasks\n",
31+
"### Python-tasks\n",
3232
"\n",
3333
"Python tasks in dataclass form are decorated by `pydra.compose.python.define`\n",
3434
"with inputs listed as type annotations. Outputs are similarly defined in a nested class\n",
@@ -135,7 +135,7 @@
135135
"cell_type": "markdown",
136136
"metadata": {},
137137
"source": [
138-
"## Shell-tasks\n",
138+
"### Shell-tasks\n",
139139
"\n",
140140
"The canonical form of shell tasks is the same as for Python tasks, except a string `executable`\n",
141141
"attribute replaces the `function` staticmethod."
@@ -183,7 +183,7 @@
183183
"cell_type": "markdown",
184184
"metadata": {},
185185
"source": [
186-
"## Workflow definitions\n",
186+
"### Workflow definitions\n",
187187
"\n",
188188
"Workflows can also be defined in canonical form, which is the same as for Python tasks\n",
189189
"but with a staticmethod called `constructor` that constructs the workflow."
@@ -242,7 +242,7 @@
242242
"cell_type": "markdown",
243243
"metadata": {},
244244
"source": [
245-
"## Converting to/from dictionaries\n",
245+
"## Conversion to/from dictionaries\n",
246246
"\n",
247247
"As well as the dataclass-like canonical form, it is also possible to represent all tasks\n",
248248
"in a nested dictionary form, which could be written to a static file (e.g. in JSON or\n",

0 commit comments

Comments
 (0)