You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Programmatically generate sequence/flow diagram for Python source code.
Operating odin_server from control/ will produce Source_sequence.txt, which can produce a PNG image by feeding it into: python -m plantuml Source_sequence.txt
Code available on branch: generate_python_code_sequence_diagram
Based on: https://stackoverflow.com/q/45238329/2903608
The text was updated successfully, but these errors were encountered:
Programmatically generate sequence/flow diagram for Python source code.
Operating odin_server from control/ will produce
Source_sequence.txt
, which can produce a PNG image by feeding it into:python -m plantuml Source_sequence.txt
Code available on branch: generate_python_code_sequence_diagram
Based on: https://stackoverflow.com/q/45238329/2903608
The text was updated successfully, but these errors were encountered: