Commit 7696041
Fix/update subsolver api docs (#149)
* docs(advanced-jsosolvers): update TRUNK subsolver usage to new keyword API and add note on allowed subsolvers and tolerances (fixes #145)
* docs(advanced-jsosolvers): add concise migration note (old subsolver_type => new subsolver=:symbol)
* docs(intro): add migration note for subsolver API (subsolver_type => subsolver = :symbol)
* docs(intro): show how to list allowed subsolvers for trunk/tron least-squares variants
* docs(intro): add example of trunk with explicit subsolver and tolerances
* docs(advanced-jsosolvers): add explicit trunk call with subsolver and tolerances
* docs(advanced-jsosolvers): mention TRON uses same subsolver keyword pattern with example
* docs: copy edits and grammar fixes in advanced and intro tutorials
* test: make tutorial checks robust (require index.jmd and Project.toml only); docs: minor copy edits
* docs(advanced-jsosolvers): add link to Krylov.jl docs for subsolver algorithm details
* Update tutorials/advanced-jsosolvers/index.jmd
Co-authored-by: Tangi Migot <tangi.migot@gmail.com>
* Update tutorials/advanced-jsosolvers/index.jmd
Co-authored-by: Tangi Migot <tangi.migot@gmail.com>
* Update tutorials/introduction-to-jsosolvers/index.jmd
Co-authored-by: Tangi Migot <tangi.migot@gmail.com>
* Update runtests.jl
* Update index.jmd
* Update index.jmd
* Update index.jmd
---------
Co-authored-by: Tangi Migot <tangi.migot@gmail.com>1 parent dbcedb2 commit 7696041
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
47 | 54 | | |
48 | 55 | | |
49 | 56 | | |
| |||
111 | 118 | | |
112 | 119 | | |
113 | 120 | | |
114 | | - | |
| 121 | + | |
115 | 122 | | |
116 | 123 | | |
117 | 124 | | |
| |||
0 commit comments