Skip to content

Commit

Permalink
Fix broken links in doc
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Aug 22, 2024
1 parent 7cad2c5 commit f9d1b12
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/source/api/python/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Python Bindings
===============

Python bindings for the `Industrial I/O <../index.html>`_ interface library.
Python bindings for the Industrial I/O interface library.

Installation
############
Expand Down
4 changes: 2 additions & 2 deletions docs/source/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ int main() {
The following examples are available in the libiio repository:

- [ad9361-iiostream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/ad9361-iiostream.c)
- [ad9361-iio-stream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/ad93761-iiostream.c)
- [ad9361-iio-stream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/ad9371-iiostream.c)
- [adrv9002-iiostream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/adrv9002-iiostream.c)
- [adrv9009-iiostream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/adrv9009-iiostream.c)
- [adrv9009-iiostream.c](https://github.com/analogdevicesinc/libiio/blob/main/examples/adrv9009-iiostream.c)
6 changes: 3 additions & 3 deletions docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It is entirely user-mode: No special privilege or elevation is required for the

Any host running Linux, macOS, Windows, or OpenBSD/NetBSD, should be trivial to get libIIO running on. If you are interested in porting to other hosts that support either networking (socket interface), [libusb](https://libusb.info/) or serial, it should be very straightforward. [Pull Requests](https://github.com/analogdevicesinc/libiio/pulls) are always reviewed, and well written ones are normally accepted.

The local backend and Linux daemon can run on any embedded Linux based system, from purpose built systems like [PlutoSDR](http://www.analog.com/plutosdr) or [ADALM2000](http://www.analog.com/adalm2000) to [Raspberry Pi](https://www.raspberrypi.org/) or [BeagleBoard](https://beagleboard.org/) to [Jetson](https://www.nvidia.com/en-us/autonomous-machines/jetson). [tiny-iiod](https://github.com/analogdevicesinc/libtinyiiod) requires a modern C compiler and is known to work on a variety of non-Linux frameworks including [Mbed](https://www.mbed.com/) and [FreeRTOS](https://www.freertos.org/).
The local backend and Linux daemon can run on any embedded Linux based system, from purpose built systems like [PlutoSDR](https://www.analog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/ADALM-PLUTO.html) or [ADALM2000](https://www.analog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/ADALM2000.html) to [Raspberry Pi](https://www.raspberrypi.org/) or [BeagleBoard](https://beagleboard.org/) to [Jetson](https://www.nvidia.com/en-us/autonomous-machines/embedded-systems/). [tiny-iiod](https://github.com/analogdevicesinc/libtinyiiod) requires a modern C compiler and is known to work on a variety of non-Linux frameworks including [Mbed](https://www.mbed.com/) and [FreeRTOS](https://www.freertos.org/).

## Sounds good! How do I get started?

Expand All @@ -25,7 +25,7 @@ For other platforms, you are encouraged to use one of our [release builds](https

If you prefer, you can also access the source directly from [github](https://github.com/analogdevicesinc/libiio).

Once you have secured your access to the library and its header, please check the [libIIO API](https://analogdevicesinc.github.io/libiio/api/index.html) or the [libIIO examples](https://analogdevicesinc.github.io/libiio/examples/index.html).
Once you have secured your access to the library and its header, please check the [libIIO API](api.rst) or the [libIIO examples](examples.md).

## Where is (insert my favourite language) support?

Expand Down Expand Up @@ -55,4 +55,4 @@ iiod
training
related
```
```
4 changes: 2 additions & 2 deletions docs/source/related.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
- MATLAB Toolboxes
- [Analog Devices Transceiver Toolbox](https://analogdevicesinc.github.io/TransceiverToolbox/master/)
- [Analog Devices High Speed Converter Toolbox](https://analogdevicesinc.github.io/HighSpeedConverterToolbox/master/)
- [Analog Devices RF and Microwave Toolbox](https://analogdevicesinc.github.io/RFMicrowaveToolbox/master/)
- [Analog Devices RF and Microwave Toolbox](https://github.com/analogdevicesinc/RFMicrowaveToolbox)
- [Analog Devices Precision Toolbox](https://analogdevicesinc.github.io/PrecisionToolbox/)
- [Scopy](https://wiki.analog.com/university/tools/m2k/scopy)
- [libad9361-iio](https://analogdevicesinc.github.io/libad9361-iio)
- [libad9166-iio](https://analogdevicesinc.github.io/libad9166-iio)
- [libad9166-iio](https://github.com/analogdevicesinc/libad9166-iio)

0 comments on commit f9d1b12

Please sign in to comment.