blob: 6885bdcff1b56bbab5605873ccb1e0676864bb03 [file] [log] [blame]
Dean Moldovan67b52d82016-10-16 19:12:43 +02001Python C++ interface
2####################
3
4pybind11 exposes Python types and functions using thin C++ wrappers, which
5makes it possible to conveniently call Python code from C++ without resorting
6to Python's C API.
7
8.. toctree::
9 :maxdepth: 2
10
11 object
12 numpy
13 utilities