Skip to content

Commit

Permalink
Fix docu
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Apr 14, 2024
1 parent 6e6a0a1 commit 8b28dfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/src/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ AbstractKiteModel
AKM
```

## Struct KPS3 and KPS4
## Struct KPS3 and KPS4 and KPS4_3L
```@docs
KPS3
KPS4
KPS4_3L
```
These structs store the state of the one point model and four point model. Only in unit tests
it is allowed to access the members directly, otherwise use the input
and output functions.
it is allowed to access the members directly, otherwise use the input and output functions.
The model `KPS4_3L` is not yet implemented, it is just a copy of `KPS4`.

2 changes: 1 addition & 1 deletion src/KPS4_3L.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const KITE_SPRINGS_3L = 9
"""
mutable struct KPS4_3L{S, T, P, Q, SP} <: AbstractKiteModel
State of the kite power system, using a 4 point kite model. Parameters:
State of the kite power system, using a 4 point kite model and three steering lines to the ground. Parameters:
- S: Scalar type, e.g. SimFloat
In the documentation mentioned as Any, but when used in this module it is always SimFloat and not Any.
- T: Vector type, e.g. MVector{3, SimFloat}
Expand Down

0 comments on commit 8b28dfb

Please sign in to comment.