chiark / gitweb /
documentation/python: defer HTML escaping until the template is rendered.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 25 Sep 2024 16:18:36 +0000 (18:18 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 28 Sep 2024 01:44:29 +0000 (03:44 +0200)
commitb586540ce4f6eb39c3024edf6bc68200db88cc82
treee07c2e2562df1831df48ed9b86f5172720c67402
parent1361c8816205dd36fc9e1215cd52e69383627420
documentation/python: defer HTML escaping until the template is rendered.

Except for stuff that may itself contain actual HTML, such as type /
value links or the summary / details prose rendered from reST. Needed to
be done this way in order to be able to generate Python stubs without
having to nastily unescape for them again.
documentation/python.py