Skip to content

Commit 3041af5

Browse files
committed
fix: minimal fixes in ordering and links
1 parent bb1157e commit 3041af5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

doc/examples.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,17 @@
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.
118

129
.. admonition:: Michael Notter's User Guide
1310

1411
Be sure to read `Michael's excellent tutorials <https://miykael.github.io/nipype_tutorial/>`__.
1512

1613
Examples
1714
~~~~~~~~
15+
The following examples are `literate programming <https://en.wikipedia.org/wiki/Literate_programming>`__
16+
documents which solve specific problems using Nipype.
17+
In some cases, the same problem is solved with multiple underlying tools.
18+
1819
.. toctree::
1920
:maxdepth: 1
2021
:glob:

nipype/interfaces/base/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class BaseInterface(Interface):
143143
144144
Attributes
145145
----------
146-
input_spec: :obj:`nipype.interfaces.base.spec.TraitedSpec`
146+
input_spec: :obj:`nipype.interfaces.base.specs.TraitedSpec`
147147
points to the traited class for the inputs
148148
output_spec: HasTraits
149149
points to the traited class for the outputs
@@ -326,7 +326,7 @@ def run(self, cwd=None, ignore_exception=None, **inputs):
326326
327327
Returns
328328
-------
329-
results : :obj:`nipype.interfaces.base.core.InterfaceResult`
329+
results : :obj:`nipype.interfaces.base.support.InterfaceResult`
330330
A copy of the instance that was executed, provenance information and,
331331
if successful, results
332332

0 commit comments

Comments
 (0)