Skip to content

Commit

Permalink
Merge pull request #1009 from qiboteam/noindex-routine-autoclass
Browse files Browse the repository at this point in the history
Prevent parameters classes to appear in the index
  • Loading branch information
alecandido authored Oct 15, 2024
2 parents 5870e5a + 39cd463 commit 44ec734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Parameters
^^^^^^^^^^

.. autoclass:: qibocal.protocols.qubit_spectroscopy.QubitSpectroscopyParameters

:noindex:

How to execute a qubit spectroscopy experiment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -96,6 +96,7 @@ Parameters
^^^^^^^^^^

.. autoclass:: qibocal.protocols.qubit_spectroscopy_ef.QubitSpectroscopyEFParameters
:noindex:

How to execute a qubit spectroscopy experiment
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 2 additions & 0 deletions doc/source/protocols/ramsey/ramsey.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Parameters
^^^^^^^^^^

.. autoclass:: qibocal.protocols.ramsey.ramsey.RamseyParameters
:noindex:


Example
Expand Down Expand Up @@ -80,6 +81,7 @@ Parameters
^^^^^^^^^^

.. autoclass:: qibocal.protocols.ramsey.ramsey_signal.RamseySignalParameters
:noindex:

Example
^^^^^^^
Expand Down

0 comments on commit 44ec734

Please sign in to comment.