From f65b171cbe0e854f487e61fa767502ea481d9852 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Thu, 19 Oct 2023 06:32:22 -0400 Subject: [PATCH] Improve API documentation docstrings --- docs/src/api/nonlinearsolve.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/src/api/nonlinearsolve.md b/docs/src/api/nonlinearsolve.md index 50ee2bef0..d49cf32f9 100644 --- a/docs/src/api/nonlinearsolve.md +++ b/docs/src/api/nonlinearsolve.md @@ -2,11 +2,23 @@ These are the native solvers of NonlinearSolve.jl. -## Solver API +## Core Nonlinear Solvers ```@docs NewtonRaphson TrustRegion +``` + +## Polyalgorithms + +```@docs +FastShortcutNonlinearPolyalg +RobustMultiNewton +``` + +## Nonlinear Least Squares Solvers + +```@docs LevenbergMarquardt GaussNewton ```