This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Utilities to allow inserting docstring fragments for common parameters into function and method docstrings
Functions
docformat(docstring[, docdict]) | Fill a function docstring from variables in dictionary |
filldoc(docdict[, unindent_params]) | Return docstring decorator using docdict variable dictionary |
indentcount_lines(lines) | Minumum indent for all lines in line list |
unindent_dict(docdict) | Unindent all strings in a docdict |
unindent_string(docstring) | Set docstring to minimum indent for all lines, including first |