Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions qiskit/pulse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
LoConfig
LoRange

Pulse Library
=============

.. autosummary::
:toctree: ../stubs/

~qiskit.pulse.pulse_lib.discrete

Exceptions
==========

Expand Down
2 changes: 1 addition & 1 deletion qiskit/pulse/pulse_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# copyright notice, and modified files need to carry a notice indicating
# that they have been altered from the originals.

"""Module for builtin pulse_lib."""
"""Module for builtin ``pulse_lib``."""

from .discrete import *
Loading