chiark / gitweb /
documentation/python: support pybind11-style submodules.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 20 Apr 2019 22:07:07 +0000 (00:07 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 22 Apr 2019 15:53:36 +0000 (17:53 +0200)
commit5b1795d1b61f8785f31c0ebbff22d2c0d635598c
tree70e767e85d00ac265e9c03a18e958084cd294c7a
parentf3a40facd22b4bd3acbf2991b42544cdec22eda8
documentation/python: support pybind11-style submodules.

The usual detection fails there. Oh well.
documentation/python.py
documentation/test_python/CMakeLists.txt
documentation/test_python/pybind_submodules/pybind_submodules.cpp [new file with mode: 0644]
documentation/test_python/pybind_submodules/pybind_submodules.html [new file with mode: 0644]
documentation/test_python/test_pybind.py