interfaces.base.support

format_help()

Link to code

Prints help text of a Nipype interface

>>> from nipype.interfaces.afni import GCOR
>>> GCOR.help()  
Wraps the executable command ``@compute_gcor``.

Computes the average correlation between every voxel
and ever other voxel, over any give mask.


For complete details, ...

get_trait_desc()

Link to code

Parses a HasTraits object into a nipype documentation string