1.. only:: latex 2 3 Intro 4 ===== 5 6.. include:: readme.rst 7 8.. only:: not latex 9 10 Contents: 11 12.. toctree:: 13 :maxdepth: 1 14 15 changelog 16 upgrade 17 18.. toctree:: 19 :caption: The Basics 20 :maxdepth: 2 21 22 installing 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 cmake/index 49