chiark / gitweb /
documentation/python: include documented underscored names.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 5 Sep 2019 22:36:07 +0000 (00:36 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Fri, 6 Sep 2019 00:10:03 +0000 (02:10 +0200)
commit731e8b4142a02318dda792262d5fe290d4400c58
tree789a56172f9ad70da9e69ef90df2c4451055dc8f
parentb09b0f079603227e16095c7920075cc3050721c6
documentation/python: include documented underscored names.
15 files changed:
doc/documentation/python.rst
documentation/python.py
documentation/test_python/inspect_all_property/inspect_all_property/__init__.py
documentation/test_python/inspect_string/inspect_string.DerivedException.html
documentation/test_python/inspect_string/inspect_string/__init__.py
documentation/test_python/inspect_string/inspect_string/_private_module.py [deleted file]
documentation/test_python/inspect_underscored/docs.rst [new file with mode: 0644]
documentation/test_python/inspect_underscored/inspect_underscored.Class.html [new file with mode: 0644]
documentation/test_python/inspect_underscored/inspect_underscored.html [new file with mode: 0644]
documentation/test_python/inspect_underscored/inspect_underscored/__init__.py [new file with mode: 0644]
documentation/test_python/inspect_underscored/inspect_underscored/_submodule.py [new file with mode: 0644]
documentation/test_python/inspect_underscored/inspect_underscored/_submodule_external.py [new file with mode: 0644]
documentation/test_python/inspect_underscored/inspect_underscored/_submodule_undocumented.py [new file with mode: 0644]
documentation/test_python/test_inspect.py
documentation/test_python/test_page.py