Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ITensor ecosystem documentation

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

## Support

Expand Down
4 changes: 4 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ MultiDocumenter.make(
rootpath="/ITensorDocs/",
canonical_domain="https://itensor.github.io/",
sitemap=true,
assets_dir="docs/src/assets",
brand_image=MultiDocumenter.BrandImage(
"https://itensor.org", joinpath("assets", "logo.png")
),
)

if "deploy" in ARGS
Expand Down
Binary file added docs/src/assets/favicon.ico
Binary file not shown.
Binary file added docs/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions examples/README.jl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# # ITensor ecosystem documentation
#
# Welcome to the [ITensor ecosystem documentation](https://itensor.github.io/ITensorDocs/Overview/)!
# Welcome to the [ITensor ecosystem documentation](https://docs.itensor.org)!
# This is an aggregation of the documentation of various packages in the ITensor ecosystem,
# such as [ITensors.jl](https://itensor.github.io/ITensorDocs/ITensors/stable/)
# and [ITensorMPS.jl](https://itensor.github.io/ITensorDocs/ITensorMPS/stable/).
# such as [ITensors.jl](https://docs.itensor.org/ITensors)
# and [ITensorMPS.jl](https://docs.itensor.org/ITensorMPS).

# ## Support
#
Expand Down
Loading