Go to file
Mauro Carvalho Chehab d5ccd65ab6 docs: move gcc_plugins.txt to core-api and rename to .rst
The gcc_plugins.txt file is already a ReST file. Move it
to the core-api book while renaming it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Kees Cook <keescook@chromium.org>
2019-07-15 09:20:27 -03:00
arch docs: xtensa: convert to ReST 2019-07-15 09:20:26 -03:00
block docs: block: convert to ReST 2019-07-15 09:20:27 -03:00
certs
crypto
Documentation docs: move gcc_plugins.txt to core-api and rename to .rst 2019-07-15 09:20:27 -03:00
drivers docs: perf: convert to ReST 2019-07-15 09:20:26 -03:00
fs
include docs: ioctl-number.txt: convert it to ReST format 2019-07-15 09:20:26 -03:00
init docs: accounting: convert to ReST 2019-07-15 09:20:25 -03:00
ipc
kernel docs: sysctl: convert to ReST 2019-07-15 09:20:26 -03:00
lib
LICENSES
mm docs: sysctl: convert to ReST 2019-07-15 09:20:26 -03:00
net
samples
scripts docs: move gcc_plugins.txt to core-api and rename to .rst 2019-07-15 09:20:27 -03:00
security
sound
tools docs: blockdev: convert to ReST 2019-07-15 09:20:26 -03:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: move gcc_plugins.txt to core-api and rename to .rst 2019-07-15 09:20:27 -03:00
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.