From 39cd463fff6204c2a528af0e8174aa436e082cbf Mon Sep 17 00:00:00 2001 From: Alessandro Candido Date: Sat, 12 Oct 2024 09:20:42 +0200 Subject: [PATCH] docs: Prevent parameters classes to appear in the index Most of them were already isolated, but for the few which were not the index was completely useless. --- doc/source/protocols/qubit_spectroscopy/qubit_spectroscopy.rst | 3 ++- doc/source/protocols/ramsey/ramsey.rst | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/source/protocols/qubit_spectroscopy/qubit_spectroscopy.rst b/doc/source/protocols/qubit_spectroscopy/qubit_spectroscopy.rst index 792577add..b891ed095 100644 --- a/doc/source/protocols/qubit_spectroscopy/qubit_spectroscopy.rst +++ b/doc/source/protocols/qubit_spectroscopy/qubit_spectroscopy.rst @@ -27,7 +27,7 @@ Parameters ^^^^^^^^^^ .. autoclass:: qibocal.protocols.qubit_spectroscopy.QubitSpectroscopyParameters - + :noindex: How to execute a qubit spectroscopy experiment ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -96,6 +96,7 @@ Parameters ^^^^^^^^^^ .. autoclass:: qibocal.protocols.qubit_spectroscopy_ef.QubitSpectroscopyEFParameters + :noindex: How to execute a qubit spectroscopy experiment ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/doc/source/protocols/ramsey/ramsey.rst b/doc/source/protocols/ramsey/ramsey.rst index f4c2f9adb..ef4ea4a6e 100644 --- a/doc/source/protocols/ramsey/ramsey.rst +++ b/doc/source/protocols/ramsey/ramsey.rst @@ -30,6 +30,7 @@ Parameters ^^^^^^^^^^ .. autoclass:: qibocal.protocols.ramsey.ramsey.RamseyParameters + :noindex: Example @@ -80,6 +81,7 @@ Parameters ^^^^^^^^^^ .. autoclass:: qibocal.protocols.ramsey.ramsey_signal.RamseySignalParameters + :noindex: Example ^^^^^^^