Skip to content

Commit

Permalink
Merge pull request #18 from JuliaComputing/categories
Browse files Browse the repository at this point in the history
categorize blocks
  • Loading branch information
baggepinnen authored Sep 4, 2024
2 parents ed7561a + 36b99e5 commit 90a5a83
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 16 deletions.
5 changes: 2 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ makedocs(;
"Home" => "index.md",
"Tutorials" => [
"Getting started with Sampled-Data Systems" => "tutorials/SampledData.md",
"Noise" => "tutorials/noise.md",
"Noise and measurement corruption" => "tutorials/noise.md",
],
"Examples" => [
"Controlled DC motor" => "examples/dc_motor_pi.md",
],
"Block library" => "blocks.md",
"Functions" => "api.md",
"Library API" => "blocks.md",
],
)

Expand Down
13 changes: 0 additions & 13 deletions docs/src/api.md

This file was deleted.

21 changes: 21 additions & 0 deletions docs/src/blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
```@index
```

## Basic blocks
- [`Delay`](@ref)
- [`Difference`](@ref)
- [`DiscreteDerivative`](@ref)
- [`DiscreteIntegrator`](@ref)
- [`Sampler`](@ref)
- [`ZeroOrderHold`](@ref)

## Noise and measurement corruption
- [`NormalNoise`](@ref)
- [`Quantization`](@ref)
- [`UniformNoise`](@ref)

## Controllers
- [`DiscretePIDParallel`](@ref)
- [`DiscretePIDStandard`](@ref)

## Discrete-time filters
- [`ExponentialFilter`](@ref)


## Docstrings

```@autodocs
Expand Down

0 comments on commit 90a5a83

Please sign in to comment.