Skip to content

Commit bf980b4

Browse files
authored
Fix broken docs links (#1362)
Qiskit 0.45.2 removed all tutorials, so intersphinx linking no longer works and breaks the docs build. This PR updates Qiskit tutorial links to 1XP pages that give the corresponding information and also fixes a broken internal link.
1 parent 48c9e67 commit bf980b4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/howtos/figure_generation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ overhead.
4242
See Also
4343
--------
4444

45-
* The `Visualization tutorial <visualization.html>`_ discusses how to customize figures
45+
* The :doc:`Visualization tutorial </tutorials/visualization>` discusses how to customize figures

docs/tutorials/calibrations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ calibration framework in Qiskit Experiments. We will run experiments on our test
1414
backend, :class:`.SingleTransmonTestBackend`, a backend that simulates the underlying
1515
pulses with :mod:`qiskit_dynamics` on a three-level model of a transmon. You can also
1616
run these experiments on any real backend with Pulse enabled (see
17-
:external+qiskit:doc:`tutorials/circuits_advanced/08_gathering_system_information`).
17+
:class:`qiskit.providers.models.BackendConfiguration`).
1818

1919
We will run experiments to
2020
find the qubit frequency, calibrate the amplitude of DRAG pulses, and choose the value

docs/tutorials/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Installation
66
============
77

88
Qiskit Experiments is built on top of Qiskit, so we recommend that you first install
9-
Qiskit following its :external+qiskit:doc:`installation guide <getting_started>`. Qiskit
9+
Qiskit following its `installation guide <https://docs.quantum.ibm.com/start/install>`__. Qiskit
1010
Experiments supports the same platforms as Qiskit itself and Python versions 3.8,
1111
3.9, 3.10, and 3.11.
1212

docs/tutorials/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Tutorials
22
=========
33

4-
These tutorials assume some familiarity with Qiskit (on the level of the
5-
:external+qiskit:doc:`introductory tutorials <tutorials>`) but no knowledge of Qiskit Experiments.
4+
These tutorials assume some familiarity with Qiskit (on the level of
5+
`IBM Quantum Documentation's introductory guides <https://docs.quantum.ibm.com>`__) but no knowledge of Qiskit Experiments.
66
They're suitable for beginners who want to get started with the package.
77

88
.. _basics:

0 commit comments

Comments
 (0)