chiark / gitweb /
documentation/python: properly handle nested INPUT_MODULES.
authorVladimír Vondruš <mosra@centrum.cz>
Fri, 27 Sep 2024 22:48:30 +0000 (00:48 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 28 Sep 2024 01:44:29 +0000 (03:44 +0200)
commit33265c8b79c9b2a2c460830394ad5cf9a27ead32
tree589b9a8e59210cf51ee06b05c8281ecb9e39c6aa
parent02e98fa2533bb1c5fdeede0031446bd389efe812
documentation/python: properly handle nested INPUT_MODULES.

The use case is explicitly including a module that otherwise doesn't get
transitively imported from the parents. They were treated as a standalone
root module until now, causing quite a mess. Now they aren't, but there's
an additional check requiring the user to explicitly supply also all
parents.
documentation/python.py
documentation/test_python/inspect_string/classes.html
documentation/test_python/inspect_string/inspect_string.html
documentation/test_python/inspect_string/inspect_string.subpackage.html [new file with mode: 0644]
documentation/test_python/inspect_string/inspect_string.subpackage.inner.html [new file with mode: 0644]
documentation/test_python/inspect_string/inspect_string/subpackage/inner.py [new file with mode: 0644]
documentation/test_python/inspect_string/modules.html
documentation/test_python/test_inspect.py