File tree Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Expand file tree Collapse file tree 5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ITensor ecosystem documentation
2
2
3
- Welcome to the [ ITensor ecosystem documentation] ( https://itensor.github.io/ITensorDocs/Overview/ ) !
3
+ Welcome to the [ ITensor ecosystem documentation] ( https://docs. itensor.org ) !
4
4
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 ) .
7
7
8
8
## Support
9
9
Original file line number Diff line number Diff line change @@ -57,6 +57,10 @@ MultiDocumenter.make(
57
57
rootpath= " /ITensorDocs/" ,
58
58
canonical_domain= " https://itensor.github.io/" ,
59
59
sitemap= true ,
60
+ assets_dir= " docs/src/assets" ,
61
+ brand_image= MultiDocumenter. BrandImage (
62
+ " https://itensor.org" , joinpath (" assets" , " logo.png" )
63
+ ),
60
64
)
61
65
62
66
if " deploy" in ARGS
Original file line number Diff line number Diff line change 1
1
# # ITensor ecosystem documentation
2
2
#
3
- # Welcome to the [ITensor ecosystem documentation](https://itensor.github.io/ITensorDocs/Overview/ )!
3
+ # Welcome to the [ITensor ecosystem documentation](https://docs. itensor.org )!
4
4
# 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).
7
7
8
8
# ## Support
9
9
#
You can’t perform that action at this time.
0 commit comments