staging: lustre: add SPDX identifiers to all lustre files
[linux-2.6/btrfs-unstable.git] / Documentation / index.rst
blobcb7f1ba5b3b1d51b12b4277b153a02275ed6c361
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.
6 The Linux Kernel documentation
7 ==============================
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.
16 User-oriented documentation
17 ---------------------------
19 The following manuals are written for *users* of the kernel — those who are
20 trying to get it to work optimally on a given system.
22 .. toctree::
23    :maxdepth: 2
25    admin-guide/index
27 Application-developer documentation
28 -----------------------------------
30 The user-space API manual gathers together documents describing aspects of
31 the kernel interface as seen by application developers.
33 .. toctree::
34    :maxdepth: 2
36    userspace-api/index        
39 Introduction to kernel development
40 ----------------------------------
42 These manuals contain overall information about how to develop the kernel.
43 The kernel community is quite large, with thousands of developers
44 contributing over the course of a year.  As with any large community,
45 knowing how things are done will make the process of getting your changes
46 merged much easier.
48 .. toctree::
49    :maxdepth: 2
51    process/index
52    dev-tools/index
53    doc-guide/index
54    kernel-hacking/index
56 Kernel API documentation
57 ------------------------
59 These books get into the details of how specific kernel subsystems work
60 from the point of view of a kernel developer.  Much of the information here
61 is taken directly from the kernel source, with supplemental material added
62 as needed (or at least as we managed to add it — probably *not* all that is
63 needed).
65 .. toctree::
66    :maxdepth: 2
68    driver-api/index
69    core-api/index
70    media/index
71    networking/index
72    input/index
73    gpu/index
74    security/index
75    sound/index
76    crypto/index
77    filesystems/index
79 Architecture-specific documentation
80 -----------------------------------
82 These books provide programming details about architecture-specific
83 implementation.
85 .. toctree::
86    :maxdepth: 2
88    sh/index
90 Korean translations
91 -------------------
93 .. toctree::
94    :maxdepth: 1
96    translations/ko_KR/index
98 Chinese translations
99 --------------------
101 .. toctree::
102    :maxdepth: 1
104    translations/zh_CN/index
106 Japanese translations
107 ---------------------
109 .. toctree::
110    :maxdepth: 1
112    translations/ja_JP/index
114 Indices and tables
115 ==================
117 * :ref:`genindex`