Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: dev-tools: kunit: don't use a table for docs name

We'll be replacing :doc:`foo` references to
Documentation/foo.rst. Yet, here it happens inside a table.
Doing a search-and-replace would break it.

Yet, as there's no good reason to use a table there,
let's just convert it into a list.

Reviewed-by: David Gow <davidgow@google.com>
Acked-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/07d3a8ccafbb6345d6e78fb090290859e84361a1.1623824363.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
9129faf9 559a66b8

+4 -4
+4 -4
Documentation/dev-tools/kunit/api/index.rst
··· 10 10 This section documents the KUnit kernel testing API. It is divided into the 11 11 following sections: 12 12 13 - ================================= ============================================== 14 - :doc:`test` documents all of the standard testing API 15 - excluding mocking or mocking related features. 16 - ================================= ============================================== 13 + Documentation/dev-tools/kunit/api/test.rst 14 + 15 + - documents all of the standard testing API excluding mocking 16 + or mocking related features.