From ea6bf7ddb377a24eb511b0573a17cf10d49cc1f2 Mon Sep 17 00:00:00 2001 From: Melf Date: Tue, 21 Nov 2023 14:24:27 +0000 Subject: [PATCH 1/6] addtketwebsite --- docs/build-docs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/build-docs b/docs/build-docs index 09a5c8f..083e625 100755 --- a/docs/build-docs +++ b/docs/build-docs @@ -9,7 +9,8 @@ from pathlib import Path from typing import Any DOCS_DIR = Path(sys.argv[0]).absolute().parent -PYTKET_DOCS_LINK = "https://cqcl.github.io/tket/pytket/api/index.html" +TKET_WEBSITE_LINK = "https://tket.quantinuum.com/" +PYTKET_DOCS_LINK = "https://tket.quantinuum.com/api-docs/" PYTKET_EX_DOCS_LINK = "https://cqcl.github.io/pytket-extensions/api/index.html" PYTKET_AQT_PYPI_LINK = "https://pypi.org/project/pytket-aqt/" PYTKET_AQT_GITHUB = "https://github.com/CQCL/pytket-aqt" @@ -44,6 +45,7 @@ def build_module_docs() -> None: content.append( "\n.. toctree::\n\t:caption: More documentation:\n\t:maxdepth: 1\n\n" ) + content.append(f"\tTKET website <{TKET_WEBSITE_LINK}>\n") content.append(f"\tpytket <{PYTKET_DOCS_LINK}>\n") content.append(f"\tpytket extensions <{PYTKET_EX_DOCS_LINK}>\n") content.append("\n.. toctree::\n\t:caption: Links:\n\t:maxdepth: 1\n\n") From fe480b5ac8cb79ae15743d3cbf3a860e3f9455cd Mon Sep 17 00:00:00 2001 From: Melf Date: Tue, 21 Nov 2023 14:25:51 +0000 Subject: [PATCH 2/6] updateextlink --- docs/build-docs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-docs b/docs/build-docs index 083e625..517c9d6 100755 --- a/docs/build-docs +++ b/docs/build-docs @@ -11,7 +11,7 @@ from typing import Any DOCS_DIR = Path(sys.argv[0]).absolute().parent TKET_WEBSITE_LINK = "https://tket.quantinuum.com/" PYTKET_DOCS_LINK = "https://tket.quantinuum.com/api-docs/" -PYTKET_EX_DOCS_LINK = "https://cqcl.github.io/pytket-extensions/api/index.html" +PYTKET_EX_DOCS_LINK = "https://tket.quantinuum.com/api-docs/extensions.html" PYTKET_AQT_PYPI_LINK = "https://pypi.org/project/pytket-aqt/" PYTKET_AQT_GITHUB = "https://github.com/CQCL/pytket-aqt" MODULE = "aqt" From 7c83c5df32a2e9c426076577240ec21709a120d7 Mon Sep 17 00:00:00 2001 From: Melf Date: Tue, 21 Nov 2023 14:28:23 +0000 Subject: [PATCH 3/6] updatedependabot --- .github/dependabot.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 84bfaa7..f384d36 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,11 +2,15 @@ version: 2 updates: - - package-ecosystem: github-actions + - package-ecosystem: "github-actions" directory: "/" schedule: - interval: weekly + interval: "daily" - package-ecosystem: pip directory: "/" schedule: - interval: weekly + interval: "daily" + groups: + python-packages: + patterns: + - "*" From ff81ae21ee8bc75710665f97190597d16504e34c Mon Sep 17 00:00:00 2001 From: Melf Date: Tue, 21 Nov 2023 14:36:24 +0000 Subject: [PATCH 4/6] updatereadme --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 2db5976..5783a87 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,3 @@ -# Pytket Extensions - -This repository contains the pytket-aqt extension, using Quantinuum's -[pytket](https://cqcl.github.io/tket/pytket/api/index.html) quantum SDK. - # pytket-aqt [Pytket](https://cqcl.github.io/tket/pytket/api/index.html) is a python module for interfacing From 3f06be8d40a90bb6d2311d63d73466f7c25a84f9 Mon Sep 17 00:00:00 2001 From: Melf Date: Tue, 21 Nov 2023 15:25:24 +0000 Subject: [PATCH 5/6] updatereadmeII --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5783a87..2f4dd35 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # pytket-aqt [Pytket](https://cqcl.github.io/tket/pytket/api/index.html) is a python module for interfacing -with tket, a quantum computing toolkit and optimisation compiler developed by Quantinuum. +with tket, a quantum computing toolkit and optimising compiler developed by Quantinuum. `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. From e49589017a3d2bf1ff902d688d9266815f8586ee Mon Sep 17 00:00:00 2001 From: Melf Date: Tue, 21 Nov 2023 15:42:14 +0000 Subject: [PATCH 6/6] replaceallgithublinks --- README.md | 4 ++-- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f4dd35..a3cab16 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # pytket-aqt -[Pytket](https://cqcl.github.io/tket/pytket/api/index.html) is a python module for interfacing +[Pytket](https://tket.quantinuum.com/api-docs/index.html) is a python module for interfacing with tket, a quantum computing toolkit and optimising compiler developed by Quantinuum. `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://cqcl.github.io/pytket-aqt/api/index.html) for more. +See [extension documentation](https://tket.quantinuum.com/extensions/pytket-aqt/api/index.html) for more. ## Getting started diff --git a/docs/conf.py b/docs/conf.py index cd536a5..8bdce1e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,7 +46,7 @@ # -- Extension configuration ------------------------------------------------- -pytketdoc_base = "https://cqcl.github.io/tket/pytket/api/" +pytketdoc_base = "https://tket.quantinuum.com/api-docs/" intersphinx_mapping = { "https://docs.python.org/3/": None, diff --git a/pyproject.toml b/pyproject.toml index 37a478f..60ddf7d 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://cqcl.github.io/pytket-aqt/api/index.html" +documentation = "https://tket.quantinuum.com/extensions/pytket-aqt/api/index.html" classifiers= [ "Environment :: Console", "Programming Language :: Python :: 3.10",