hydromodpy.display.report_blocks.html#

Static HTML renderer for reusable report blocks.

Functions

render_report_page(*, title, blocks, web_dir)

Render one complete static HTML page.

render_report_page_with_block_variants(*, ...)

Render one static HTML page with per-block level controls.

write_report_page(*, output_path, title, blocks)

Write one standalone HTML page and return its path.

write_report_page_with_block_variants(*, ...)

Write one page where each block can choose its own detail level.