From 07f91cf26d7b371c8f586890b59d380c594dc889 Mon Sep 17 00:00:00 2001 From: "sweep-ai[bot]" <128439645+sweep-ai[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:06:54 +0000 Subject: [PATCH] feat: Updated docs/tutorials/multistep.md --- docs/tutorials/multistep.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/multistep.md b/docs/tutorials/multistep.md index 5232f351..6fd27fc3 100644 --- a/docs/tutorials/multistep.md +++ b/docs/tutorials/multistep.md @@ -100,12 +100,12 @@ This particular workflow creates files which represent 3D coordinates, and they Creating explicit edges can be a bit tedious and verbose, but in many cases the correct edges can be determined automatically. In this case, all of the steps take the previous pdb file as input and produce an output pdb file, so this is rather trivial. However, for more complex workflows edge inference can drastically simplify the yml files. Note that explicit edges are drawn in blue, and inferred edges are drawn in black/white. -For technical reasons edge inference is not perfect, so ***`users should always check that edge inference actually produces the intended graph`***. For details on the algorithm, see the [user guide](../userguide.md/#edge-inference-algorithm). +For technical reasons edge inference is not perfect, so ***`users should always check that edge inference actually produces the intended graph`***. For details on the algorithm, see the [user guide](../#userguide/#edge-inference-algorithm).
-docs/tutorials/multistep2.yml +docs/a general example of a workflow with inferred edges ```yaml steps: @@ -125,7 +125,7 @@ steps: -docs/tutorials/multistep2.yml.gv.png +docs/tutorials/an example of how inferred edges are visually represented ![Multistep](multistep2.yml.gv.png)