]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - Documentation/index.rst
docs: hwmon: Add an index file and rename docs to *.rst
[mirror_ubuntu-hirsute-kernel.git] / Documentation / index.rst
CommitLineData
22cba31b
JN
1.. The Linux Kernel documentation master file, created by
2 sphinx-quickstart on Fri Feb 12 13:51:46 2016.
3 You can adapt this file completely to your liking, but it should at least
4 contain the root `toctree` directive.
5
aa586e25
FV
6.. _linux_doc:
7
61ca5fd1
KR
8The Linux Kernel documentation
9==============================
22cba31b 10
b51208d4
JC
11This is the top level of the kernel's documentation tree. Kernel
12documentation, like the kernel itself, is very much a work in progress;
13that is especially true as we work to integrate our many scattered
14documents into a coherent whole. Please note that improvements to the
15documentation are welcome; join the linux-doc list at vger.kernel.org if
16you want to help out.
17
aa19a176
TG
18Licensing documentation
19-----------------------
20
21The following describes the license of the Linux kernel source code
22(GPLv2), how to properly mark the license of individual files in the source
23tree, as well as links to the full license text.
24
9799445a 25* :ref:`kernel_licensing`
aa19a176 26
b51208d4
JC
27User-oriented documentation
28---------------------------
29
30The following manuals are written for *users* of the kernel — those who are
31trying to get it to work optimally on a given system.
22cba31b
JN
32
33.. toctree::
34 :maxdepth: 2
35
9d85025b 36 admin-guide/index
b51208d4 37
1d596dee
JC
38Application-developer documentation
39-----------------------------------
40
41The user-space API manual gathers together documents describing aspects of
42the kernel interface as seen by application developers.
43
44.. toctree::
45 :maxdepth: 2
46
82381918 47 userspace-api/index
1d596dee
JC
48
49
b51208d4
JC
50Introduction to kernel development
51----------------------------------
52
53These manuals contain overall information about how to develop the kernel.
54The kernel community is quite large, with thousands of developers
55contributing over the course of a year. As with any large community,
56knowing how things are done will make the process of getting your changes
57merged much easier.
58
59.. toctree::
60 :maxdepth: 2
61
0e4f07a6 62 process/index
c289312f 63 dev-tools/index
1dc4bbf0 64 doc-guide/index
c4fcd7ca 65 kernel-hacking/index
583bc6ba 66 trace/index
9727a014 67 maintainer/index
b51208d4
JC
68
69Kernel API documentation
70------------------------
71
72These books get into the details of how specific kernel subsystems work
73from the point of view of a kernel developer. Much of the information here
74is taken directly from the kernel source, with supplemental material added
75as needed (or at least as we managed to add it — probably *not* all that is
2069889f 76needed).
b51208d4
JC
77
78.. toctree::
79 :maxdepth: 2
80
dcec3c8c 81 driver-api/index
24755a55 82 core-api/index
b32febad 83 media/index
05e0f3b9 84 networking/index
aeb899af 85 input/index
7ebd8b66 86 hwmon/index
cb597fce 87 gpu/index
799a545b 88 security/index
8551914a 89 sound/index
3b72c814 90 crypto/index
90f9f118 91 filesystems/index
82381918 92 vm/index
3209570d 93 bpf/index
5591a307 94 misc-devices/index
22cba31b 95
bffac837
MCC
96Architecture-specific documentation
97-----------------------------------
98
99These books provide programming details about architecture-specific
100implementation.
101
102.. toctree::
103 :maxdepth: 2
104
105 sh/index
106
6684874a
DW
107Filesystem Documentation
108------------------------
109
110The documentation in this section are provided by specific filesystem
111subprojects.
112
113.. toctree::
0694f8c3 114 :maxdepth: 2
6684874a
DW
115
116 filesystems/ext4/index
117
85c32d9c
FV
118Translations
119------------
2069889f
AD
120
121.. toctree::
85c32d9c 122 :maxdepth: 2
f0127338 123
85c32d9c 124 translations/index
f0127338 125
22cba31b
JN
126Indices and tables
127==================
128
129* :ref:`genindex`