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