markdownļƒ

Parameters.markdown(float_format: str = '.3e') 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