index.rst 704 B

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