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]
Get the documentation in the specified format.
- Parameters:
doc – The format of the documentation to retrieve. Default is
functions_txt. Possible values arefunctions_rst,functions_txt, andintroduction_rst.- Returns:
The documentation in the specified format.