To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa2.clfs.transerror.enhanced_doc_string

mvpa2.clfs.transerror.enhanced_doc_string(item, *args, **kwargs)

Generate enhanced doc strings for various items.

Parameters :

item : str or class

What object requires enhancing of documentation

*args : list

Includes base classes to look for parameters, as well, first item must be a dictionary of locals if item is given by a string

force_extend : bool

Either to force looking for the documentation in the parents. By default force_extend = False, and lookup happens only if kwargs is one of the arguments to the respective function (e.g. item.__init__)

skip_params : list of str

List of parameters (in addition to [kwargs]) which should not be added to the documentation of the class.

It is to be used from a collector, ie whenever class is already created :

NeuroDebian

NITRC-listed