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 26f7a65 commit 4352e7e
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-stim

[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.

[Stim](https://github.com/quantumlib/Stim) is a fast Clifford circuit simulator.
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="tket-support@cambridgequantum.com",
python_requires=">=3.9",
project_urls={
"Documentation": "https://cqcl.github.io/pytket-stim/api/index.html",
"Documentation": "https://tket.quantinuum.com/extensions/pytket-stim/api/index.html",
"Source": "https://github.com/CQCL/pytket-stim",
"Tracker": "https://github.com/CQCL/pytket-stim/issues",
},
Expand Down

0 comments on commit 4352e7e

Please sign in to comment.