Skip to content

Commit

Permalink
modified Example list
Browse files Browse the repository at this point in the history
  • Loading branch information
0815Creeper committed Nov 5, 2024
1 parent 74795a6 commit 9c10817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ example_pages = [
"Multiprocessing" => joinpath("examples", "multiprocessing.md"),
"Pluto Workshops" => joinpath("examples", "workshops.md"),
"FMIExport Examples" => [
"Bouncing Ball" => joinpath("examples", "fmiexport_examples", "BouncingBall.md"),
"Manipulation" => joinpath("examples", "fmiexport_examples", "Manipulation.md"),
"Export Bouncing Ball" => joinpath("examples", "fmiexport_examples", "Export-BouncingBall.md"),
]
]

Expand Down
3 changes: 1 addition & 2 deletions docs/src/examples/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ Examples are subdevided into *Basics*, *Advanced*, *Export*, *Pluto workshops* a

**FMIExport.jl examples:**

- [__BouncingBall__](https://thummeto.github.io/FMI.jl/dev/examples/fmiexport_examples/BouncingBall/): Export an FMU of a BouncingBall, that created in Julia
- [__Manipulation__](https://thummeto.github.io/FMI.jl/dev/examples/fmiexport_examples/Manipulation/): Export an FMU created in Julia
- [__Export-BouncingBall__](https://thummeto.github.io/FMI.jl/dev/examples/fmiexport_examples/Export-BouncingBall/): Export an FMU of a BouncingBall, that is implemented in Julia

**Pluto workshops:**

Expand Down

0 comments on commit 9c10817

Please sign in to comment.