From 11dc1b51221fe642d6b6740c7b8d07a52fd22d8a Mon Sep 17 00:00:00 2001 From: Arnau Casau Date: Mon, 20 May 2024 14:34:24 +0200 Subject: [PATCH] Remove the duplicated docs for a BackendV1 classmethod --- qiskit/providers/backend.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qiskit/providers/backend.py b/qiskit/providers/backend.py index 8ffc7765109c..2e551cc311e8 100644 --- a/qiskit/providers/backend.py +++ b/qiskit/providers/backend.py @@ -88,12 +88,6 @@ def __init__(self, configuration, provider=None, **fields): This next bit is necessary just because autosummary generally won't summarise private methods; changing that behaviour would have annoying knock-on effects through all the rest of the documentation, so instead we just hard-code the automethod directive. - - In addition to the public abstract methods, subclasses should also implement the following - private methods: - - .. automethod:: _default_options - :noindex: """ self._configuration = configuration self._options = self._default_options()