markdown

ParameterGroup.markdown(float_format: str = '.3e') glotaran.utils.ipython.MarkdownStr[source]

Format the ParameterGroup as markdown string.

This is done by recursing the nested ParameterGroup tree.

Parameters

float_format (str) – Format string for floating point numbers, by default ā€œ.3eā€

Returns

The markdown representation as string.

Return type

MarkdownStr