commit | 67b52d808e973bbdaed2d371df7ee74b173eb7ae | [log] [tgz] |
---|---|---|
author | Dean Moldovan <dean0x7d@gmail.com> | Sun Oct 16 19:12:43 2016 +0200 |
committer | Dean Moldovan <dean0x7d@gmail.com> | Thu Oct 20 15:21:34 2016 +0200 |
tree | b31739eaedf6fcfe430d93cf52724c7ba62fb76a | |
parent | 3eb569f4df24e91fa62b6ce9c80139c28bce22e1 [diff] [blame] |
Reorganize documentation
diff --git a/docs/advanced/pycpp/index.rst b/docs/advanced/pycpp/index.rst new file mode 100644 index 0000000..6885bdc --- /dev/null +++ b/docs/advanced/pycpp/index.rst
@@ -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