Skip to content

Commit

Permalink
Fix docs/make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Jan 26, 2025
1 parent cb7c349 commit cf05a7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ makedocs(
"Tutorials" => ["Symmetric and positive definite linear systems" => "tutorials/spd.md",
"Least-squares problems" => "tutorials/ls.md",
"Least-norm problems" => "tutorials/ln.md",
"Detect rank deficiency" => "tutorials/rank_deficiency.md"],
"Detect rank deficiency" => "tutorials/rank_deficiency.md",
"Ordering" => "tutorials/ordering.md"],
"Reference" => "reference.md",
]
Expand Down

0 comments on commit cf05a7a

Please sign in to comment.