Skip to content

Commit

Permalink
Merge pull request #13 from JuliaComputing/apipage
Browse files Browse the repository at this point in the history
add API page to docs
  • Loading branch information
baggepinnen authored Sep 3, 2024
2 parents 64ee27f + 08c48c3 commit 570aa20
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ makedocs(;
"Controlled DC motor" => "examples/dc_motor_pi.md",
],
"Block library" => "blocks.md",
"Functions" => "api.md",
],
)

Expand Down
13 changes: 13 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# API

## Index
```@index
```

## Docstrings

```@docs
ModelingToolkit.Sample
ModelingToolkit.Hold
ModelingToolkit.ShiftIndex
```

0 comments on commit 570aa20

Please sign in to comment.