fix build

This commit is contained in:
Thomas Kunze
2024-09-14 19:43:40 +02:00
parent e15da8451b
commit a30bbd0f0a
21 changed files with 1706 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
Python C++ interface
####################
pybind11 exposes Python types and functions using thin C++ wrappers, which
makes it possible to conveniently call Python code from C++ without resorting
to Python's C API.
.. toctree::
:maxdepth: 2
object
numpy
utilities