Re: [PATCH v1 24/31] docs: iio: convert to ReST

2019-06-16 Thread Jonathan Cameron
On Wed, 12 Jun 2019 15:38:27 -0300 Mauro Carvalho Chehab wrote: > 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

[PATCH v1 24/31] docs: iio: convert to ReST

2019-06-12 Thread Mauro Carvalho Chehab
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 C