1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
:orphan:
.. _examples:
=======================
User Guide and Examples
=======================
.. admonition:: Michael Notter's User Guide
Be sure to read `Michael's excellent tutorials <https://miykael.github.io/nipype_tutorial/>`__.
Examples
~~~~~~~~
The following examples are `literate programming <https://en.wikipedia.org/wiki/Literate_programming>`__
documents which solve specific problems using Nipype.
In some cases, the same problem is solved with multiple underlying tools.
.. toctree::
:maxdepth: 1
:glob:
users/examples/*
|