Skip to content

Commit 649effb

Browse files
committed
updating index
1 parent 5fc2f88 commit 649effb

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

index.ipynb

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
" the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
2626
" basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
2727
" examples section shows you a real example how you can use Nipype to analyze an actual dataset. For a very \n",
28-
" quick non-imaging introduction, you can check the Nipype Quickstart notebook in the introduciton section.\n",
28+
" quick non-imaging introduction, you can check the Nipype Quickstart notebooks in the introduciton section.\n",
2929
" </p><p>\n",
3030
" All of the notebooks used in this tutorial can be found on <a href=\"https://github.com/miykael/nipype_tutorial\">github.com/miykael/nipype_tutorial</a>.\n",
3131
" But if you want to have the real experience and want to go through the computations by yourself, we highly\n",
@@ -66,7 +66,8 @@
6666
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_neurodocker.ipynb\">Neurodocker</a>\n",
6767
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_python.ipynb\">Python</a>\n",
6868
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_showcase.ipynb\">Nipype Showcase</a>\n",
69-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart.ipynb\">Nipype Quickstart</a>\n",
69+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart.ipynb\">Nipype Quickstart (general examples)</a>\n",
70+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart_neuroimiging.ipynb\">Nipype Quickstart (neuroimiging examples)</a>\n",
7071
" </div>\n",
7172
" <p>This section is meant as a general overview. It should give you a short introduction to the main topics that\n",
7273
" you need to understand to use Nipype and this tutorial. The section also contains a very short neuroimaging showcase, as well as as quick non-imaging introduction to Nipype workflows.</p>\n",
@@ -190,7 +191,7 @@
190191
" the introduction section to familiarize yourself with the tools used in this tutorial and then move on to the\n",
191192
" basic concepts section to learn everything you need to know for your everyday life with Nipype. The workflow\n",
192193
" examples section shows you a real example how you can use Nipype to analyze an actual dataset. For a very \n",
193-
" quick non-imaging introduction, you can check the Nipype Quickstart notebook in the introduciton section.\n",
194+
" quick non-imaging introduction, you can check the Nipype Quickstart notebooks in the introduciton section.\n",
194195
" </p><p>\n",
195196
" All of the notebooks used in this tutorial can be found on <a href=\"https://github.com/miykael/nipype_tutorial\">github.com/miykael/nipype_tutorial</a>.\n",
196197
" But if you want to have the real experience and want to go through the computations by yourself, we highly\n",
@@ -231,7 +232,8 @@
231232
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_neurodocker.ipynb\">Neurodocker</a>\n",
232233
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_python.ipynb\">Python</a>\n",
233234
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_showcase.ipynb\">Nipype Showcase</a>\n",
234-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart.ipynb\">Nipype Quickstart</a>\n",
235+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart.ipynb\">Nipype Quickstart (general examples)</a>\n",
236+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/introduction_quickstart_neuroimiging.ipynb\">Nipype Quickstart (neuroimiging examples)</a>\n",
235237
" </div>\n",
236238
" <p>This section is meant as a general overview. It should give you a short introduction to the main topics that\n",
237239
" you need to understand to use Nipype and this tutorial. The section also contains a very short neuroimaging showcase, as well as as quick non-imaging introduction to Nipype workflows.</p>\n",
@@ -330,12 +332,19 @@
330332
"</p>\n",
331333
"To inspect the html code of this page, click: <form action=\"javascript:code_toggle()\"><input type=\"submit\" value=\"Show HTML code\"></form>"
332334
]
335+
},
336+
{
337+
"cell_type": "code",
338+
"execution_count": null,
339+
"metadata": {},
340+
"outputs": [],
341+
"source": []
333342
}
334343
],
335344
"metadata": {
336345
"anaconda-cloud": {},
337346
"kernelspec": {
338-
"display_name": "Python [default]",
347+
"display_name": "Python 3",
339348
"language": "python",
340349
"name": "python3"
341350
},
@@ -349,7 +358,7 @@
349358
"name": "python",
350359
"nbconvert_exporter": "python",
351360
"pygments_lexer": "ipython3",
352-
"version": "3.6.5"
361+
"version": "3.6.3"
353362
}
354363
},
355364
"nbformat": 4,

0 commit comments

Comments
 (0)