Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html: Remove repetitive words #496

Merged
merged 1 commit into from
May 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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