Skip to content

Commit

Permalink
update make.jl for qless tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxenceGollier committed Jan 22, 2025
1 parent f5cc129 commit f837c9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ makedocs(
"Performance tuning" => "performance.md",
"Tutorials" => ["Symmetric and positive definite linear systems" => "tutorials/spd.md",
"Least-squares problems" => "tutorials/ls.md",
"Least-norm problems" => "tutorials/ln.md"],
"Least-norm problems" => "tutorials/ln.md",
"Semi-normal equations and Q-less factorization" => "tutorials/qless.md"],
"Reference" => "reference.md",
]
)
Expand Down

0 comments on commit f837c9b

Please sign in to comment.