Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kocvara committed Aug 7, 2024
1 parent f6f8c27 commit ac58b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name = "Loraine"
uuid = "df0521af-66a0-42b3-822e-f30debbfe642"
authors = ["Michal Kocvara <[email protected]>"]
version = "0.1.2"
version = "0.2.0"

[deps]
CSDP = "0a46da34-8e4b-519e-b418-48813639ff34"
ConjugateGradients = "f59de78d-195d-4e7b-a078-2e47da4c3ad6"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Dualization = "191a621a-6537-11e9-281d-650236a99e60"
FameSVD = "9ba2d756-9ce3-11e9-1a71-0ffcb019784d"
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
Expand Down
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ using Documenter
makedocs(
sitename = "Loraine",
format = Documenter.HTML(prettyurls = get(ENV, "CI", nothing) == "true"),
strict = true,
pages = [
"Index" => "index.md",
"Overview" => "overview.md",
Expand Down

0 comments on commit ac58b0c

Please sign in to comment.