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
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ITensorDocsNext"
uuid = "701fd796-f527-45da-9a53-2681c1a90c45"
version = "0.1.15"
version = "0.1.16"
authors = ["ITensor developers <support@itensor.org> and contributors"]

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation for in-progress rewrite of the ITensor ecosystem

A preview of the documentation for an in-progress rewrite of the ITensor Julia
ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext).
ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext.jl).

## Support

Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ MultiDocumenter.make(
search_engine = MultiDocumenter.SearchConfig(;
index_versions = ["stable"], engine = MultiDocumenter.FlexSearch
),
rootpath = "/ITensorDocsNext/",
rootpath = "/ITensorDocsNext.jl/",
canonical_domain = "https://itensor.github.io/",
sitemap = true,
assets_dir = "docs/src/assets",
Expand Down
2 changes: 1 addition & 1 deletion examples/README.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# # Documentation for in-progress rewrite of the ITensor ecosystem
#
# A preview of the documentation for an in-progress rewrite of the ITensor Julia
# ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext).
# ecosystem. You can find the documentation [here](https://itensor.github.io/ITensorDocsNext.jl).

# ## Support
#
Expand Down
Loading