summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2026-01-19 17:23:27 +0100
committerJonathan Corbet <corbet@lwn.net>2026-01-23 11:37:39 -0700
commitcb472bb3c31dd9be6f0a506136524acfc2e3fd36 (patch)
tree34c7f66832fe5ac936861bfda587139cf1a07ab0
parent8b85f614f3b68a8a58762c8f8defbcebf6f0282a (diff)
docs: add parse_features module documentation
Place parse_features module documentation at Linux Kernel docs. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <7c1e41468f765587f0962222e7f52125a039028f.1768838938.git.mchehab+huawei@kernel.org>
-rw-r--r--Documentation/tools/feat.rst10
-rw-r--r--Documentation/tools/python.rst1
2 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/tools/feat.rst b/Documentation/tools/feat.rst
new file mode 100644
index 000000000000..021560eb6e6a
--- /dev/null
+++ b/Documentation/tools/feat.rst
@@ -0,0 +1,10 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+====================================
+Documentation features parser module
+====================================
+
+.. automodule:: lib.python.feat.parse_features
+ :members:
+ :show-inheritance:
+ :undoc-members:
diff --git a/Documentation/tools/python.rst b/Documentation/tools/python.rst
index b196d718e176..1444c1816735 100644
--- a/Documentation/tools/python.rst
+++ b/Documentation/tools/python.rst
@@ -8,5 +8,6 @@ Python libraries
:maxdepth: 4
jobserver
+ feat
kdoc
kabi