chiark / gitweb /
documentation/python: implement linking for types.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 12 Jul 2019 10:36:09 +0000 (12:36 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 14 Jul 2019 17:11:08 +0000 (19:11 +0200)
commit3b23510af7c5a2cf1cc6a3aca6486d187d039ec6
treef56d75d34fadd8c593a45e4c1df6930f93d6f495
parentc59381496a3743d4ee2221505d84eff610ce7d2d
documentation/python: implement linking for types.
28 files changed:
documentation/python.py
documentation/test_python/CMakeLists.txt
documentation/test_python/inspect_annotations/inspect_annotations.Foo.html
documentation/test_python/inspect_annotations/inspect_annotations.html
documentation/test_python/inspect_name_mapping/inspect_name_mapping.Class.html
documentation/test_python/inspect_name_mapping/inspect_name_mapping.html
documentation/test_python/inspect_name_mapping/inspect_name_mapping.submodule.html
documentation/test_python/inspect_type_links/inspect_type_links.first.Foo.Foo.html [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links.first.Foo.html [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links.first.html [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links.first.sub.Foo.html [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links.first.sub.html [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links.second.Foo.html [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links.second.html [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links/__init__.py [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links/first/__init__.py [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links/first/sub.py [new file with mode: 0644]
documentation/test_python/inspect_type_links/inspect_type_links/second.py [new file with mode: 0644]
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.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_type_links/pybind_type_links.Foo.html [new file with mode: 0644]
documentation/test_python/pybind_type_links/pybind_type_links.cpp [new file with mode: 0644]
documentation/test_python/pybind_type_links/pybind_type_links.html [new file with mode: 0644]
documentation/test_python/test_inspect.py
documentation/test_python/test_pybind.py