Skip to content

Commit

Permalink
Stop referring to qiskit.org in API docs (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Nov 28, 2023
1 parent 8f23c9d commit a9350ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions qiskit_ibm_runtime/options/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Options:
Refer to the
`Qiskit Runtime documentation
<https://qiskit.org/documentation/partners/qiskit_ibm_runtime>`_.
<https://docs.quantum.ibm.com/run/configure-error-mitigation>`_.
for more information about the error mitigation methods used at each level.
max_execution_time: Maximum execution time in seconds, which is based
Expand All @@ -69,7 +69,7 @@ class Options:
Refer to the
`Max execution time documentation
<https://docs.quantum-computing.ibm.com/run/max-execution-time#maximum-execution-time>`_.
<https://docs.quantum.ibm.com/run/max-execution-time>`_.
for more information.
transpilation: Transpilation options. See :class:`TranspilationOptions` for all
Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/qiskit_runtime_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def backends(
QiskitRuntimeService.backends(open_pulse=True)
For the full list of backend attributes, see the `IBMBackend` class documentation
<https://qiskit.org/documentation/apidoc/providers_models.html>
<https://docs.quantum.ibm.com/api/qiskit/providers_models>
Returns:
The list of available backends that match the filter.
Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(
forcibly closed. Can be specified as seconds (int) or a string like "2h 30m 40s".
This value must be less than the
`system imposed maximum
<https://qiskit.org/documentation/partners/qiskit_ibm_runtime/faqs/max_execution_time.html>`_.
<https://docs.quantum.ibm.com/run/max-execution-time>`_.
Raises:
ValueError: If an input value is invalid.
Expand Down

0 comments on commit a9350ac

Please sign in to comment.