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>
16 files changed:
Documentation/ABI/testing/sysfs-kernel-uids
Documentation/scheduler/completion.rst [moved from Documentation/scheduler/completion.txt with 94% similarity]
Documentation/scheduler/index.rst [new file with mode: 0644]
Documentation/scheduler/sched-arch.rst [moved from Documentation/scheduler/sched-arch.txt with 81% similarity]
Documentation/scheduler/sched-bwc.rst [moved from Documentation/scheduler/sched-bwc.txt with 90% similarity]
Documentation/scheduler/sched-deadline.rst [moved from Documentation/scheduler/sched-deadline.txt with 88% similarity]
Documentation/scheduler/sched-design-CFS.rst [moved from Documentation/scheduler/sched-design-CFS.txt with 97% similarity]
Documentation/scheduler/sched-domains.rst [moved from Documentation/scheduler/sched-domains.txt with 97% similarity]
Documentation/scheduler/sched-energy.rst [moved from Documentation/scheduler/sched-energy.txt with 96% similarity]
Documentation/scheduler/sched-nice-design.rst [moved from Documentation/scheduler/sched-nice-design.txt with 98% similarity]
Documentation/scheduler/sched-rt-group.rst [moved from Documentation/scheduler/sched-rt-group.txt with 95% similarity]
Documentation/scheduler/sched-stats.rst [moved from Documentation/scheduler/sched-stats.txt with 91% similarity]
Documentation/scheduler/text_files.rst [new file with mode: 0644]
Documentation/vm/numa.rst
init/Kconfig
kernel/sched/deadline.c