Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: correct order of diagrams #163

Merged
merged 1 commit into from
Sep 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/docs/about/modelling/workflow/generic_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The [workflow](#workflow) below will outline what is necessary to obtain for eac
## Workflow

```mermaid
flowchart LR;
flowchart TD;
subgraph ide1 ["`**Required Subsurface Profiles [All in Sm3/d]**`"]
ide1_A[Oil Produced];
ide1_B[Gas Produced];
Expand Down Expand Up @@ -96,6 +96,11 @@ The [workflow](#workflow) below will outline what is necessary to obtain for eac
ide5_A_4_2 --> ide5_A_1
ide5_A_3_1 -. no .-> ide5_A_4_1
end

ide1 ~~~ ide2
ide2 ~~~ ide3
ide3 ~~~ ide4
ide4 ~~~ ide5
```

## Workflow Explanation
Expand Down