Skip to content

Commit

Permalink
Merge pull request #120 from SciML/solvedocstr
Browse files Browse the repository at this point in the history
Add a documentation of solve
  • Loading branch information
ChrisRackauckas authored Jan 17, 2023
2 parents 8fa4ade + 6823e45 commit a791aca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pages = ["index.md",
"tutorials/iterator_interface.md"],
"Basics" => Any["basics/NonlinearProblem.md",
"basics/NonlinearFunctions.md",
"basics/solve.md",
"basics/NonlinearSolution.md",
"basics/FAQ.md"],
"Solver Summaries and Recommendations" => Any["solvers/NonlinearSystemSolvers.md",
Expand Down
5 changes: 5 additions & 0 deletions docs/src/basics/solve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# [Common Solver Options (Solve Keyword Arguments)](@id solver_options)

```@docs
solve(prob::SciMLBase.DEProblem,args...;kwargs...)
```

0 comments on commit a791aca

Please sign in to comment.