Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu...
[sfrench/cifs-2.6.git] / Documentation / index.rst
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
6 The Linux Kernel documentation
7 ==============================
8
9 This is the top level of the kernel's documentation tree.  Kernel
10 documentation, like the kernel itself, is very much a work in progress;
11 that is especially true as we work to integrate our many scattered
12 documents into a coherent whole.  Please note that improvements to the
13 documentation are welcome; join the linux-doc list at vger.kernel.org if
14 you want to help out.
15
16 Licensing documentation
17 -----------------------
18
19 The following describes the license of the Linux kernel source code
20 (GPLv2), how to properly mark the license of individual files in the source
21 tree, as well as links to the full license text.
22
23 .. toctree::
24    :maxdepth: 2
25
26    process/license-rules.rst
27
28 User-oriented documentation
29 ---------------------------
30
31 The following manuals are written for *users* of the kernel — those who are
32 trying to get it to work optimally on a given system.
33
34 .. toctree::
35    :maxdepth: 2
36
37    admin-guide/index
38
39 Application-developer documentation
40 -----------------------------------
41
42 The user-space API manual gathers together documents describing aspects of
43 the kernel interface as seen by application developers.
44
45 .. toctree::
46    :maxdepth: 2
47
48    userspace-api/index
49
50
51 Introduction to kernel development
52 ----------------------------------
53
54 These manuals contain overall information about how to develop the kernel.
55 The kernel community is quite large, with thousands of developers
56 contributing over the course of a year.  As with any large community,
57 knowing how things are done will make the process of getting your changes
58 merged much easier.
59
60 .. toctree::
61    :maxdepth: 2
62
63    process/index
64    dev-tools/index
65    doc-guide/index
66    kernel-hacking/index
67    trace/index
68    maintainer/index
69
70 Kernel API documentation
71 ------------------------
72
73 These books get into the details of how specific kernel subsystems work
74 from the point of view of a kernel developer.  Much of the information here
75 is taken directly from the kernel source, with supplemental material added
76 as needed (or at least as we managed to add it — probably *not* all that is
77 needed).
78
79 .. toctree::
80    :maxdepth: 2
81
82    driver-api/index
83    core-api/index
84    media/index
85    networking/index
86    input/index
87    gpu/index
88    security/index
89    sound/index
90    crypto/index
91    filesystems/index
92    vm/index
93
94 Architecture-specific documentation
95 -----------------------------------
96
97 These books provide programming details about architecture-specific
98 implementation.
99
100 .. toctree::
101    :maxdepth: 2
102
103    sh/index
104
105 Korean translations
106 -------------------
107
108 .. toctree::
109    :maxdepth: 1
110
111    translations/ko_KR/index
112
113 Chinese translations
114 --------------------
115
116 .. toctree::
117    :maxdepth: 1
118
119    translations/zh_CN/index
120
121 Japanese translations
122 ---------------------
123
124 .. toctree::
125    :maxdepth: 1
126
127    translations/ja_JP/index
128
129 Indices and tables
130 ==================
131
132 * :ref:`genindex`