chiark / gitweb /
documentation/python: don't ignore pybind submodules inside packages.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 21 May 2019 22:08:19 +0000 (00:08 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 28 May 2019 18:05:07 +0000 (20:05 +0200)
commit52ae12e97fc10d461ff14aa08eff2d85cb80a5b5
tree7fe0571d544f4b5412e87b3d87cb6d4f977d1e06
parentf080d34440e0e7f0b86a90630560b4dadf2aa2c5
documentation/python: don't ignore pybind submodules inside packages.

This is extra brittle. Hahah why this has to be so damn complex.
documentation/python.py
documentation/test_python/CMakeLists.txt
documentation/test_python/pybind_submodules_package/pybind_submodules_package.sub.html [new file with mode: 0644]
documentation/test_python/pybind_submodules_package/pybind_submodules_package/__init__.py [new file with mode: 0644]
documentation/test_python/pybind_submodules_package/sub.cpp [new file with mode: 0644]
documentation/test_python/test_pybind.py