From 92307d1f9c55b58153c20a9cb57c06746ae1f73c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 3 Jun 2017 18:35:36 +0800 Subject: [PATCH] =?UTF-8?q?fix=20some=20missing=20pdq2=E2=86=92pdq=20renam?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- artiq/frontend/{aqctl_pdq2.py => aqctl_pdq.py} | 0 doc/manual/ndsp_reference.rst | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename artiq/frontend/{aqctl_pdq2.py => aqctl_pdq.py} (100%) diff --git a/artiq/frontend/aqctl_pdq2.py b/artiq/frontend/aqctl_pdq.py similarity index 100% rename from artiq/frontend/aqctl_pdq2.py rename to artiq/frontend/aqctl_pdq.py diff --git a/doc/manual/ndsp_reference.rst b/doc/manual/ndsp_reference.rst index de35007da..ff673dbf2 100644 --- a/doc/manual/ndsp_reference.rst +++ b/doc/manual/ndsp_reference.rst @@ -14,21 +14,21 @@ PDQ2 Driver ++++++ -.. automodule:: artiq.devices.pdq2.driver +.. automodule:: artiq.devices.pdq.driver :members: Mediator ++++++++ -.. automodule:: artiq.devices.pdq2.mediator +.. automodule:: artiq.devices.pdq.mediator :members: Controller ++++++++++ .. argparse:: - :ref: artiq.frontend.aqctl_pdq2.get_argparser - :prog: aqctl_pdq2 + :ref: artiq.frontend.aqctl_pdq.get_argparser + :prog: aqctl_pdq Lab Brick Digital Attenuator (LDA)