Skip to content

Commit 36912e1

Browse files
authored
[docs] remove experimental warning from Nonlinear module docstring (#2752)
* [docs] remove experimental warning from Nonlinear module docstring * Remove Nonlinear from doc
1 parent 8113edf commit 36912e1

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

docs/src/submodules/Nonlinear/reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ More information can be found in the [Nonlinear](@ref nonlinear_developers)
1212
section of the manual.
1313

1414
```@docs
15-
Nonlinear
1615
Nonlinear.Model
1716
```
1817

src/Nonlinear/Nonlinear.jl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
# Use of this source code is governed by an MIT-style license that can be found
55
# in the LICENSE.md file or at https://opensource.org/licenses/MIT.
66

7-
"""
8-
Nonlinear
9-
10-
!!! warning
11-
The Nonlinear submodule is experimental. Until this message is removed,
12-
breaking changes may be introduced in any minor or patch release of
13-
MathOptInterface.
14-
"""
157
module Nonlinear
168

179
import ForwardDiff

0 commit comments

Comments
 (0)