index.rst revision 11986:c12e4625ab56
1Python 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
14