chiark / gitweb /
documentation/python: support pybind11 enums.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 20 Apr 2019 22:05:14 +0000 (00:05 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 22 Apr 2019 15:53:36 +0000 (17:53 +0200)
commitf3a40facd22b4bd3acbf2991b42544cdec22eda8
tree7ec11782711b81569d0d09101c45ee3b9e672034
parentab5effa9d1b05aa900b9f98445ef906f5070bd93
documentation/python: support pybind11 enums.
doc/documentation/python.rst
documentation/.gitignore
documentation/python.py
documentation/templates/python/entry-enum.html
documentation/test_python/CMakeLists.txt [new file with mode: 0644]
documentation/test_python/pybind_enums/pybind_enums.cpp [new file with mode: 0644]
documentation/test_python/pybind_enums/pybind_enums.html [new file with mode: 0644]
documentation/test_python/test_pybind.py [new file with mode: 0644]