-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #380 from SciML/ap/formatting
Enable formatting with `join_lines_based_on_source=false`
- Loading branch information
Showing
60 changed files
with
897 additions
and
946 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,26 @@ | ||
# Put in a separate page so it can be used by SciMLDocs.jl | ||
|
||
pages = [ | ||
"index.md", | ||
pages = ["index.md", | ||
"Getting Started with Nonlinear Rootfinding in Julia" => "tutorials/getting_started.md", | ||
"Tutorials" => Any["tutorials/code_optimization.md", | ||
"tutorials/large_systems.md", | ||
"tutorials/modelingtoolkit.md", | ||
"tutorials/small_compile.md", | ||
"tutorials/iterator_interface.md", | ||
"tutorials/optimizing_parameterized_ode.md"], | ||
"Basics" => Any["basics/nonlinear_problem.md", | ||
"basics/nonlinear_functions.md", | ||
"basics/solve.md", | ||
"basics/nonlinear_solution.md", | ||
"basics/autodiff.md", | ||
"basics/termination_condition.md", | ||
"basics/diagnostics_api.md", | ||
"basics/sparsity_detection.md", | ||
"basics/faq.md"], | ||
"Tutorials" => Any["tutorials/code_optimization.md", "tutorials/large_systems.md", | ||
"tutorials/modelingtoolkit.md", "tutorials/small_compile.md", | ||
"tutorials/iterator_interface.md", "tutorials/optimizing_parameterized_ode.md"], | ||
"Basics" => Any["basics/nonlinear_problem.md", "basics/nonlinear_functions.md", | ||
"basics/solve.md", "basics/nonlinear_solution.md", "basics/autodiff.md", | ||
"basics/termination_condition.md", "basics/diagnostics_api.md", | ||
"basics/sparsity_detection.md", "basics/faq.md"], | ||
"Solver Summaries and Recommendations" => Any["solvers/nonlinear_system_solvers.md", | ||
"solvers/bracketing_solvers.md", | ||
"solvers/steady_state_solvers.md", | ||
"solvers/nonlinear_least_squares_solvers.md", | ||
"solvers/fixed_point_solvers.md"], | ||
"Native Functionalities" => Any["native/solvers.md", | ||
"native/simplenonlinearsolve.md", | ||
"native/steadystatediffeq.md", | ||
"native/descent.md", | ||
"native/globalization.md", | ||
"native/diagnostics.md"], | ||
"Wrapped Solver APIs" => Any["api/fastlevenbergmarquardt.md", | ||
"api/fixedpointacceleration.md", | ||
"api/leastsquaresoptim.md", | ||
"api/minpack.md", | ||
"api/nlsolve.md", | ||
"api/siamfanlequations.md", | ||
"api/speedmapping.md", | ||
"api/sundials.md"], | ||
"Development Documentation" => ["devdocs/internal_interfaces.md", | ||
"devdocs/linear_solve.md", | ||
"devdocs/jacobian.md", | ||
"devdocs/operators.md", | ||
"devdocs/algorithm_helpers.md"], | ||
"solvers/bracketing_solvers.md", "solvers/steady_state_solvers.md", | ||
"solvers/nonlinear_least_squares_solvers.md", "solvers/fixed_point_solvers.md"], | ||
"Native Functionalities" => Any["native/solvers.md", "native/simplenonlinearsolve.md", | ||
"native/steadystatediffeq.md", "native/descent.md", | ||
"native/globalization.md", "native/diagnostics.md"], | ||
"Wrapped Solver APIs" => Any[ | ||
"api/fastlevenbergmarquardt.md", "api/fixedpointacceleration.md", | ||
"api/leastsquaresoptim.md", "api/minpack.md", "api/nlsolve.md", | ||
"api/siamfanlequations.md", "api/speedmapping.md", "api/sundials.md"], | ||
"Development Documentation" => [ | ||
"devdocs/internal_interfaces.md", "devdocs/linear_solve.md", | ||
"devdocs/jacobian.md", "devdocs/operators.md", "devdocs/algorithm_helpers.md"], | ||
"Release Notes" => "release_notes.md", | ||
"References" => "references.md" | ||
] | ||
"References" => "references.md"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.