Skip to content

Update intersphinx mapping and other URLs pointing to IQP Classic #662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This code is part of a Qiskit project.
#
# (C) Copyright IBM 2021, 2024.
# (C) Copyright IBM 2021, 2025.
#
# This code is licensed under the Apache License, Version 2.0. You may
# obtain a copy of this license in the LICENSE.txt file in the root directory
Expand Down Expand Up @@ -182,7 +182,7 @@
"scipy": ("https://docs.scipy.org/doc/scipy", None),
"networkx": ("https://networkx.org/documentation/stable", None),
"docplex.mp": ("https://ibmdecisionoptimization.github.io/docplex-doc/mp", None),
"qiskit": ("https://docs.quantum.ibm.com/api/qiskit", None),
"qiskit": ("https://quantum.cloud.ibm.com/docs/api/qiskit", None),
"qiskit_algorithms": ("https://qiskit-community.github.io/qiskit-algorithms", None),
}

Expand Down
6 changes: 3 additions & 3 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Installation
============

Qiskit Optimization depends on Qiskit, which has its own
`installation instructions <https://docs.quantum.ibm.com/start/install>`__ detailing the
`installation instructions <https://quantum.cloud.ibm.com/docs/guides/install-qiskit>`__ detailing the
installation options for Qiskit and its supported environments/platforms. You should refer to
that first. Then the information here can be followed which focuses on the additional installation
specific to Qiskit Optimization.
Expand All @@ -21,7 +21,7 @@ See :ref:`optional_installs` for more information.

.. tab-item:: Start locally

The simplest way to get started is to follow the `Qiskit installation instructions <https://docs.quantum.ibm.com/start/install>`__
The simplest way to get started is to follow the `Qiskit installation instructions <https://quantum.cloud.ibm.com/docs/guides/install-qiskit>`__

In your virtual environment where you installed Qiskit, also install ``qiskit-optimization``:

Expand All @@ -44,7 +44,7 @@ See :ref:`optional_installs` for more information.

Since Qiskit Optimization depends on Qiskit, and its latest changes may require new or changed
features of Qiskit, you should first follow Qiskit's `"Install from source"` instructions
`here <https://docs.quantum.ibm.com/start/install-qiskit-source>`__
`here <https://quantum.cloud.ibm.com/docs/start/install-qiskit-source>`__

.. raw:: html

Expand Down
4 changes: 2 additions & 2 deletions docs/migration/01_migration_guide_to_v0.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Overview

Qiskit Terra v0.22 introduces new algorithm implementations that
leverage `Qiskit
Primitives <https://docs.quantum.ibm.com/api/qiskit/primitives>`__
Primitives <https://quantum.cloud.ibm.com/docs/api/qiskit/primitives>`__
(Estimator and Sampler). The former algorithm implementations that
leverage opflow will be deprecated in the future release.

Expand All @@ -19,7 +19,7 @@ of Qiskit Terra v0.22 until the former algorithms are deprecated.
It is not the intention to provide detailed explanations of the
primitives in this migration guide. We suggest that you read the
`corresponding
resources <https://docs.quantum.ibm.com/api/qiskit/primitives>`__
resources <https://quantum.cloud.ibm.com/docs/api/qiskit/primitives>`__
of the Qiskit Terra documentation instead.

We use ``qiskit.primitives.Sampler`` in this guide as an example of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
prelude: >
Qiskit Optimization 0.5 supports the new algorithms introduced in Qiskit Terra 0.22
which in turn rely on the `Qiskit Primitives <https://docs.quantum.ibm.com/api/qiskit/primitives>`_.
which in turn rely on the `Qiskit Primitives <https://quantum.cloud.ibm.com/docs/api/qiskit/primitives>`_.
Qiskit Optimization 0.5 still supports the former algorithms based on :class:`qiskit.utils.QuantumInstance`,
but they will be deprecated and then removed, along with the support here, in future releases.

Expand Down