Skip to content

Commit

Permalink
replaceallgithublinks
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Nov 21, 2023
1 parent 5b52e6e commit 56e30e3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs/intro.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ platforms. Each extension adds either new methods to the ``pytket`` package to
convert between circuit representations, or new backends to which ``pytket``
circuits can be submitted.

.. _pytket: https://cqcl.github.io/tket/pytket/api/
.. _pytket: https://tket.quantinuum.com/api-docs/
.. _Quantinuum: https://www.quantinuum.com/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pytket-pyquil

[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-pyquil` is an extension to `pytket` that allows `pytket` circuits to be
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
author_email="[email protected]",
python_requires=">=3.8",
project_urls={
"Documentation": "https://cqcl.github.io/pytket-pyquil/api/index.html",
"Documentation": "https://tket.quantinuum.com/extensions/pytket-pyquil/api/index.html",
"Source": "https://github.com/CQCL/pytket-pyquil",
"Tracker": "https://github.com/CQCL/pytket-pyquil/issues",
},
Expand Down

0 comments on commit 56e30e3

Please sign in to comment.