hydromodpy.display.report_blocks.model#

Small data contracts for reusable static report blocks.

Functions

key_value_table(table_id, title, items, *[, ...])

Build a standard two-column key/value table.

Classes

ReportBlock(block_id, title[, level, ...])

Reusable report block with metrics, figures and tables.

ReportFigure(figure_id, title, path[, ...])

One figure expected by a report block.

ReportLink(label, path[, kind, note])

One local or external artifact link displayed in a report block.

ReportMetric(label, value[, unit, note])

One labelled value displayed in a report block.

ReportTable(table_id, title, columns[, ...])

One flat table displayed in a report block.