File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
"cell_type" : " markdown" ,
29
29
"metadata" : {},
30
30
"source" : [
31
- " ## Python-tasks\n " ,
31
+ " ### Python-tasks\n " ,
32
32
" \n " ,
33
33
" Python tasks in dataclass form are decorated by `pydra.compose.python.define`\n " ,
34
34
" with inputs listed as type annotations. Outputs are similarly defined in a nested class\n " ,
135
135
"cell_type" : " markdown" ,
136
136
"metadata" : {},
137
137
"source" : [
138
- " ## Shell-tasks\n " ,
138
+ " ### Shell-tasks\n " ,
139
139
" \n " ,
140
140
" The canonical form of shell tasks is the same as for Python tasks, except a string `executable`\n " ,
141
141
" attribute replaces the `function` staticmethod."
183
183
"cell_type" : " markdown" ,
184
184
"metadata" : {},
185
185
"source" : [
186
- " ## Workflow definitions\n " ,
186
+ " ### Workflow definitions\n " ,
187
187
" \n " ,
188
188
" Workflows can also be defined in canonical form, which is the same as for Python tasks\n " ,
189
189
" but with a staticmethod called `constructor` that constructs the workflow."
242
242
"cell_type" : " markdown" ,
243
243
"metadata" : {},
244
244
"source" : [
245
- " ## Converting to/from dictionaries\n " ,
245
+ " ## Conversion to/from dictionaries\n " ,
246
246
" \n " ,
247
247
" As well as the dataclass-like canonical form, it is also possible to represent all tasks\n " ,
248
248
" in a nested dictionary form, which could be written to a static file (e.g. in JSON or\n " ,
You can’t perform that action at this time.
0 commit comments