chiark / gitweb /
documentation/python: properly shrink first column also with skipped self.
authorVladimír Vondruš <mosra@centrum.cz>
Wed, 28 Aug 2019 22:32:01 +0000 (00:32 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 30 Aug 2019 14:47:58 +0000 (16:47 +0200)
commit6a3e898dca28e8da8dd8c9926d1aaa46bfaf3ca3
treeebe74b62a9bb9b004f929c7f0cc9d630d32cce1d
parent5e87492c17c74457586e61a98f485b3274ddf287
documentation/python: properly shrink first column also with skipped self.

This will break if the docs skip undocumented parameters, but since that's
technically an error, I don't care.
documentation/templates/python/details-function.html
documentation/test_python/content/content.Class.html
documentation/test_python/inspect_attrs/docs.rst [new file with mode: 0644]
documentation/test_python/inspect_attrs/inspect_attrs.py [new file with mode: 0644]