From a1141c87c9898ea1113c4547395363a4417ec7d0 Mon Sep 17 00:00:00 2001 From: Markus Zolliker Date: Tue, 21 Feb 2023 17:16:26 +0100 Subject: [PATCH] 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 Reviewed-by: Markus Zolliker --- doc/source/introduction.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/introduction.rst b/doc/source/introduction.rst index 0ff6d5c..d02f343 100644 --- a/doc/source/introduction.rst +++ b/doc/source/introduction.rst @@ -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) `` -- ``CFFI (C Foreign Function Interface for Python) `` -- ``Extending Python with C or C++ `` +- `Ctypes (A foreign function library for Python) `_ +- `CFFI (C Foreign Function Interface for Python) `_ +- `Extending Python with C or C++ `_ .. TODO: shift this to an extra section