Skip to content

Commit

Permalink
final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 7, 2025
1 parent c9d01e0 commit 5cda578
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/easylink/graph_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ def from_graph_edge(


class StepGraph(nx.MultiDiGraph):
"""A DAG of :class:`Steps<easylink.step.Step>`.
"""A DAG of :class:`Steps<easylink.step.Step>` and the data dependencies between them.
StepGraphs are DAGs with :class:`Steps<easylink.step.Step>`
for nodes and the file dependencies between them for edges. Self-edges as well
as multiple edges between nodes are permitted.
for nodes and the file dependencies between them for edges. Multiple edges
between nodes are permitted.
Notes
-----
Expand Down

0 comments on commit 5cda578

Please sign in to comment.