docs_tools
File Purpose: tools related to documentation, e.g. docstrings
Functions
|
return s, but cleaned up with inspect.cleandoc() then replacing newlines with ' '. |
|
return f.__doc__ but removing all lines after "Examplesn", if present. |
|
returns a decorator of f which returns f, after updating f.__doc__ via f.__doc__.format(...) |
|
return list of all objects in root that are instances of any of types. |
return sphinx docstring for this object. |
Classes
|
info about a docstring. |