Skip to content

Commit bebc396

Browse files
committed
Adapt documentation to refactored GRAPE
1 parent 7523f68 commit bebc396

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ fallbacks = DocumenterInterLinks.ExternalFallbacks(
7373
"KrotovResult" => "@extref Krotov :jl:type:`Krotov.KrotovResult`",
7474
"KrotovWrk" => "@extref Krotov :jl:type:`Krotov.KrotovWrk`",
7575
"GrapeResult" => "@extref GRAPE :jl:type:`GRAPE.GrapeResult`",
76-
"GrapeWrk" => "@extref GRAPE :jl:type:`GRAPE.GrapeWrk`";
76+
"make_grape_print_iters" => "@extref GRAPE :jl:function:`GRAPE.make_grape_print_iters`",
77+
"GrapeWrk" => "@extref GRAPE :jl:type:`GRAPE.GrapeWrk`",
7778
automatic=false,
7879
)
7980

docs/src/methods.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ The Gradient Ascent Pulse Engineering (GRAPE) method is implemented in the [`GRA
2828
```@docs; canonical=false
2929
optimize(::ControlProblem, ::Val{:GRAPE})
3030
```
31+
32+
```@docs
33+
GRAPE.optimize
34+
```
35+

0 commit comments

Comments
 (0)