Skip to content

Commit 570aa20

Browse files
authored
Merge pull request #13 from JuliaComputing/apipage
add API page to docs
2 parents 64ee27f + 08c48c3 commit 570aa20

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ makedocs(;
3232
"Controlled DC motor" => "examples/dc_motor_pi.md",
3333
],
3434
"Block library" => "blocks.md",
35+
"Functions" => "api.md",
3536
],
3637
)
3738

docs/src/api.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# API
2+
3+
## Index
4+
```@index
5+
```
6+
7+
## Docstrings
8+
9+
```@docs
10+
ModelingToolkit.Sample
11+
ModelingToolkit.Hold
12+
ModelingToolkit.ShiftIndex
13+
```

0 commit comments

Comments
 (0)