feat: initial documentation of state machine
This commit is contained in:
@@ -575,7 +575,7 @@ def __simple_edges__(edges, datasources):
|
||||
def __state_simple_graph__(label, state, app):
|
||||
graph = f"digraph {label[1:]}" + "{\n"
|
||||
graph += "rankdir = LR;\n"
|
||||
graph += 'node [shape=rect, style="rounded, filled", fillcolor=white];\n'
|
||||
graph += 'node [shape=rect, style="filled", fillcolor=white];\n'
|
||||
graph += f"label=<State: <B>{label[1:]}</B>>;\n"
|
||||
graph += "fontsize=40;\n"
|
||||
graph += "\n"
|
||||
|
||||
Reference in New Issue
Block a user