We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64ee27f + 08c48c3 commit 570aa20Copy full SHA for 570aa20
docs/make.jl
@@ -32,6 +32,7 @@ makedocs(;
32
"Controlled DC motor" => "examples/dc_motor_pi.md",
33
],
34
"Block library" => "blocks.md",
35
+ "Functions" => "api.md",
36
37
)
38
docs/src/api.md
@@ -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