Skip to content

Commit

Permalink
docs: fix _ResourceBase.options cross-link
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed May 30, 2024
1 parent 67c8e63 commit 99e09b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/apidoc/resource.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ AQTResource

.. autoclass:: qiskit_aqt_provider.aqt_resource._ResourceBase
:show-inheritance:
:exclude-members: __init__, __new__
:exclude-members: __init__, __new__, get_scheduling_stage_plugin, get_translation_stage_plugin
:members:
2 changes: 1 addition & 1 deletion qiskit_aqt_provider/aqt_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AQTOptions(pdt.BaseModel, Mapping[str, Any]):
Options can be set on a backend globally or on a per-job basis. To update an option
globally, set the corresponding attribute in the backend's
`options <qiskit_aqt_provider.aqt_resource._ResourceBase.options>` attribute:
:attr:`options <qiskit_aqt_provider.aqt_resource._ResourceBase.options>` attribute:
>>> import qiskit
>>> from qiskit_aqt_provider import AQTProvider
Expand Down

0 comments on commit 99e09b6

Please sign in to comment.