Skip to content

Commit f5276b9

Browse files
committed
touched up getting-started
1 parent edd682f commit f5276b9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

new-docs/source/tutorial/getting-started.ipynb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
"## Running your first task\n",
2020
"\n",
2121
"Pre-defined task definitions are installed under the `pydra.tasks.*` namespace by separate\n",
22-
"task packages (e.g. `pydra-fsl`, `pydra-ants`, ...). Pre-define task definitions are run by\n",
22+
"task packages (e.g. `pydra-fsl`, `pydra-ants`, ...). To use a pre-defined task definition\n",
2323
"\n",
24-
"* importing the class from the `pydra.tasks.*` package it is in\n",
25-
"* instantiate the class with the parameters of the task\n",
26-
"* \"call\" resulting object to execute it as you would a function (i.e. with the `my_task(...)`)\n",
24+
"* import the class from the `pydra.tasks.*` package it is in\n",
25+
"* instantiate it with appropriate parameters\n",
26+
"* \"call\" resulting object (i.e. `my_task(...)`) to execute it as you would a function \n",
2727
"\n",
28-
"To demonstrate with a toy example of loading a JSON file with the `pydra.tasks.common.LoadJson` task, we first create an example JSON file to test with"
28+
"To demonstrate with a toy example of loading a JSON file with the\n",
29+
"`pydra.tasks.common.LoadJson` task, we first create an example JSON file to test with"
2930
]
3031
},
3132
{
@@ -250,7 +251,7 @@
250251
"cell_type": "markdown",
251252
"metadata": {},
252253
"source": [
253-
"## Debugging\n",
254+
"## Debugging failed tasks\n",
254255
"\n",
255256
"Work in progress..."
256257
]

0 commit comments

Comments
 (0)