pdstools.utils.report_utils._html ================================= .. py:module:: pdstools.utils.report_utils._html .. autoapi-nested-parse:: HTML post-processing: CSS inlining, zip bundling, error scanning. Attributes ---------- .. autoapisummary:: pdstools.utils.report_utils._html._LINK_STYLESHEET_RE pdstools.utils.report_utils._html._HREF_ATTR_RE Functions --------- .. autoapisummary:: pdstools.utils.report_utils._html._inline_css pdstools.utils.report_utils._html.generate_zipped_report pdstools.utils.report_utils._html.bundle_quarto_resources pdstools.utils.report_utils._html.check_report_for_errors Module Contents --------------- .. py:data:: _LINK_STYLESHEET_RE .. py:data:: _HREF_ATTR_RE .. py:function:: _inline_css(html_path: pathlib.Path, base_dir: pathlib.Path) -> int Inline relative CSS ```` tags in an HTML file. Replaces each ```` whose ``href`` is a relative path with an inline ``