From 8c675ae26b16547a33918f30a711dcaba0ba07d9 Mon Sep 17 00:00:00 2001 From: Katherine Mantel Date: Fri, 27 Oct 2023 05:09:01 +0000 Subject: [PATCH] mg gsc docs --- src/graph_scheduler/condition.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/graph_scheduler/condition.py b/src/graph_scheduler/condition.py index db90e6d0..77524cda 100644 --- a/src/graph_scheduler/condition.py +++ b/src/graph_scheduler/condition.py @@ -299,7 +299,15 @@ def converge(node, thresh): .. _Conditions_Graph_Structure: -**Graph Structure Conditions** (used to make modifications to the Scheduler graph): +**Graph Structure Conditions** (used to make modifications to the +Scheduler graph): + + + * `BeforeNodes` (*nodes) + adds a dependency from owner to each of the specified nodes and \ + optionally modifies the senders and receivers of all affected \ + nodes + .. Condition_Execution: