]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools: docs: parse-headers.py: move it from sphinx dir
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 22 Aug 2025 14:19:18 +0000 (16:19 +0200)
committerJonathan Corbet <corbet@lwn.net>
Fri, 29 Aug 2025 21:54:42 +0000 (15:54 -0600)
commitcde494660f561909ad44a27037c7155454159136
tree7186e99baf13491477449722ffd182eb3b654a04
parent37497a4dc5ecd40f861fad3a436978394d1e97fa
tools: docs: parse-headers.py: move it from sphinx dir

As suggested by Jon, we should start having a tools/docs
directory, instead of placing everything under scripts.

In the specific case of parse-headers.py, the previous
location is where we're placing Sphinx extensions, which is
not the right place for execs.

Move it to tools/docs/parse-headers.py.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/0f5ac2d704cffe9834e589b39549d2393e1237ef.1755872208.git.mchehab+huawei@kernel.org
.pylintrc
tools/docs/lib/__init__.py [new file with mode: 0644]
tools/docs/lib/enrich_formatter.py [new file with mode: 0644]
tools/docs/lib/parse_data_structs.py [moved from Documentation/sphinx/parse-headers.py with 80% similarity]
tools/docs/parse-headers.py [new file with mode: 0755]