]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
docs: bring some order to our Python module hierarchy
authorJonathan Corbet <corbet@lwn.net>
Mon, 10 Nov 2025 22:04:30 +0000 (15:04 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 18 Nov 2025 16:22:40 +0000 (09:22 -0700)
commit992a9df41ad7173588bf90e15b33d45db2811aea
tree5f1e928a65d14b06b264b4c381b032acc1a6dbd3
parent778b8ebe5192e7a7f00563a7456517dfa63e1d90
docs: bring some order to our Python module hierarchy

Now that we have tools/lib/python for our Python modules, turn them into
proper packages with a single namespace so that everything can just use
tools/lib/python in sys.path.  No functional change.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251110220430.726665-3-corbet@lwn.net>
18 files changed:
Documentation/sphinx/kernel_abi.py
Documentation/sphinx/kernel_include.py
Documentation/sphinx/kerneldoc.py
scripts/kernel-doc.py
tools/docs/check-variable-fonts.py
tools/docs/get_abi.py
tools/docs/parse-headers.py
tools/docs/sphinx-build-wrapper
tools/docs/sphinx-pre-install
tools/lib/python/__init__.py [new file with mode: 0644]
tools/lib/python/abi/__init__.py [new file with mode: 0644]
tools/lib/python/abi/abi_parser.py
tools/lib/python/abi/abi_regex.py
tools/lib/python/abi/system_symbols.py
tools/lib/python/kdoc/__init__.py [new file with mode: 0644]
tools/lib/python/kdoc/kdoc_files.py
tools/lib/python/kdoc/kdoc_output.py
tools/lib/python/kdoc/kdoc_parser.py