![]() |
Multivariate Pattern Analysis in Python |
Various helpers to improve docstrings and textual output
The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa.base.dochelpers (for developers).
Generate enhanced doc strings for various items.
| Parameters: |
|
|---|
It is to be used from a collector, ie whenever class is already created
See also
Full API documentation of enhancedDocString() in module mvpa.base.dochelpers.
See also
Full API documentation of handleDocString() in module mvpa.base.dochelpers.
See also
Full API documentation of rstUnderline() in module mvpa.base.dochelpers.
See also
Full API documentation of singleOrPlural() in module mvpa.base.dochelpers.
Given list of lists figure out their common widths and print to out
| Parameters: |
|
|---|---|
| Return type: | string if out was None |
See also
Full API documentation of table2string() in module mvpa.base.dochelpers.