pyfebiopt.monitoring.templates.page =================================== .. py:module:: pyfebiopt.monitoring.templates.page .. autoapi-nested-parse:: Static asset loader for the monitoring dashboard. Classes ------- .. autoapisummary:: pyfebiopt.monitoring.templates.page.MonitorPageTemplate Functions --------- .. autoapisummary:: pyfebiopt.monitoring.templates.page.read_template_asset Module Contents --------------- .. py:function:: read_template_asset(name: str) -> str Read a dashboard template asset bundled with the package. :returns: Asset text. :rtype: str .. py:class:: MonitorPageTemplate Render the monitor dashboard HTML shell. .. py:method:: render() -> str :classmethod: Return the dashboard HTML page.