Skip to content

Commit 77f81e1

Browse files
committed
fix
1 parent 2c344b6 commit 77f81e1

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

docs/src/api-optimalcontrol-user.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,26 @@ Private = false
3232

3333
```@docs; canonical=true
3434
*(::CTFlowsODE.AbstractFlow)
35+
AmbiguousDescription
36+
CTException
37+
ExtensionError
3538
Flow
3639
Hamiltonian
3740
HamiltonianLift
3841
HamiltonianVectorField
42+
IncorrectArgument
43+
IncorrectMethod
44+
IncorrectOutput
3945
@Lie
4046
Lie
4147
Lift
4248
Model
49+
NotImplemented
4350
ParsingError
4451
Poisson
4552
Solution
4653
VectorField
54+
UnauthorizedCall
4755
available_methods
4856
build_OCP_solution
4957
constraint(::Model, ::Symbol)

docs/src/assets/Manifest.toml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/OptimalControl.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ import CTBase:
2020
IncorrectOutput,
2121
NotImplemented,
2222
UnauthorizedCall,
23-
ExtensionError,
24-
doc_app
23+
ExtensionError
2524
export ParsingError,
2625
CTException,
2726
AmbiguousDescription,
@@ -30,8 +29,7 @@ export ParsingError,
3029
IncorrectOutput,
3130
NotImplemented,
3231
UnauthorizedCall,
33-
ExtensionError,
34-
doc_app
32+
ExtensionError
3533

3634
# CTParser
3735
import CTParser: CTParser, @def

0 commit comments

Comments
 (0)