Skip to content

Commit 36b99e5

Browse files
committed
categorize blocks
1 parent ed7561a commit 36b99e5

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

docs/make.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ makedocs(;
2828
"Home" => "index.md",
2929
"Tutorials" => [
3030
"Getting started with Sampled-Data Systems" => "tutorials/SampledData.md",
31-
"Noise" => "tutorials/noise.md",
31+
"Noise and measurement corruption" => "tutorials/noise.md",
3232
],
3333
"Examples" => [
3434
"Controlled DC motor" => "examples/dc_motor_pi.md",
3535
],
36-
"Block library" => "blocks.md",
37-
"Functions" => "api.md",
36+
"Library API" => "blocks.md",
3837
],
3938
)
4039

docs/src/api.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/src/blocks.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@
44
```@index
55
```
66

7+
## Basic blocks
8+
- [`Delay`](@ref)
9+
- [`Difference`](@ref)
10+
- [`DiscreteDerivative`](@ref)
11+
- [`DiscreteIntegrator`](@ref)
12+
- [`Sampler`](@ref)
13+
- [`ZeroOrderHold`](@ref)
14+
15+
## Noise and measurement corruption
16+
- [`NormalNoise`](@ref)
17+
- [`Quantization`](@ref)
18+
- [`UniformNoise`](@ref)
19+
20+
## Controllers
21+
- [`DiscretePIDParallel`](@ref)
22+
- [`DiscretePIDStandard`](@ref)
23+
24+
## Discrete-time filters
25+
- [`ExponentialFilter`](@ref)
26+
27+
728
## Docstrings
829

930
```@autodocs

0 commit comments

Comments
 (0)