chiark / gitweb /
documentation/python: provide both type and type with links everywhere.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 27 Aug 2019 20:09:59 +0000 (22:09 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Wed, 28 Aug 2019 20:34:06 +0000 (22:34 +0200)
commit95d6aa0dfada0fb97800bbb3dd3cb792459fa534
tree8e27c533287018fabeaf3be1f7aac838ffbd571d
parent17e1ee791b35b0262a00a163000fbf7f26cf98d6
documentation/python: provide both type and type with links everywhere.

Makes it possible for templates to use those in different cases (such as
link alt text) and also unblocks the possibility to have separate docs for
function overloads (in the next commits).
doc/documentation/python.rst
documentation/python.py
documentation/templates/python/details-data.html
documentation/templates/python/details-enum.html
documentation/templates/python/details-function.html
documentation/templates/python/details-property.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/test_pybind.py