Skip to content

Commit 42ae247

Browse files
committed
Update docs links to point to docs.itensor.org
1 parent 65d4183 commit 42ae247

16 files changed

+26
-26
lines changed

about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
</a>
3636

3737
<div class="navbar-dropdown">
38-
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
39-
Julia
38+
<a href="https://docs.itensor.org" class="navbar-item">
39+
Julia (Recommended)
4040
</a>
4141
<a href="/docs.cgi" class="navbar-item">
4242
C++

about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</a>
3434

3535
<div class="navbar-dropdown">
36-
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
36+
<a href="https://docs.itensor.org" class="navbar-item">
3737
Julia (Recommended)
3838
</a>
3939
<a href="/docs.cgi" class="navbar-item">

citing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</a>
3434

3535
<div class="navbar-dropdown">
36-
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
36+
<a href="https://docs.itensor.org" class="navbar-item">
3737
Julia (Recommended)
3838
</a>
3939
<a href="/docs.cgi" class="navbar-item">

codes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
</a>
3636

3737
<div class="navbar-dropdown">
38-
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
39-
Julia
38+
<a href="https://docs.itensor.org" class="navbar-item">
39+
Julia (Recommended)
4040
</a>
4141
<a href="/docs.cgi" class="navbar-item">
4242
C++

codes/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</a>
4545

4646
<div class="navbar-dropdown">
47-
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
47+
<a href="https://docs.itensor.org" class="navbar-item">
4848
Julia (Recommended)
4949
</a>
5050
<a href="/docs.cgi" class="navbar-item">
@@ -701,7 +701,7 @@
701701
</p>
702702
<p class="subtitle">
703703
Package previously enabling GPU support for ITensor. Please now use the built-in GPU
704-
support enabled automatically through our <a href="https://itensor.github.io/ITensors.jl/dev/RunningOnGPUs.html">GPU package extensions</a>.
704+
support enabled automatically through our <a href="https://docs.itensor.org/ITensors/stable/RunningOnGPUs.html">GPU package extensions</a>.
705705
</p>
706706
<p class="developers">
707707
<strong>Developers:</strong> Katharine Hyatt, Karl Pierce,<br>Matt Fishman

docs_header_prenav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</a>
4646

4747
<div class="navbar-dropdown">
48-
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
48+
<a href="https://docs.itensor.org" class="navbar-item">
4949
Julia (Recommended)
5050
</a>
5151
<a href="/docs.cgi" class="navbar-item is-active">

examples/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
</a>
3434

3535
<div class="navbar-dropdown">
36-
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
37-
Julia
36+
<a href="https://docs.itensor.org" class="navbar-item">
37+
Julia (Recommended)
3838
</a>
3939
<a href="/docs.cgi" class="navbar-item">
4040
C++
@@ -135,7 +135,7 @@
135135
</div></div>
136136

137137
<br/>
138-
<p>For more code examples, <a href="https://itensor.github.io/ITensors.jl/dev/examples/ITensor.html">see the documentation</a>.</p>
138+
<p>For more code examples, <a href="https://docs.itensor.org/ITensors/stable/examples/ITensor.html">see the documentation</a>.</p>
139139

140140
</div></section>
141141

faq/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</a>
3434

3535
<div class="navbar-dropdown">
36-
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
36+
<a href="https://docs.itensor.org" class="navbar-item">
3737
Julia (Recommended)
3838
</a>
3939
<a href="/docs.cgi" class="navbar-item">
@@ -138,7 +138,7 @@
138138
<br/>
139139

140140
<p>
141-
For further information, see <a href="https://itensor.github.io/ITensors.jl/dev/RunningOnGPUs.html">this documentation page</a> about using GPU backends in ITensor and feel free to ask us questions on the forum if you encounter issues. We try to support as many features as we can, but certain vendors may not yet support various algorithms or numerical types. Operations that are not provided by the vendor, like certain matrix factorizations, may therefore be performed on CPU, and double-precision arithmetic may not be available on certain backends.
141+
For further information, see <a href="https://docs.itensor.org/ITensors/stable/RunningOnGPUs.html">this documentation page</a> about using GPU backends in ITensor and feel free to ask us questions on the forum if you encounter issues. We try to support as many features as we can, but certain vendors may not yet support various algorithms or numerical types. Operations that are not provided by the vendor, like certain matrix factorizations, may therefore be performed on CPU, and double-precision arithmetic may not be available on certain backends.
142142
</p>
143143
</br>
144144

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</a>
3535

3636
<div class="navbar-dropdown">
37-
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
37+
<a href="https://docs.itensor.org" class="navbar-item">
3838
Julia (Recommended)
3939
</a>
4040
<a href="/docs.cgi" class="navbar-item">
@@ -175,7 +175,7 @@
175175
</p>
176176
<p>
177177
To learn more about which version may be best for you to use and why,
178-
please <a href="https://itensor.github.io/ITensors.jl/dev/faq/JuliaAndCpp.html">read this FAQ page</a> about Julia versus C++ ITensor.
178+
please <a href="https://docs.itensor.org/ITensors/stable/faq/JuliaAndCpp.html">read this FAQ page</a> about Julia versus C++ ITensor.
179179
</p>
180180
-->
181181

@@ -231,9 +231,9 @@
231231
<p>
232232
ITensor includes a full set of algorithms involving matrix product state (MPS)
233233
and matrix product operators (MPO), such as state-of-the-art
234-
<a href="https://itensor.github.io/ITensors.jl/dev/tutorials/DMRG.html">DMRG</a>
234+
<a href="https://docs.itensor.org/ITensorMPS/stable/tutorials/DMRG.html">DMRG</a>
235235
and
236-
<a href="https://itensor.github.io/ITensors.jl/dev/tutorials/MPSTimeEvolution.html">time-evolution codes</a>, and algorithms for summing, multiplying,
236+
<a href="https://docs.itensor.org/ITensorMPS/stable/tutorials/MPSTimeEvolution.html">time-evolution codes</a>, and algorithms for summing, multiplying,
237237
and optimizing MPS and MPOs.
238238
</p>
239239
</div>

news/23_07_17_format.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</a>
3434

3535
<div class="navbar-dropdown">
36-
<a href="https://itensor.github.io/ITensors.jl/dev" class="navbar-item">
36+
<a href="https://docs.itensor.org" class="navbar-item">
3737
Julia (Recommended)
3838
</a>
3939
<a href="/docs.cgi" class="navbar-item">

0 commit comments

Comments
 (0)