Skip to content

Commit 6fc7b9b

Browse files
committed
minor fixes for docs
1 parent 1b52da0 commit 6fc7b9b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/src/basis.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ b = Basis(g, u, parameters = p)
134134
## Functions
135135

136136
```@docs
137-
parameters
138-
variables
139-
DataDrivenDiffEq.independent_variable
140137
jacobian
141138
dynamics
142139
push!

src/DataDrivenDiffEq.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ export DMDPINV, DMDSVD, TOTALDMD
3131
include("./koopman/koopman.jl")
3232
export eigen, eigvals, eigvecs
3333
export modes, frequencies
34-
export is_discrete, is_continouos
34+
export is_discrete, is_continuous
3535
export operator, generator
36-
export inputmap, outputmap, updateable, isstable
36+
export inputmap, outputmap, updatable, isstable
3737

3838
include("./koopman/linearkoopman.jl")
3939
export LinearKoopman, update!

src/basis.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ end
132132
end
133133
end
134134

135+
"""
136+
137+
"""
135138
variables(x::Basis) = x.states
136139

137140
function update!(b::Basis, eval_expression = false)

0 commit comments

Comments
 (0)