@@ -22,10 +22,10 @@ community and getting your work upstream.
22
22
.. toctree ::
23
23
:maxdepth: 1
24
24
25
- process/development-process
26
- process/submitting-patches
25
+ Development process < process /development-process>
26
+ Submitting patches < process/submitting-patches >
27
27
Code of conduct <process/code-of-conduct >
28
- maintainer/index
28
+ Maintainer handbook < maintainer/index >
29
29
All development-process docs <process/index >
30
30
31
31
@@ -38,10 +38,10 @@ kernel.
38
38
.. toctree ::
39
39
:maxdepth: 1
40
40
41
- core-api/index
42
- driver-api/index
43
- subsystem-apis
44
- Locking in the kernel <locking/index >
41
+ Core API < core-api/index >
42
+ Driver APIs < driver-api/index >
43
+ Subsystems < subsystem-apis >
44
+ Locking <locking/index >
45
45
46
46
Development tools and processes
47
47
===============================
@@ -51,15 +51,15 @@ Various other manuals with useful information for all kernel developers.
51
51
.. toctree ::
52
52
:maxdepth: 1
53
53
54
- process/license-rules
55
- doc-guide/index
56
- dev-tools/index
57
- dev-tools/testing-overview
58
- kernel-hacking/index
59
- trace/index
60
- fault-injection/index
61
- livepatch/index
62
- rust/index
54
+ Licensing rules < process/license-rules >
55
+ Writing documentation < doc-guide/index >
56
+ Development tools < dev-tools/index >
57
+ Testing guide < dev-tools/testing-overview >
58
+ Hacking guide < kernel-hacking/index >
59
+ Tracing < trace/index >
60
+ Fault injection < fault-injection/index >
61
+ Livepatching < livepatch/index >
62
+ Rust < rust/index >
63
63
64
64
65
65
User-oriented documentation
@@ -72,11 +72,11 @@ developers seeking information on the kernel's user-space APIs.
72
72
.. toctree ::
73
73
:maxdepth: 1
74
74
75
- admin-guide/index
76
- The kernel build system <kbuild/index >
77
- admin-guide/reporting-issues.rst
78
- User-space tools <tools/index >
79
- userspace-api/index
75
+ Administration < admin-guide/index >
76
+ Build system <kbuild/index >
77
+ Reporting issues < admin-guide/reporting-issues.rst >
78
+ Userspace tools <tools/index >
79
+ Userspace API < userspace-api/index >
80
80
81
81
See also: the `Linux man pages <https://www.kernel.org/doc/man-pages/ >`_,
82
82
which are kept separately from the kernel's own documentation.
@@ -89,8 +89,8 @@ platform firmwares.
89
89
.. toctree ::
90
90
:maxdepth: 1
91
91
92
- firmware-guide/index
93
- devicetree/index
92
+ Firmware < firmware-guide/index >
93
+ Firmware and Devicetree < devicetree/index >
94
94
95
95
96
96
Architecture-specific documentation
@@ -99,7 +99,7 @@ Architecture-specific documentation
99
99
.. toctree ::
100
100
:maxdepth: 2
101
101
102
- arch/index
102
+ CPU architectures < arch/index >
103
103
104
104
105
105
Other documentation
@@ -112,7 +112,7 @@ to ReStructured Text format, or are simply too old.
112
112
.. toctree ::
113
113
:maxdepth: 1
114
114
115
- staging/index
115
+ Unsorted documentation < staging/index >
116
116
RAS/ras
117
117
118
118
@@ -122,7 +122,7 @@ Translations
122
122
.. toctree ::
123
123
:maxdepth: 2
124
124
125
- translations/index
125
+ Translations < translations/index >
126
126
127
127
Indices and tables
128
128
==================
0 commit comments