chiark / gitweb /
documentation/python: show function values as ellipses as well, for now.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 26 Sep 2024 19:58:15 +0000 (21:58 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 28 Sep 2024 01:44:29 +0000 (03:44 +0200)
commit5fcdaba96035919896d85928a70d562e75757057
treeba59e02b05c3291652aa49f503ada681751b504e
parente7469b7516f6d58a7f3fde8275fe9b8f60ccd86d
documentation/python: show function values as ellipses as well, for now.

Putting `<function whatever>` into a Python stub file isn't a good idea
at all, as it's a syntax error. It isn't really useful for the HTML
output either because there's just the name, not the fully qualified
function, and it's not a link either.

I may eventually go back to this and make those actual names and links
if the functions are known, but right now there are other, more important
things left to do.
documentation/python.py
documentation/test_python/content_html_escape/content_html_escape.html
documentation/test_python/content_html_escape/content_html_escape/__init__.py
documentation/test_python/inspect_value_formatting/inspect_value_formatting.html
documentation/test_python/inspect_value_formatting/inspect_value_formatting.py