Skip to content

Commit

Permalink
Merge pull request #496 from analogdevicesinc/dnechita-fix-mainpage-doc
Browse files Browse the repository at this point in the history
html: Remove repetitive words
  • Loading branch information
rgetz authored May 14, 2020
2 parents 3544df3 + 8a959b9 commit 0151cfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/index.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
C/C++ library that provides generic access to Industrial Input Output (IIO)
devices. IIO started as a <a href=
"https://www.kernel.org/doc/html/latest/driver-api/iio/index.html">Linux
kernel subsystem</a> to support for devices that that included
kernel subsystem</a> to support for devices that included
analog-to-digital convertors (ADCs) and/or digital-to-analog convertors
(DACs). While the libIIO continues to provide an easy interface to the
Linux kernel IIO subsystem, it has also expanded beyond that, and is now
Expand Down Expand Up @@ -281,15 +281,15 @@
header in your source.</p>
<p>For other platforms, you are encouraged to use one of our <a href=
"https://github.com/analogdevicesinc/libiio/releases/latest">release
builds</a>. If if you want to use the very latest, you have the option to
builds</a>. If you want to use the very latest, you have the option to
use a nightly build or build from source. Please check the Downloads
menu.</p>
<p>If you prefer, you can also access the source directly from <a href=
"https://github.com/analogdevicesinc/libiio">github</a>.</p>
<p>Once you have secured your access to the library and its header, please
check the libIIO API or the libIIO examples.</p>
<h3>Where is (insert my favourite language) support?</h3>
<p>The mainline library is built in C, can be used in C++, and has built in
<p>The mainline library is written in C, can be used in C++, and has built in
bindings for Python and C# (C-Sharp). <a href=
"https://github.com/drom/node-iio">Node.js</a> and <a href=
"https://github.com/fpagliughi/rust-industrial-io">Rust</a> are maintained
Expand Down

0 comments on commit 0151cfb

Please sign in to comment.