Skip to content

Commit b3c6624

Browse files
committed
[docs] fix duplicated anchor links
1 parent 875f465 commit b3c6624

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/reference/models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ BarrierIterations
134134
NodeCount
135135
```
136136

137-
### ResultStatusCode
137+
### Result Status
138138

139139
```@docs
140140
ResultStatusCode

docs/src/submodules/Nonlinear/SymbolicAD.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To revert back to the default sparse reverse mode algorithm, set the
8686
[`AutomaticDifferentiationBackend`](@ref) attribute to
8787
[`Nonlinear.SparseReverseMode`](@ref).
8888

89-
## `simplify`
89+
## [`simplify`](@id symbolic_ad_manual_simplify)
9090

9191
Use [`Nonlinear.SymbolicAD.simplify`](@ref) to simplify nonlinear expressions.
9292
The simplification algorithm performs simple rewrites such as lifting nested
@@ -151,7 +151,7 @@ In addition to [`Nonlinear.SymbolicAD.simplify`](@ref), there is an in-place
151151
version [`Nonlinear.SymbolicAD.simplify!`](@ref) that may make changes to the
152152
existing function.
153153

154-
## `variables`
154+
## [`variables`](@id symbolic_ad_manual_variables)
155155

156156
Use [`Nonlinear.SymbolicAD.variables`](@ref) to return a sorted list of the
157157
variables that appear in the function:
@@ -172,7 +172,7 @@ julia> MOI.Nonlinear.SymbolicAD.variables(f)
172172
MOI.VariableIndex(3)
173173
```
174174

175-
## `derivative`
175+
## [`derivative`](@id symbolic_ad_manual_derivative)
176176

177177
Use [`Nonlinear.SymbolicAD.derivative`](@ref) to compute the symbolic derivative
178178
of a function with respect to a decision variable:

0 commit comments

Comments
 (0)