:py:mod:`raesl.canopy.html` =========================== .. py:module:: raesl.canopy.html Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: raesl.canopy.html.get_comp_node_html_table raesl.canopy.html.get_spec_node_html_text raesl.canopy.html.get_edge_html_text raesl.canopy.html.relation_node_html_table Attributes ~~~~~~~~~~ .. autoapisummary:: raesl.canopy.html.LineGen .. py:data:: LineGen .. py:function:: get_comp_node_html_table(node: ragraph.node.Node, graph: ragraph.graph.Graph, node_kinds: List[str]) -> LineGen Returns a HTML grid table. .. py:function:: get_spec_node_html_text(h: int, node: ragraph.node.Node, graph: ragraph.graph.Graph) -> LineGen Yields ESL info belonging to spec node in html format. .. py:function:: get_edge_html_text(h: int, edge: ragraph.edge.Edge, graph: ragraph.graph.Graph) -> LineGen Yields ESL info belonging to an edge. .. py:function:: relation_node_html_table(r: ragraph.node.Node, g: ragraph.graph.Graph) -> LineGen