Skip to content

Commit f65b171

Browse files
Improve API documentation docstrings
1 parent 9e5a07c commit f65b171

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/src/api/nonlinearsolve.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,23 @@
22

33
These are the native solvers of NonlinearSolve.jl.
44

5-
## Solver API
5+
## Core Nonlinear Solvers
66

77
```@docs
88
NewtonRaphson
99
TrustRegion
10+
```
11+
12+
## Polyalgorithms
13+
14+
```@docs
15+
FastShortcutNonlinearPolyalg
16+
RobustMultiNewton
17+
```
18+
19+
## Nonlinear Least Squares Solvers
20+
21+
```@docs
1022
LevenbergMarquardt
1123
GaussNewton
1224
```

0 commit comments

Comments
 (0)