From 6a2600c1ce679121fefadf96c88320d683075d4a Mon Sep 17 00:00:00 2001 From: Jordy Gloudemans <jgloudemans@qblox.com> Date: Tue, 28 Jul 2020 18:07:35 +0200 Subject: [PATCH] Added the QRM. --- docs/api_reference.rst | 27 +++++++++++++++++++++++++++ docs/conf.py | 1 + 2 files changed, 28 insertions(+) diff --git a/docs/api_reference.rst b/docs/api_reference.rst index 5f71db96..97d003fb 100644 --- a/docs/api_reference.rst +++ b/docs/api_reference.rst @@ -39,3 +39,30 @@ SCPI interface :members: :undoc-members: :private-members: # if you want to document __x attributes + +pulsar_qrm +============ + +QCoDeS driver +------------------- + +.. automodule:: pulsar_qrm.pulsar_qrm + :members: + :undoc-members: + :private-members: # if you want to document __x attributes + +Native interface +------------------- + +.. automodule:: pulsar_qrm.pulsar_qrm_ifc + :members: + :undoc-members: + :private-members: # if you want to document __x attributes + +SCPI interface +---------------- + +.. automodule:: pulsar_qrm.pulsar_qrm_scpi_ifc + :members: + :undoc-members: + :private-members: # if you want to document __x attributes \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index afff4073..3b6957a5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,6 +18,7 @@ import sphinx_rtd_theme import pulsar_qcm +import pulsar_qrm # -- Project information ----------------------------------------------------- -- GitLab