-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
python: Added .rst files for sphinx.
Added .rst file for iio_readdev.py and iio_writedev.py. When merged, index.rst should be updated as well, including iio_readdev and iio_writedev. Signed-off-by: Cristi Iacob <[email protected]>
- Loading branch information
1 parent
b5e8ecc
commit 9f4a11a
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
iio_readdev | ||
===================== | ||
|
||
Members | ||
--------------------- | ||
.. automodule:: examples.iio_readdev | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
iio_writedev | ||
===================== | ||
|
||
Members | ||
--------------------- | ||
.. automodule:: examples.iio_writedev | ||
:members: |