docs: scheduler: convert docs to ReST and rename to *.rst
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Jun 2019 17:53:03 +0000 (14:53 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 14 Jun 2019 20:32:18 +0000 (14:32 -0600)
commitd6a3b247627a3bc0551504eb305d624cc6fb5453
treed2605772889c71e02d4aeda5a616567153d68b6a
parentd223884089734cc637c4e5458870d69f6ded9f89
docs: scheduler: convert docs to ReST and rename to *.rst

In order to prepare to add them to the Kernel API book,
convert the files to ReST format.

The conversion is actually:
  - add blank lines and identation in order to identify paragraphs;
  - fix tables markups;
  - add some lists markups;
  - mark literal blocks;
  - adjust title markups.

At its new index.rst, let's add a :orphan: while this is not linked to
the main index.rst file, in order to avoid build warnings.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
26 files changed:
Documentation/ABI/testing/sysfs-kernel-uids
Documentation/scheduler/completion.rst [new file with mode: 0644]
Documentation/scheduler/completion.txt [deleted file]
Documentation/scheduler/index.rst [new file with mode: 0644]
Documentation/scheduler/sched-arch.rst [new file with mode: 0644]
Documentation/scheduler/sched-arch.txt [deleted file]
Documentation/scheduler/sched-bwc.rst [new file with mode: 0644]
Documentation/scheduler/sched-bwc.txt [deleted file]
Documentation/scheduler/sched-deadline.rst [new file with mode: 0644]
Documentation/scheduler/sched-deadline.txt [deleted file]
Documentation/scheduler/sched-design-CFS.rst [new file with mode: 0644]
Documentation/scheduler/sched-design-CFS.txt [deleted file]
Documentation/scheduler/sched-domains.rst [new file with mode: 0644]
Documentation/scheduler/sched-domains.txt [deleted file]
Documentation/scheduler/sched-energy.rst [new file with mode: 0644]
Documentation/scheduler/sched-energy.txt [deleted file]
Documentation/scheduler/sched-nice-design.rst [new file with mode: 0644]
Documentation/scheduler/sched-nice-design.txt [deleted file]
Documentation/scheduler/sched-rt-group.rst [new file with mode: 0644]
Documentation/scheduler/sched-rt-group.txt [deleted file]
Documentation/scheduler/sched-stats.rst [new file with mode: 0644]
Documentation/scheduler/sched-stats.txt [deleted file]
Documentation/scheduler/text_files.rst [new file with mode: 0644]
Documentation/vm/numa.rst
init/Kconfig
kernel/sched/deadline.c