Skip to content

Commit aed866d

Browse files
authored
Add logos, update URLs (#3)
1 parent 16abb6c commit aed866d

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ITensor ecosystem documentation
22

3-
Welcome to the [ITensor ecosystem documentation](https://itensor.github.io/ITensorDocs/Overview/)!
3+
Welcome to the [ITensor ecosystem documentation](https://docs.itensor.org)!
44
This is an aggregation of the documentation of various packages in the ITensor ecosystem,
5-
such as [ITensors.jl](https://itensor.github.io/ITensorDocs/ITensors/stable/)
6-
and [ITensorMPS.jl](https://itensor.github.io/ITensorDocs/ITensorMPS/stable/).
5+
such as [ITensors.jl](https://docs.itensor.org/ITensors)
6+
and [ITensorMPS.jl](https://docs.itensor.org/ITensorMPS).
77

88
## Support
99

docs/make.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ MultiDocumenter.make(
5757
rootpath="/ITensorDocs/",
5858
canonical_domain="https://itensor.github.io/",
5959
sitemap=true,
60+
assets_dir="docs/src/assets",
61+
brand_image=MultiDocumenter.BrandImage(
62+
"https://itensor.org", joinpath("assets", "logo.png")
63+
),
6064
)
6165

6266
if "deploy" in ARGS

docs/src/assets/favicon.ico

318 Bytes
Binary file not shown.

docs/src/assets/logo.png

38.7 KB
Loading

examples/README.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# # ITensor ecosystem documentation
22
#
3-
# Welcome to the [ITensor ecosystem documentation](https://itensor.github.io/ITensorDocs/Overview/)!
3+
# Welcome to the [ITensor ecosystem documentation](https://docs.itensor.org)!
44
# This is an aggregation of the documentation of various packages in the ITensor ecosystem,
5-
# such as [ITensors.jl](https://itensor.github.io/ITensorDocs/ITensors/stable/)
6-
# and [ITensorMPS.jl](https://itensor.github.io/ITensorDocs/ITensorMPS/stable/).
5+
# such as [ITensors.jl](https://docs.itensor.org/ITensors)
6+
# and [ITensorMPS.jl](https://docs.itensor.org/ITensorMPS).
77

88
# ## Support
99
#

0 commit comments

Comments
 (0)