parselglossy.documentation module

Documentation generation.

parselglossy.documentation.documentation_generator(template: Dict[str, Any], *, header: str = 'Input parameters') → str[source]

Generates documentation from a valid template.

Parameters

template (JSONDict) – The template to generate documentation from. We assume that the template is valid.

Returns

documentation

Return type

str