From f8c990cc529966a64fc3f84de5204053b2a3189d Mon Sep 17 00:00:00 2001 From: Cristi Iacob Date: Thu, 23 Apr 2020 11:11:50 +0300 Subject: [PATCH] doc: added DeviceBufferAttr and DeviceDebugAttr in Sphinx. Added the Sphinx documentation for the DeviceBufferAttr and DeviceDebugAttr classes under the Device menu. Signed-off-by: Cristi Iacob --- bindings/python/doc/device.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bindings/python/doc/device.rst b/bindings/python/doc/device.rst index 19beff020..a5512c2b5 100644 --- a/bindings/python/doc/device.rst +++ b/bindings/python/doc/device.rst @@ -6,3 +6,15 @@ Members .. autoclass:: iio.Device :members: :inherited-members: + +------------------ + +Device attributes +------------------ +.. autoclass:: iio.DeviceDebugAttr + :members: + :inherited-members: +.. autoclass:: iio.DeviceBufferAttr + :members: + :inherited-members: +