chiark / gitweb /
documentation/python: format overloaded func ID only if it's overloaded.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 10 Sep 2019 17:30:09 +0000 (19:30 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 10 Sep 2019 20:10:14 +0000 (22:10 +0200)
commitef5ace6e599f30896cdb9f024c030290bb0d1461
tree03e5651ce956bcdfc05bb1a4db9718ca66a047fe
parentb52863fdc89565f5adb74478c926b2c633d7b29c
documentation/python: format overloaded func ID only if it's overloaded.

So "pybound" functions without overloads still can have nice IDs and
URLs. This should have been done together with
1cd0bb44b77b4225fc5156e1ea7c1a790fe9f7a8 and
6db6b4c4f8296b0fa1b08ce6edeb942db321f6b4 already, but somehow I didn't
make the connection.
documentation/python.py
documentation/test_python/link_formatting/c.link_formatting.pybind.Foo.html
documentation/test_python/link_formatting/m.link_formatting.pybind.html
documentation/test_python/pybind_name_mapping/pybind_name_mapping.Class.html
documentation/test_python/pybind_name_mapping/pybind_name_mapping.submodule.html
documentation/test_python/pybind_signatures/pybind_signatures.MyClass.html
documentation/test_python/pybind_signatures/pybind_signatures.html
documentation/test_python/pybind_type_links/pybind_type_links.Foo.html
documentation/test_python/pybind_type_links/pybind_type_links.html
documentation/test_python/test_search.py