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
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ The main advantages are:
46
46
- ... and you can actually also visually draw the graphs themselves using GUIs
47
47
on the top of Robograph.
48
48
49
-
Of course using graphs to model problems also poses [a few limitations](https://github.com/csparpa/robograph/tree/master/docs/graph-abstractions.md), above all
49
+
Of course using graphs to model problems also poses [a few limitations](https://github.com/csparpa/robograph/blob/master/docs/graph-abstraction.md), above all
50
50
the fact that we can only represent synchronous coding tasks with it.
51
51
52
52
@@ -154,7 +154,7 @@ plotter.save_plot(g, 'graph.png') # save it to file 'graph.png'
154
154
Extending Robograph and creating new custom nodes is easy: you only need to
155
155
subclass the `datamodel.base.node.Node` class and comply with its contract.
156
156
157
-
[Full details in the docs](https://github.com/csparpa/robograph/tree/master/docs/creating-custom-nodes.md)
157
+
[Full details in the docs](https://github.com/csparpa/robograph/blob/master/docs/creating-custom-nodes.md)
158
158
159
159
Enough to say that each node must expose a list of *requirements* (the named
160
160
inputs that we need in order to execute the node) and you must write what
0 commit comments