mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-14 09:34:46 +00:00
3488494a81
* feat: import check as a common function * docs: add cmake to docs
44 lines
579 B
ReStructuredText
44 lines
579 B
ReStructuredText
.. 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
|