chiark / gitweb /
documentation/python: support documenting particular function overloads.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 27 Aug 2019 21:32:34 +0000 (23:32 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 28 Aug 2019 20:34:23 +0000 (22:34 +0200)
commit272faa3d9c01131faccc917d18b7c67d308055c3
tree51606d20291346d971dbfdfa27e52fd40fa37453
parent1cd0bb44b77b4225fc5156e1ea7c1a790fe9f7a8
documentation/python: support documenting particular function overloads.
doc/plugins/sphinx.rst
documentation/python.py
documentation/test_python/CMakeLists.txt
documentation/test_python/pybind_external_overload_docs/docs.rst [new file with mode: 0644]
documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.Class.html [new file with mode: 0644]
documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.cpp [new file with mode: 0644]
documentation/test_python/pybind_external_overload_docs/pybind_external_overload_docs.html [new file with mode: 0644]
documentation/test_python/test_pybind.py