Skip to content

Commit 256bdab

Browse files
committed
update docs
1 parent 9a5be5d commit 256bdab

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/src/klminrepgraddescent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ KLMinRepGradDescent
1515

1616
The associated objective value can be estimated through the following:
1717

18-
```@docs
18+
```@docs; canonical=false
1919
estimate_objective(
2020
::Random.AbstractRNG,
21-
::KLMinRepGradDescent,
21+
::Union{<:KLMinRepGradDescent,<:KLMinRepGradProxDescent,<:KLMinScoreGradDescent},
2222
::Any,
2323
::Any;
2424
::Int,

docs/src/klminrepgradproxdescent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ KLMinRepGradProxDescent
1414

1515
The associated objective value can be estimated through the following:
1616

17-
```@docs
17+
```@docs; canonical=false
1818
estimate_objective(
1919
::Random.AbstractRNG,
20-
::KLMinRepGradProxDescent,
20+
::Union{<:KLMinRepGradDescent,<:KLMinRepGradProxDescent,<:KLMinScoreGradDescent},
2121
::Any,
2222
::Any;
2323
::Int,

docs/src/klminscoregraddescent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ KLMinScoreGradDescent
1616

1717
The associated objective value can be estimated through the following:
1818

19-
```@docs
19+
```@docs; canonical=false
2020
estimate_objective(
2121
::Random.AbstractRNG,
22-
::KLMinScoreGradDescent,
22+
::Union{<:KLMinRepGradDescent,<:KLMinRepGradProxDescent,<:KLMinScoreGradDescent},
2323
::Any,
2424
::Any;
2525
::Int,

0 commit comments

Comments
 (0)