Skip to content

Commit b882c33

Browse files
committed
Improve index.md
1 parent d63219a commit b882c33

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/src/components.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
```@meta
22
CurrentModule = WinchControllers
33
```
4+
# Generic Components
5+
46
## Integrator
57
```@docs
68
Integrator

docs/src/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,13 @@ pkg"test WinchControllers"
3131
```
3232

3333
## Provides
34+
- a set of generic control components, see [Generic Components](@ref)
35+
- a winch controller [WinchController](@ref), that limits the upper and lower force and controls the speed as function of the force
36+
- a winch controller settings struct [WCSettings](@ref) for the settings
37+
- [Utility Functions and Macros](@ref)
3438

3539
## See also
36-
- [Research Fechner](https://research.tudelft.nl/en/publications/?search=Fechner+wind&pageSize=50&ordering=rating&descending=true) for the scientic background of this code
40+
- [Research Fechner](https://research.tudelft.nl/en/publications/?search=Fechner+wind&pageSize=50&ordering=rating&descending=true) for the scientific background of this code
3741
- The meta-package [KiteSimulators](https://github.com/aenarete/KiteSimulators.jl)
3842
- the package [KiteUtils](https://github.com/ufechner7/KiteUtils.jl)
3943
- the packages [WinchModels](https://github.com/aenarete/WinchModels.jl) and [KitePodModels](https://github.com/aenarete/KitePodModels.jl) and [AtmosphericModels](https://github.com/aenarete/AtmosphericModels.jl)

0 commit comments

Comments
 (0)