index.rst 613 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .. only:: latex
  2. Intro
  3. =====
  4. .. include:: readme.rst
  5. .. only:: not latex
  6. Contents:
  7. .. toctree::
  8. :maxdepth: 1
  9. changelog
  10. upgrade
  11. .. toctree::
  12. :caption: The Basics
  13. :maxdepth: 2
  14. installing
  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
  36. cmake/index