The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

46 lines
693 B

4 weeks ago
  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. .. toctree::
  12. :caption: The Basics
  13. :maxdepth: 2
  14. basics
  15. classes
  16. compiling
  17. .. toctree::
  18. :caption: Advanced Topics
  19. :maxdepth: 2
  20. advanced/functions
  21. advanced/classes
  22. advanced/exceptions
  23. advanced/smart_ptrs
  24. advanced/cast/index
  25. advanced/pycpp/index
  26. advanced/embedding
  27. advanced/misc
  28. .. toctree::
  29. :caption: Extra Information
  30. :maxdepth: 1
  31. faq
  32. benchmark
  33. limitations
  34. reference