From 1e1b6ab1cef1cfcbeb303d84a96a57aec463f236 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Sun, 23 Mar 2025 15:53:42 -0400 Subject: [PATCH] [Docs] Update URLs for multidoc page --- Project.toml | 2 +- README.md | 6 +++--- docs/src/index.md | 6 +++--- docs/src/tutorials/DMRG.md | 2 +- examples/README.jl | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Project.toml b/Project.toml index b153772..fb1b0d3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorMPS" uuid = "0d1a4710-d33b-49a5-8f18-73bdf49b47e2" authors = ["Matthew Fishman ", "Miles Stoudenmire "] -version = "0.3.11" +version = "0.3.12" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" diff --git a/README.md b/README.md index 888fefa..f1b76dc 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # ITensorMPS.jl -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://itensor.github.io/ITensorMPS.jl/stable/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://itensor.github.io/ITensorMPS.jl/dev/) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://docs.itensor.org/ITensorMPS/stable/) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://docs.itensor.org/ITensorMPS/dev/) [![Build Status](https://github.com/ITensor/ITensorMPS.jl/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/ITensor/ITensorMPS.jl/actions/workflows/Tests.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/ITensor/ITensorMPS.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ITensor/ITensorMPS.jl) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) [![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) -Finite MPS and MPO methods based on the Julia version of [ITensor](https://www.itensor.org) ([ITensors.jl](https://github.com/ITensor/ITensors.jl)). See the [ITensorMPS.jl documentation](https://itensor.github.io/ITensorMPS.jl) for more details. +Finite MPS and MPO methods based on the Julia version of [ITensor](https://www.itensor.org) ([ITensors.jl](https://github.com/ITensor/ITensors.jl)). See the [ITensorMPS.jl documentation](https://docs.itensor.org/ITensorMPS) for more details. ## News diff --git a/docs/src/index.md b/docs/src/index.md index 57224ab..dfacb47 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,14 +4,14 @@ EditURL = "../../examples/README.jl" # ITensorMPS.jl -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://itensor.github.io/ITensorMPS.jl/stable/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://itensor.github.io/ITensorMPS.jl/dev/) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://docs.itensor.org/ITensorMPS/stable/) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://docs.itensor.org/ITensorMPS/dev/) [![Build Status](https://github.com/ITensor/ITensorMPS.jl/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/ITensor/ITensorMPS.jl/actions/workflows/Tests.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/ITensor/ITensorMPS.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ITensor/ITensorMPS.jl) [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) [![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) -Finite MPS and MPO methods based on the Julia version of [ITensor](https://www.itensor.org) ([ITensors.jl](https://github.com/ITensor/ITensors.jl)). See the [ITensorMPS.jl documentation](https://itensor.github.io/ITensorMPS.jl) for more details. +Finite MPS and MPO methods based on the Julia version of [ITensor](https://www.itensor.org) ([ITensors.jl](https://github.com/ITensor/ITensors.jl)). See the [ITensorMPS.jl documentation](https://docs.itensor.org/ITensorMPS) for more details. ## News diff --git a/docs/src/tutorials/DMRG.md b/docs/src/tutorials/DMRG.md index 9ff95b8..89b39b0 100644 --- a/docs/src/tutorials/DMRG.md +++ b/docs/src/tutorials/DMRG.md @@ -61,7 +61,7 @@ N = 100 sites = siteinds("S=1",N) ``` -tells the function `siteinds` to make an array of ITensor [Index](https://itensor.github.io/ITensors.jl/stable/IndexType.html) objects which +tells the function `siteinds` to make an array of ITensor [Index](https://docs.itensor.org/ITensors/stable/IndexType.html) objects which have the properties of ``S=1`` spins. This means their dimension will be 3 and they will carry the `"S=1"` tag, which will enable the next part of the code to know how to make appropriate operators for them. diff --git a/examples/README.jl b/examples/README.jl index d439fa0..24fda4b 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -1,13 +1,13 @@ # # ITensorMPS.jl # -# [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://itensor.github.io/ITensorMPS.jl/stable/) -# [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://itensor.github.io/ITensorMPS.jl/dev/) +# [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://docs.itensor.org/ITensorMPS/stable/) +# [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://docs.itensor.org/ITensorMPS/dev/) # [![Build Status](https://github.com/ITensor/ITensorMPS.jl/actions/workflows/Tests.yml/badge.svg?branch=main)](https://github.com/ITensor/ITensorMPS.jl/actions/workflows/Tests.yml?query=branch%3Amain) # [![Coverage](https://codecov.io/gh/ITensor/ITensorMPS.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ITensor/ITensorMPS.jl) # [![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle) # [![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) -# Finite MPS and MPO methods based on the Julia version of [ITensor](https://www.itensor.org) ([ITensors.jl](https://github.com/ITensor/ITensors.jl)). See the [ITensorMPS.jl documentation](https://itensor.github.io/ITensorMPS.jl) for more details. +# Finite MPS and MPO methods based on the Julia version of [ITensor](https://www.itensor.org) ([ITensors.jl](https://github.com/ITensor/ITensors.jl)). See the [ITensorMPS.jl documentation](https://docs.itensor.org/ITensorMPS) for more details. # # ## News #