diff --git a/docs/source/index.rst b/docs/source/index.rst index 5c5e505c..3e84f324 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -67,6 +67,10 @@ Here's a Python script with an example GraphKit computation graph that produces # Prints "{'a_minus_ab': -8}". print(out) + # Plot workflow diagram in a matplotlib window (`graphviz` in the path needed) + graph.net.plot(show=True) + + As you can see, any function can be used as an operation in GraphKit, even ones imported from system modules! License