Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the duplicated docs for a BackendV1 classmethod #12443

Merged
merged 1 commit into from
May 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions qiskit/providers/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
Loading