Skip to content

Commit

Permalink
Merge pull request #150 from control-toolbox/149-update-graph
Browse files Browse the repository at this point in the history
update graph
  • Loading branch information
ocots authored Jul 4, 2024
2 parents be1e9b0 + f564e9b commit d707b1a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,16 @@ CurrentModule = CTDirect

The `CTDirect.jl` package is part of the [control-toolbox ecosystem](https://github.com/control-toolbox).

```@raw html
<img src="./assets/diagram.png" style="display: block; margin: 0 auto 20px auto;" width="320px">
```mermaid
flowchart TD
O(<a href='https://control-toolbox.org/docs/optimalcontrol/stable/'>OptimalControl</a>) --> B(<a href='https://control-toolbox.org/docs/ctbase/stable/'>CTBase</a>)
O --> D(<a href='https://control-toolbox.org/docs/ctdirect/stable/'>CTDirect</a>)
O --> F(<a href='https://control-toolbox.org/docs/ctflows/stable/'>CTFlows</a>)
P(<a href='https://control-toolbox.org/docs/ctproblems/stable/'>CTProblems</a>) --> F
P --> B
F --> B
D --> B
style D fill:#FFF0F5
```

!!! note "Install"
Expand Down

0 comments on commit d707b1a

Please sign in to comment.