|
2 | 2 |
|
3 | 3 | pages = ["index.md",
|
4 | 4 | "Getting Started with Nonlinear Rootfinding in Julia" => "tutorials/getting_started.md",
|
5 |
| - "Tutorials" => Any["tutorials/code_optimization.md", "tutorials/large_systems.md", |
6 |
| - "tutorials/modelingtoolkit.md", "tutorials/small_compile.md", |
7 |
| - "tutorials/iterator_interface.md", "tutorials/optimizing_parameterized_ode.md"], |
8 |
| - "Basics" => Any["basics/nonlinear_problem.md", "basics/nonlinear_functions.md", |
9 |
| - "basics/solve.md", "basics/nonlinear_solution.md", "basics/autodiff.md", |
10 |
| - "basics/termination_condition.md", "basics/diagnostics_api.md", |
11 |
| - "basics/sparsity_detection.md", "basics/faq.md"], |
12 |
| - "Solver Summaries and Recommendations" => Any["solvers/nonlinear_system_solvers.md", |
13 |
| - "solvers/bracketing_solvers.md", "solvers/steady_state_solvers.md", |
14 |
| - "solvers/nonlinear_least_squares_solvers.md", "solvers/fixed_point_solvers.md"], |
15 |
| - "Native Functionalities" => Any["native/solvers.md", "native/simplenonlinearsolve.md", |
16 |
| - "native/steadystatediffeq.md", "native/descent.md", |
17 |
| - "native/globalization.md", "native/diagnostics.md"], |
| 5 | + "Tutorials" => Any[ |
| 6 | + "tutorials/code_optimization.md", |
| 7 | + "tutorials/large_systems.md", |
| 8 | + "tutorials/modelingtoolkit.md", |
| 9 | + "tutorials/small_compile.md", |
| 10 | + "tutorials/iterator_interface.md", |
| 11 | + "tutorials/optimizing_parameterized_ode.md" |
| 12 | + ], |
| 13 | + "Basics" => Any[ |
| 14 | + "basics/nonlinear_problem.md", |
| 15 | + "basics/nonlinear_functions.md", |
| 16 | + "basics/solve.md", |
| 17 | + "basics/nonlinear_solution.md", |
| 18 | + "basics/autodiff.md", |
| 19 | + "basics/termination_condition.md", |
| 20 | + "basics/diagnostics_api.md", |
| 21 | + "basics/sparsity_detection.md", |
| 22 | + "basics/faq.md" |
| 23 | + ], |
| 24 | + "Solver Summaries and Recommendations" => Any[ |
| 25 | + "solvers/nonlinear_system_solvers.md", |
| 26 | + "solvers/bracketing_solvers.md", |
| 27 | + "solvers/steady_state_solvers.md", |
| 28 | + "solvers/nonlinear_least_squares_solvers.md", |
| 29 | + "solvers/fixed_point_solvers.md" |
| 30 | + ], |
| 31 | + "Native Functionalities" => Any[ |
| 32 | + "native/solvers.md", |
| 33 | + "native/simplenonlinearsolve.md", |
| 34 | + "native/steadystatediffeq.md", |
| 35 | + "native/descent.md", |
| 36 | + "native/globalization.md", |
| 37 | + "native/diagnostics.md" |
| 38 | + ], |
18 | 39 | "Wrapped Solver APIs" => Any[
|
19 |
| - "api/fastlevenbergmarquardt.md", "api/fixedpointacceleration.md", |
20 |
| - "api/leastsquaresoptim.md", "api/minpack.md", "api/nlsolve.md", "api/nlsolvers.md", |
21 |
| - "api/siamfanlequations.md", "api/speedmapping.md", "api/sundials.md"], |
| 40 | + "api/fastlevenbergmarquardt.md", |
| 41 | + "api/fixedpointacceleration.md", |
| 42 | + "api/leastsquaresoptim.md", |
| 43 | + "api/minpack.md", |
| 44 | + "api/nlsolve.md", |
| 45 | + "api/nlsolvers.md", |
| 46 | + "api/siamfanlequations.md", |
| 47 | + "api/speedmapping.md", |
| 48 | + "api/sundials.md" |
| 49 | + ], |
| 50 | + "Sub-Packages" => Any[ |
| 51 | + "api/SciMLJacobianOperators.md", |
| 52 | + ], |
22 | 53 | "Development Documentation" => [
|
23 |
| - "devdocs/internal_interfaces.md", "devdocs/linear_solve.md", |
24 |
| - "devdocs/jacobian.md", "devdocs/operators.md", "devdocs/algorithm_helpers.md"], |
| 54 | + "devdocs/internal_interfaces.md", |
| 55 | + "devdocs/linear_solve.md", |
| 56 | + "devdocs/jacobian.md", |
| 57 | + "devdocs/operators.md", |
| 58 | + "devdocs/algorithm_helpers.md" |
| 59 | + ], |
25 | 60 | "Release Notes" => "release_notes.md",
|
26 |
| - "References" => "references.md"] |
| 61 | + "References" => "references.md" |
| 62 | +] |
0 commit comments