linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] docs: Fix subsystem APIs page so ungrouped entries have their own header
@ 2024-01-25  4:59 mhkelley58
  2024-01-30 21:03 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: mhkelley58 @ 2024-01-25  4:59 UTC (permalink / raw)
  To: corbet, costa.shul, linux-kernel, linux-doc

From: Michael Kelley <mhklinux@outlook.com>

The kernel subsystem APIs front page currently has four top-level
groupings with headers, and then everything else that isn't grouped.
But in the table-of-contents, ungrouped subsystems are indented as
if they were part of the preceding grouping (currently "Storage
interfaces"), which is confusing.

Fix this by adding an "Other subsystems" header for the ungrouped
subsystems.

Fixes: 3c591cc954d5 ("docs: consolidate human interface subsystems")
Signed-off-by: Michael Kelley <mhklinux@outlook.com>
---
 Documentation/subsystem-apis.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/subsystem-apis.rst b/Documentation/subsystem-apis.rst
index 2d353fb8ea26..74af50d2ef7f 100644
--- a/Documentation/subsystem-apis.rst
+++ b/Documentation/subsystem-apis.rst
@@ -61,6 +61,8 @@ Storage interfaces
    scsi/index
    target/index
 
+Other subsystems
+----------------
 **Fixme**: much more organizational work is needed here.
 
 .. toctree::
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-30 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25  4:59 [PATCH 1/1] docs: Fix subsystem APIs page so ungrouped entries have their own header mhkelley58
2024-01-30 21:03 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).