Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 7a2c91c

Browse files
Fixes docs
1 parent d1be009 commit 7a2c91c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "AstrodynamicalModels"
22
uuid = "4282b555-f590-4262-b575-3e516e1493a7"
33
authors = ["Joseph D Carpinelli <joey@loopy.codes>"]
4-
version = "3.5.0"
4+
version = "3.5.1"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"

src/Kepler.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Base.@kwdef mutable struct OrbitalElements{F} <: AstrodynamicalState{F,6}
2626
OrbitalElements(state::NamedTuple) = OrbitalElements{Float64}(state)
2727
end
2828

29+
@doc OrbitalElements
2930
const KeplerianState = OrbitalElements
3031

3132
"""

0 commit comments

Comments
 (0)