mainlining shenanigans
Go to file
Mauro Carvalho Chehab 518b7d55f8 docs: virtual: add it to the documentation body
As files are getting converted to ReST, add them to the
documentation body.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2019-07-17 06:57:52 -03:00
arch docs: powerpc: convert docs to ReST and rename to *.rst 2019-07-17 06:57:51 -03:00
block
certs
crypto
Documentation docs: virtual: add it to the documentation body 2019-07-17 06:57:52 -03:00
drivers docs: fix broken doc references due to renames 2019-07-17 06:57:51 -03:00
fs orangefs: This simple pull request is just a fix for an 2019-07-16 15:15:29 -07:00
include docs: powerpc: convert docs to ReST and rename to *.rst 2019-07-17 06:57:51 -03:00
init
ipc
kernel
lib
LICENSES
mm
net
samples
scripts scripts/sphinx-pre-install: seek for Noto CJK fonts for pdf output 2019-07-17 06:57:52 -03:00
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: fix broken doc references due to renames 2019-07-17 06:57:51 -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.