Skip to content

Commit 2820408

Browse files
authored
[docs] fix duplicated anchors (#2878)
1 parent f87585c commit 2820408

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/src/submodules/Utilities/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DocTestFilters = [r"MathOptInterface|MOI"]
1111
The Utilities submodule provides a variety of functions and datastructures for
1212
managing `MOI.ModelLike` objects.
1313

14-
## Utilities.Model
14+
## [Utilities.Model](@id overview_utilities_model)
1515

1616
[`Utilities.Model`](@ref) provides an implementation of a [`ModelLike`](@ref)
1717
that efficiently supports all functions and sets defined within MOI. However,
@@ -27,7 +27,7 @@ MOIU.Model{Float64}
2727
└ NumberOfConstraints: 0
2828
```
2929

30-
## Utilities.UniversalFallback
30+
## [Utilities.UniversalFallback](@id overview_utilities_universal_fallback)
3131

3232
[`Utilities.UniversalFallback`](@ref) is a layer that sits on top of any
3333
[`ModelLike`](@ref) and provides non-specialized (slower) fallbacks for
@@ -51,7 +51,7 @@ MOIU.UniversalFallback{MOIU.Model{Float64}}
5151
constraints, even if the inner-model does not. This can lead to unexpected
5252
behavior.
5353

54-
## Utilities.@model
54+
## [Utilities.@model](@id overview_model_macro)
5555

5656
For advanced use cases that need efficient support for functions and sets
5757
defined outside of MOI (but still known at compile time), we provide the

docs/src/submodules/Utilities/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ end
66
DocTestFilters = [r"MathOptInterface|MOI"]
77
```
88

9-
## Utilities.Model
9+
## [Utilities.Model](@id reference_utilities_model)
1010

1111
```@docs
1212
Utilities.Model
1313
```
1414

15-
## Utilities.UniversalFallback
15+
## [Utilities.UniversalFallback](@id reference_utilities_universal_fallback)
1616

1717
```@docs
1818
Utilities.UniversalFallback
1919
```
2020

21-
## Utilities.@model
21+
## [Utilities.@model](@id reference_model_macro)
2222

2323
```@docs
2424
Utilities.@model

0 commit comments

Comments
 (0)