Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Remove hide-code
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 committed Apr 16, 2024
1 parent 7795a32 commit b9b1592
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions qiskit_ibm_provider/jupyter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
========================================
.. code-block:: python
:hide-code:
:hide-output:
from qiskit_ibm_provider.test.ibm_provider_mock import mock_get_backend
mock_get_backend('Fake1Q')
Expand All @@ -45,8 +43,6 @@
backend = provider.get_backend('ibmq_vigo')
.. code-block:: python
:hide-code:
:hide-output:
backend.jobs = lambda *args, **kwargs: []
Expand Down
2 changes: 0 additions & 2 deletions qiskit_ibm_provider/transpiler/passes/scheduling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
for a dynamic circuit backend's execution model:
.. code-block:: python
:hide-code:
:hide-output:
import warnings
warnings.filterwarnings("ignore", category=DeprecationWarning)
Expand Down
2 changes: 0 additions & 2 deletions qiskit_ibm_provider/visualization/interactive/error_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ def iplot_error_map(
Example:
.. code-block:: python
:hide-code:
:hide-output:
from qiskit_ibm_provider.test.ibm_provider_mock import mock_get_backend
# Generate a mock provider for the sake of this example.
Expand Down
2 changes: 0 additions & 2 deletions qiskit_ibm_provider/visualization/interactive/gate_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ def iplot_gate_map(
Example:
.. code-block:: python
:hide-code:
:hide-output:
from qiskit_ibm_provider.test.ibm_provider_mock import mock_get_backend
# Generate a mock provider for the sake of this example.
Expand Down

0 comments on commit b9b1592

Please sign in to comment.