diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-06-18 22:53:40 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2019-06-22 11:41:57 +0200 |
commit | 1c349f4fd36e7f957217402f3a7f87031dc8a0b7 (patch) | |
tree | cfaaaa5b07c162660963732f6752f4f6dbd2eef0 /Documentation/iio/index.rst | |
parent | iio: adc: stm32-adc: add missing vdda-supply (diff) | |
download | linux-1c349f4fd36e7f957217402f3a7f87031dc8a0b7.tar.xz linux-1c349f4fd36e7f957217402f3a7f87031dc8a0b7.zip |
docs: iio: convert to ReST
Rename the iio documentation files to ReST, add an
index for them and adjust in order to produce a nice html
output via the Sphinx build system.
At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/iio/index.rst')
-rw-r--r-- | Documentation/iio/index.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/iio/index.rst b/Documentation/iio/index.rst new file mode 100644 index 000000000000..0593dca89a94 --- /dev/null +++ b/Documentation/iio/index.rst @@ -0,0 +1,12 @@ +:orphan: + +============== +Industrial I/O +============== + +.. toctree:: + :maxdepth: 1 + + iio_configfs + + ep93xx_adc |