summaryrefslogtreecommitdiff
path: root/Documentation/tools
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2026-01-19 17:23:25 +0100
committerJonathan Corbet <corbet@lwn.net>2026-01-23 11:37:39 -0700
commit7a66b29dc59f7a226a878572f726610bf4922b52 (patch)
treef572ff57cdb1b82c4f4f3f011fb286cfaa40a815 /Documentation/tools
parentb713adadf8be2d75dd6cfb626aec143d7461b100 (diff)
docs: add jobserver module documentation
Place jobserver 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: <688215d6a41d78bd5e37854472a5fc802d58c77a.1768838938.git.mchehab+huawei@kernel.org>
Diffstat (limited to 'Documentation/tools')
-rw-r--r--Documentation/tools/jobserver.rst10
-rw-r--r--Documentation/tools/python.rst1
2 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/tools/jobserver.rst b/Documentation/tools/jobserver.rst
new file mode 100644
index 000000000000..31eaf25a8481
--- /dev/null
+++ b/Documentation/tools/jobserver.rst
@@ -0,0 +1,10 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+=================
+Job server module
+=================
+
+.. automodule:: lib.python.jobserver
+ :members:
+ :show-inheritance:
+ :undoc-members:
diff --git a/Documentation/tools/python.rst b/Documentation/tools/python.rst
index 978298fba6d3..b196d718e176 100644
--- a/Documentation/tools/python.rst
+++ b/Documentation/tools/python.rst
@@ -7,5 +7,6 @@ Python libraries
.. toctree::
:maxdepth: 4
+ jobserver
kdoc
kabi