Skip to content

Commit dccac42

Browse files
authored
Add ITensor logos to docs (#126)
1 parent f68391f commit dccac42

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ITensorMPS"
22
uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2"
33
authors = ["Matthew Fishman <[email protected]>", "Miles Stoudenmire <[email protected]>"]
4-
version = "0.3.10"
4+
version = "0.3.11"
55

66
[deps]
77
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"

docs/make.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ makedocs(;
1414
authors="ITensor developers <[email protected]> and contributors",
1515
sitename="ITensorMPS.jl",
1616
format=Documenter.HTML(;
17-
canonical="https://ITensor.github.io/ITensorMPS.jl", edit_link="main", assets=String[]
17+
canonical="https://itensor.github.io/ITensorMPS.jl",
18+
edit_link="main",
19+
assets=["assets/favicon.ico"],
20+
prettyurls=false,
1821
),
1922
pages=[
2023
"Home" => "index.md",

docs/src/assets/favicon.ico

318 Bytes
Binary file not shown.

docs/src/assets/logo.png

38.7 KB
Loading

0 commit comments

Comments
 (0)