File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11[deps ]
2+ DocStringExtensions = " ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
3+ IterativeSolvers = " 42fd0dbc-a981-5370-80f2-aaf504508153"
4+ LinearMaps = " 7a12625a-238d-50fd-b39a-03d52299707e"
5+ MLJModelInterface = " e80e1ace-859a-464e-9ed9-23947d8ae3ea"
26Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
7+ Optim = " 429524aa-4258-5aef-a3af-852621145aeb"
8+ Parameters = " d96e819e-fc66-5662-9728-84c9c7592b0a"
39
410[compat ]
5- Documenter = " ^0.24"
11+ DocStringExtensions = " 0.9.5"
12+ IterativeSolvers = " 0.9.4"
13+ LinearMaps = " 3.11.4"
14+ MLJModelInterface = " 1.12.0"
15+ Documenter = " 1.15.0"
16+ Optim = " 1.13.2"
17+ Parameters = " 0.12.3"
Original file line number Diff line number Diff line change 1+ push! (LOAD_PATH , " ../src/" )
12using Documenter, MLJLinearModels
23
34makedocs (
@@ -13,7 +14,8 @@ makedocs(
1314 " Models" => " models.md" ,
1415 " Solvers" => " solvers.md" ,
1516 " API" => " api.md"
16- ]
17+ ],
18+ warnonly= [:cross_references , :missing_docs ],
1719)
1820
1921deploydocs (
You can’t perform that action at this time.
0 commit comments