diff options
author | Jonathan Cameron <jic23@kernel.org> | 2017-01-01 15:32:45 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-01-04 23:24:41 +0300 |
commit | 49b2fd6ea63d7fe9c81f00e6d0117827db1d30c6 (patch) | |
tree | 1969e3f7ca1d6edade9fb501a688e2d3b3041111 /Documentation/driver-api/iio/index.rst | |
parent | 36f671be1db1b17d3d4ab0c8b47f81ccb1efcb75 (diff) | |
download | linux-49b2fd6ea63d7fe9c81f00e6d0117827db1d30c6.tar.xz |
docs: IIO documentation sphinx conversion
This is a manual conversion of the existing DocBook documentation
for IIO. The intent is not to substantially change any of the
content in this patch, but to give a base to build upon.
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/driver-api/iio/index.rst')
-rw-r--r-- | Documentation/driver-api/iio/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/driver-api/iio/index.rst b/Documentation/driver-api/iio/index.rst new file mode 100644 index 000000000000..e5c3922d1b6f --- /dev/null +++ b/Documentation/driver-api/iio/index.rst @@ -0,0 +1,17 @@ +.. include:: <isonum.txt> + +Industrial I/O +============== + +**Copyright** |copy| 2015 Intel Corporation + +Contents: + +.. toctree:: + :maxdepth: 2 + + intro + core + buffers + triggers + triggered-buffers |