module documentation

Roughly a UI component for modules
Function docmodule Produce HTML documentation for a module object.
Function getdocloc Return the location of module docs or None
Function modulelink Make a link for a module.
def docmodule(the_object):
Produce HTML documentation for a module object.
Parameters
the_object:TypeLikeUndocumented
Returns
strUndocumented
def getdocloc(the_object, basedir=STDLIB_BASEDIR):
Return the location of module docs or None
Parameters
the_object:TypeLikeUndocumented
basedir:strUndocumented
Returns
Optional[str]Undocumented
def modulelink(the_object):
Make a link for a module.
Parameters
the_object:TypeLikeUndocumented
Returns
strUndocumented