From 9bfebf61a3a44a9bd0fc11ebd047b949c1add678 Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Thu, 4 Jan 2024 13:10:47 +0000 Subject: [PATCH 1/2] Correct URL for documentation. --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae702cf..81c42e5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ with tket, a quantum computing toolkit and optimising compiler developed by Quan `pytket-aqt` is an extension to `pytket` that allows `pytket` circuits to be executed on AQT's ([Alpine Quantum Technologies'](https://www.aqt.eu/)) quantum devices and simulators. -See [extension documentation](https://tket.quantinuum.com/extensions/pytket-aqt/api/index.html) for more. +See [extension documentation](https://tket.quantinuum.com/extensions/pytket-aqt/index.html) for more. ## Getting started diff --git a/pyproject.toml b/pyproject.toml index 55ec7d7..00bf27b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache 2" readme = "README.md" packages = [{include = "pytket"}] repository = "https://github.com/CQCL/pytket-aqt" -documentation = "https://tket.quantinuum.com/extensions/pytket-aqt/api/index.html" +documentation = "https://tket.quantinuum.com/extensions/pytket-aqt/index.html" classifiers= [ "Environment :: Console", "Programming Language :: Python :: 3.10", From fc939fd0cc3941d3d79e03b0f40853e9ba589593 Mon Sep 17 00:00:00 2001 From: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> Date: Mon, 8 Jan 2024 10:23:26 +0000 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: cqc-melf <70640934+cqc-melf@users.noreply.github.com> --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81c42e5..3083539 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ with tket, a quantum computing toolkit and optimising compiler developed by Quan `pytket-aqt` is an extension to `pytket` that allows `pytket` circuits to be executed on AQT's ([Alpine Quantum Technologies'](https://www.aqt.eu/)) quantum devices and simulators. -See [extension documentation](https://tket.quantinuum.com/extensions/pytket-aqt/index.html) for more. +See [extension documentation](https://cqcl.github.io/pytket-aqt/api/index.html) for more. ## Getting started diff --git a/pyproject.toml b/pyproject.toml index 00bf27b..85b8f80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "Apache 2" readme = "README.md" packages = [{include = "pytket"}] repository = "https://github.com/CQCL/pytket-aqt" -documentation = "https://tket.quantinuum.com/extensions/pytket-aqt/index.html" +documentation = "https://cqcl.github.io/pytket-aqt/api/index.html" classifiers= [ "Environment :: Console", "Programming Language :: Python :: 3.10",