Reorganize documentation

This commit is contained in:
Dean Moldovan
2016-10-16 19:12:43 +02:00
parent 3eb569f4df
commit 67b52d808e
19 changed files with 2468 additions and 2353 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