markdownļ
- ParameterGroup.markdown(float_format: str = '.3e') glotaran.utils.ipython.MarkdownStr[source]
Format the
ParameterGroupas markdown string.This is done by recursing the nested
ParameterGrouptree.- Parameters
float_format (str) ā Format string for floating point numbers, by default ā.3eā
- Returns
The markdown representation as string.
- Return type