Skip to content

Commit

Permalink
condition: add link to list of graph structure conditions in main docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmantel committed Jun 25, 2024
1 parent 37e15aa commit d779fc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/graph_scheduler/condition.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ def converge(node, thresh):
and all its structural parents have been executed at least once since the node's last execution.
Condition subclasses (`listed below <Condition_Pre-Specified_List>`)
provide a standard set of Conditions that can be implemented simply by specifying their parameter(s).
Along with graph structure Conditions, there are six types of basic Conditions:
Along with `graph structure Conditions <_Conditions_Graph_Structure>`,
there are six types of basic Conditions:
* `Generic <Conditions_Generic>` - satisfied when a `user-specified function and set of arguments <Condition_Custom>`
evaluates to `True`;
Expand Down

0 comments on commit d779fc0

Please sign in to comment.