Skip to content

Commit 10b3e0d

Browse files
committed
Improve docu
1 parent 3eb43d1 commit 10b3e0d

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- fixed or documented issues found by `Aqua.jl`
44
- made `DSP` a test dependency
55
- remove package `OrdinaryDiffEqSDIRK`
6+
- improve documentation for `RamAirKite`
67
#### Added
78
- the examples `calc_spectrum.jl` and `plot_spectrum.jl` to the menu
89
- the quality insurance package `Aqua.jl`

docs/src/ram_air_kite.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Segment
1818
Tether
1919
Winch
2020
KitePointGroup
21+
PointMassSystem
2122
```
2223

2324
## Private functions

src/ram_air_kite.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ end
189189
A discrete mass-spring-damper representation of a kite system, where point masses
190190
connected by elastic segments model the kite and tether dynamics:
191191
192-
# Fields
193192
- `points::Vector{Point}`: Point masses representing:
194193
- Kite attachment points
195194
- Dynamic bridle/tether points

0 commit comments

Comments
 (0)