index.rst revision 11986:c12e4625ab56
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
18.. toctree::
19   :caption: The Basics
20   :maxdepth: 2
21
22   basics
23   classes
24   compiling
25
26.. toctree::
27   :caption: Advanced Topics
28   :maxdepth: 2
29
30   advanced/functions
31   advanced/classes
32   advanced/exceptions
33   advanced/smart_ptrs
34   advanced/cast/index
35   advanced/pycpp/index
36   advanced/misc
37
38.. toctree::
39   :caption: Extra Information
40   :maxdepth: 1
41
42   faq
43   benchmark
44   limitations
45   reference
46