fix build

This commit is contained in:
Thomas Kunze
2024-09-14 19:42:13 +02:00
parent e948562ba0
commit f093f0a304
23 changed files with 1750 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