module documentation

A module for creating docstrings for sphinx data domains.
Function ​_parse​_docstrings Convert all docstrings in _docstrings_list into a single sphinx-legible text block.
Function add​_newdoc Append _docstrings_list with a docstring for name.
Variable ​_docstrings Undocumented
Variable ​_docstrings​_list Undocumented
def _parse_docstrings():
Convert all docstrings in _docstrings_list into a single sphinx-legible text block.
Returns
strUndocumented
def add_newdoc(name, value, doc):

Append _docstrings_list with a docstring for name.

Parameters

name : str
The name of the object.
value : str
A string-representation of the object.
doc : str
The docstring of the object.
Parameters
name:strUndocumented
value:strUndocumented
doc:strUndocumented
_docstrings =

Undocumented

_docstrings_list: list =

Undocumented