coco_pipe.report.core ===================== .. py:module:: coco_pipe.report.core .. autoapi-nested-parse:: Core Reporting Classes ====================== Defines :class:`~coco_pipe.report.Section` and :class:`~coco_pipe.report.Report` — the high-level containers that assemble :mod:`coco_pipe.report.elements` into a single-file HTML report. The element primitives themselves live in :mod:`coco_pipe.report.elements` and are re-exported from this module for backward compatibility.