File: examples.rst

package info (click to toggle)
nipype 1.9.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,260 kB
  • sloc: python: 156,463; javascript: 9,246; tcl: 608; sh: 485; makefile: 168
file content (23 lines) | stat: -rw-r--r-- 562 bytes parent folder | download | duplicates (4)
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/*