Skip to content

Commit 52a524b

Browse files
committed
doc: added Sphinx documentation for iio_attr.py.
Updated the .rst files in order to display a documentation page for iio_attr.py. Signed-off-by: Cristi Iacob <[email protected]>
1 parent 3f18c3a commit 52a524b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

bindings/python/doc/examples.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Complete Application Examples
77
.. toctree::
88
iio_readdev
99
iio_writedev
10+
iio_attr
1011
iio_info
1112

1213

bindings/python/doc/iio_attr.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
iio_attr
2+
======================
3+
| iio_attr is part of the Libiio package, a library that has been developed to ease the development of software interfacing Linux Industrial I/O (IIO) devices.
4+
| This tool is written using the libiio Python bindings. It works in a very similar way of how the base iio_attr works. You can find more informations about it on this `page <https://wiki.analog.com/resources/tools-software/linux-software/libiio/iio_attr>`_.
5+
6+
.. automodule:: iio_attr
7+
:members:
8+
9+
.. literalinclude:: ../examples/iio_attr.py
10+
:language: python
11+

0 commit comments

Comments
 (0)