Skip to content

Commit bb1157e

Browse files
oestebaneffigies
andauthored
Apply suggestions from code review
Co-Authored-By: Chris Markiewicz <[email protected]>
1 parent 36242c6 commit bb1157e

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

doc/examples.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
=======================
66
User Guide and Examples
77
=======================
8+
The following examples are `literate programming <https://en.wikipedia.org/wiki/Literate_programming>`__
9+
documents which solve specific problems using Nipype.
10+
In some cases, the same problem is solved with multiple underlying tools.
811

912
.. admonition:: Michael Notter's User Guide
1013

doc/interfaces.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Workflows
1212
The workflows that used to live as a module under
1313
``nipype.workflows`` have been migrated to the
1414
new project `NiFlows <https://github.com/niflows>`__.
15+
These may be installed with the
16+
`niflow-nipype1-examples <https://pypi.org/project/niflow-nipype1-workflows/>`__
17+
package, but their continued use is discouraged.
1518

1619
Interfaces
1720
----------

examples/fmri_spm_auditory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def getstripdir(subject_id):
390390
The code discussed above sets up all the necessary data structures
391391
with appropriate parameters and the connectivity between the
392392
processes, but does not generate any output. To actually run the
393-
analysis on the data the :func:`nipype.pipeline.engine.Workflow.run`
393+
analysis on the data the :func:`nipype.pipeline.engine.workflows.Workflow.run`
394394
function needs to be called.
395395
"""
396396

nipype/interfaces/cmtk/parcellation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ def extract(Z, shape, position, fill):
669669
the original data
670670
shape : tuple
671671
tuple containing neighbourhood dimensions
672-
position :
672+
position : tuple
673673
tuple containing central point indexes
674674
fill : float
675675
value for the padding of Z

0 commit comments

Comments
 (0)