From 47672d3aa66acc4ab53c4df137f744edf045cdf4 Mon Sep 17 00:00:00 2001 From: John Brittain Date: Fri, 20 Sep 2024 17:28:03 +0100 Subject: [PATCH] Documentation update --- docs/guides/user-interface/submodules.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/user-interface/submodules.md b/docs/guides/user-interface/submodules.md index c519604..94cac4f 100644 --- a/docs/guides/user-interface/submodules.md +++ b/docs/guides/user-interface/submodules.md @@ -18,7 +18,7 @@ Let us begin where we left off in the previous tutorial [Build your first workfl ## Build a workflow -Drag the `Filter` and `Aggregate` modules onto the Canvas and connect the output of the `Filter` module to the input of the `Aggregate` module. This will create a simple workflow that filters the data for a specific country and then aggregates the data by month. However, notice that we have not provided any data as input, or done anything with the output... at least not yet. Your basic workflow at this point should look as follows: +Drag the `Filter` and `AggregateByMonth` modules onto the Canvas and connect the output of the `Filter` module to the input of the `AggregateByMonth` module. This will create a simple workflow that filters the data for a specific country and then aggregates the data by month. However, notice that we have not provided any data as input, or done anything with the output... at least not yet. Your basic workflow at this point should look as follows: ![Sub-workflow](images/basic_workflow.png) @@ -48,7 +48,7 @@ While viewing the module information you may have noticed the presense of a new ![Submodule listing](images/module_contents.png) -As you can see the module has expanded to reveal the `Filter` and `Aggregate`, connected in the correct order. By comparing these modules to the original workflow you can see that the workflow has been faithfully reconstructed, although some of the module names may have changed to prevent conflicts. +As you can see the module has expanded to reveal the `Filter` and `AggregateByMonth`, connected in the correct order. By comparing these modules to the original workflow you can see that the workflow has been faithfully reconstructed, although some of the module names may have changed to prevent conflicts. ![Module expanded](images/expanded_module.png)