From e70f5982ae69aff9bd548b89e27f6c5d7a01b054 Mon Sep 17 00:00:00 2001 From: Kenneth Yang Date: Fri, 19 Jan 2024 14:38:33 -0800 Subject: [PATCH] feat: add ump3 docs --- .../ephys_link.platforms.ump3_handler.rst | 30 +++++++++++++++++++ .../ephys_link.platforms.ump3_manipulator.rst | 30 +++++++++++++++++++ source/api_reference_ephys_link.rst | 2 ++ 3 files changed, 62 insertions(+) create mode 100644 source/_autosummary/ephys_link.platforms.ump3_handler.rst create mode 100644 source/_autosummary/ephys_link.platforms.ump3_manipulator.rst diff --git a/source/_autosummary/ephys_link.platforms.ump3_handler.rst b/source/_autosummary/ephys_link.platforms.ump3_handler.rst new file mode 100644 index 0000000..de82994 --- /dev/null +++ b/source/_autosummary/ephys_link.platforms.ump3_handler.rst @@ -0,0 +1,30 @@ +ephys\_link.platforms.ump3\_handler +=================================== + +.. automodule:: ephys_link.platforms.ump3_handler + + + + + + + + + + + + .. rubric:: Classes + + .. autosummary:: + :nosignatures: + + UMP3Handler + + + + + + + + + diff --git a/source/_autosummary/ephys_link.platforms.ump3_manipulator.rst b/source/_autosummary/ephys_link.platforms.ump3_manipulator.rst new file mode 100644 index 0000000..065232b --- /dev/null +++ b/source/_autosummary/ephys_link.platforms.ump3_manipulator.rst @@ -0,0 +1,30 @@ +ephys\_link.platforms.ump3\_manipulator +======================================= + +.. automodule:: ephys_link.platforms.ump3_manipulator + + + + + + + + + + + + .. rubric:: Classes + + .. autosummary:: + :nosignatures: + + UMP3Manipulator + + + + + + + + + diff --git a/source/api_reference_ephys_link.rst b/source/api_reference_ephys_link.rst index e25aa99..65a1c0e 100644 --- a/source/api_reference_ephys_link.rst +++ b/source/api_reference_ephys_link.rst @@ -34,6 +34,8 @@ This reference is intended for users who want to directly use the internal serve ephys_link.platform_manipulator ephys_link.platforms.sensapex_handler ephys_link.platforms.sensapex_manipulator + ephys_link.platforms.ump3_handler + ephys_link.platforms.ump3_manipulator ephys_link.platforms.new_scale_handler ephys_link.platforms.new_scale_manipulator ephys_link.platforms.new_scale_pathfinder_handler