chiark / gitweb /
documentation/python: format also anchors for class/module members.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 10 Jul 2019 14:08:32 +0000 (16:08 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 14 Jul 2019 17:11:08 +0000 (19:11 +0200)
commit0257a1f8c4b444c8907b30411b9938919c2b6889
treee76b9972df9f0127c2d2210bde36622273651304
parent66ace237992193954387183de471ce5220fc1e1a
documentation/python: format also anchors for class/module members.

First step towards symbol crosslinking.
35 files changed:
doc/documentation/python.rst
documentation/python.py
documentation/templates/python/details-enum.html
documentation/templates/python/entry-data.html
documentation/templates/python/entry-enum.html
documentation/templates/python/entry-function.html
documentation/templates/python/entry-property.html
documentation/test_python/CMakeLists.txt
documentation/test_python/content/content.html
documentation/test_python/inspect_all_property/inspect_all_property.html
documentation/test_python/inspect_annotations/inspect_annotations.Foo.html
documentation/test_python/inspect_annotations/inspect_annotations.html
documentation/test_python/inspect_annotations/math.html
documentation/test_python/inspect_annotations/math36.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_string/inspect_string.Foo.html
documentation/test_python/inspect_string/inspect_string.Specials.html
documentation/test_python/inspect_string/inspect_string.html
documentation/test_python/link_formatting/c.link_formatting.Class.html
documentation/test_python/link_formatting/c.link_formatting.pybind.Foo.html [new file with mode: 0644]
documentation/test_python/link_formatting/link_formatting/__init__.py
documentation/test_python/link_formatting/link_formatting/pybind.cpp [new file with mode: 0644]
documentation/test_python/link_formatting/m.link_formatting.html
documentation/test_python/link_formatting/m.link_formatting.pybind.html [new file with mode: 0644]
documentation/test_python/link_formatting/s.classes.html
documentation/test_python/link_formatting/s.modules.html
documentation/test_python/pybind_enums/pybind_enums.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_signatures/pybind_signatures.html
documentation/test_python/test_link_formatting.py