1.. only: not latex 2 3 .. image:: pybind11-logo.png 4 5pybind11 --- Seamless operability between C++11 and Python 6========================================================== 7 8.. only: not latex 9 10 Contents: 11 12.. toctree:: 13 :maxdepth: 1 14 15 intro 16 changelog 17 upgrade 18 19.. toctree:: 20 :caption: The Basics 21 :maxdepth: 2 22 23 basics 24 classes 25 compiling 26 27.. toctree:: 28 :caption: Advanced Topics 29 :maxdepth: 2 30 31 advanced/functions 32 advanced/classes 33 advanced/exceptions 34 advanced/smart_ptrs 35 advanced/cast/index 36 advanced/pycpp/index 37 advanced/embedding 38 advanced/misc 39 40.. toctree:: 41 :caption: Extra Information 42 :maxdepth: 1 43 44 faq 45 benchmark 46 limitations 47 reference 48