From bf980b405f6f6c185f3001cac41414faf5e4faa9 Mon Sep 17 00:00:00 2001 From: Helena Zhang Date: Fri, 19 Jan 2024 09:17:01 -0500 Subject: [PATCH] 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. --- docs/howtos/figure_generation.rst | 2 +- docs/tutorials/calibrations.rst | 2 +- docs/tutorials/getting_started.rst | 2 +- docs/tutorials/index.rst | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/howtos/figure_generation.rst b/docs/howtos/figure_generation.rst index be346a1144..b8c2bee114 100644 --- a/docs/howtos/figure_generation.rst +++ b/docs/howtos/figure_generation.rst @@ -42,4 +42,4 @@ overhead. See Also -------- -* The `Visualization tutorial `_ discusses how to customize figures +* The :doc:`Visualization tutorial ` discusses how to customize figures diff --git a/docs/tutorials/calibrations.rst b/docs/tutorials/calibrations.rst index d3d5967850..f26e2e7373 100644 --- a/docs/tutorials/calibrations.rst +++ b/docs/tutorials/calibrations.rst @@ -14,7 +14,7 @@ calibration framework in Qiskit Experiments. We will run experiments on our test backend, :class:`.SingleTransmonTestBackend`, a backend that simulates the underlying pulses with :mod:`qiskit_dynamics` on a three-level model of a transmon. You can also run these experiments on any real backend with Pulse enabled (see -:external+qiskit:doc:`tutorials/circuits_advanced/08_gathering_system_information`). +:class:`qiskit.providers.models.BackendConfiguration`). We will run experiments to find the qubit frequency, calibrate the amplitude of DRAG pulses, and choose the value diff --git a/docs/tutorials/getting_started.rst b/docs/tutorials/getting_started.rst index 339b81d3b5..9a8aa10b39 100644 --- a/docs/tutorials/getting_started.rst +++ b/docs/tutorials/getting_started.rst @@ -6,7 +6,7 @@ Installation ============ Qiskit Experiments is built on top of Qiskit, so we recommend that you first install -Qiskit following its :external+qiskit:doc:`installation guide `. Qiskit +Qiskit following its `installation guide `__. Qiskit Experiments supports the same platforms as Qiskit itself and Python versions 3.8, 3.9, 3.10, and 3.11. diff --git a/docs/tutorials/index.rst b/docs/tutorials/index.rst index cee8c15b7c..458cfd4502 100644 --- a/docs/tutorials/index.rst +++ b/docs/tutorials/index.rst @@ -1,8 +1,8 @@ Tutorials ========= -These tutorials assume some familiarity with Qiskit (on the level of the -:external+qiskit:doc:`introductory tutorials `) but no knowledge of Qiskit Experiments. +These tutorials assume some familiarity with Qiskit (on the level of +`IBM Quantum Documentation's introductory guides `__) but no knowledge of Qiskit Experiments. They're suitable for beginners who want to get started with the package. .. _basics: