Skip to content

Commit ec6dd36

Browse files
committed
Fix some math typesetting, add extra (external) references, reflow paragraphs
1 parent ef8a2e6 commit ec6dd36

File tree

3 files changed

+137
-29
lines changed

3 files changed

+137
-29
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ links = InterLinks(
3131
"TensorOperations" => "https://quantumkithub.github.io/TensorOperations.jl/stable/",
3232
"KrylovKit" => "https://jutho.github.io/KrylovKit.jl/stable/",
3333
"BlockTensorKit" => "https://lkdvos.github.io/BlockTensorKit.jl/dev/",
34-
"MatrixAlgebraKit" => "https://quantumkithub.github.io/MatrixAlgebraKit.jl/stable/"
34+
"MatrixAlgebraKit" => "https://quantumkithub.github.io/MatrixAlgebraKit.jl/stable/",
35+
"MPSKitModels" => "https://quantumkithub.github.io/MPSKitModels.jl/dev/"
3536
)
3637

3738
# include MPSKit in all doctests

0 commit comments

Comments
 (0)