Submodule doc

Extract docstrings from func.py to document the template functions.

tmep.doc.get_doc(doc: Literal['functions_rst', 'functions_txt', 'introduction_rst'] = 'functions_txt') str[source]

O Get the documentation in the specified format.

Parameters:

doc – The format of the documentation to retrieve. Default is functions_txt. Possible values are functions_rst, functions_txt, and introduction_rst.

Returns:

The documentation in the specified format.

tmep.doc.print_doc() None[source]

Little command line interface to print the documentation.