fix links in doc/introduction

Change-Id: I9f613c77835472c79be2850265126686cb57e8b9
Reviewed-on: https://forge.frm2.tum.de/review/c/secop/frappy/+/30493
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
zolliker 2023-02-21 17:16:26 +01:00
parent b75d89ad16
commit a1141c87c9

View File

@ -76,9 +76,9 @@ Some hardware also requires calls to libraries offered by the manufacturers, cer
is also possible. In case there is no python package for this, but a C/C++ API, you might
use one of the following:
- ``Ctypes (A foreign function library for Python) <https://docs.python.org/3/library/ctypes.html>``
- ``CFFI (C Foreign Function Interface for Python) <https://cffi.readthedocs.io/>``
- ``Extending Python with C or C++ <https://docs.python.org/3/extending/extending.html>``
- `Ctypes (A foreign function library for Python) <https://docs.python.org/3/library/ctypes.html>`_
- `CFFI (C Foreign Function Interface for Python) <https://cffi.readthedocs.io/>`_
- `Extending Python with C or C++ <https://docs.python.org/3/extending/extending.html>`_
.. TODO: shift this to an extra section