mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
0b9acc4009
* fix: chapters in PDF again * fix: sections in README
49 lines
613 B
ReStructuredText
49 lines
613 B
ReStructuredText
.. only:: latex
|
|
|
|
Intro
|
|
=====
|
|
|
|
.. include:: readme.rst
|
|
|
|
.. only:: not latex
|
|
|
|
Contents:
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
changelog
|
|
upgrade
|
|
|
|
.. toctree::
|
|
:caption: The Basics
|
|
:maxdepth: 2
|
|
|
|
installing
|
|
basics
|
|
classes
|
|
compiling
|
|
|
|
.. toctree::
|
|
:caption: Advanced Topics
|
|
:maxdepth: 2
|
|
|
|
advanced/functions
|
|
advanced/classes
|
|
advanced/exceptions
|
|
advanced/smart_ptrs
|
|
advanced/cast/index
|
|
advanced/pycpp/index
|
|
advanced/embedding
|
|
advanced/misc
|
|
|
|
.. toctree::
|
|
:caption: Extra Information
|
|
:maxdepth: 1
|
|
|
|
faq
|
|
benchmark
|
|
limitations
|
|
reference
|
|
cmake/index
|