d6a3b24762
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>
30 lines
360 B
ReStructuredText
30 lines
360 B
ReStructuredText
:orphan:
|
|
|
|
===============
|
|
Linux Scheduler
|
|
===============
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
|
|
completion
|
|
sched-arch
|
|
sched-bwc
|
|
sched-deadline
|
|
sched-design-CFS
|
|
sched-domains
|
|
sched-energy
|
|
sched-nice-design
|
|
sched-rt-group
|
|
sched-stats
|
|
|
|
text_files
|
|
|
|
.. only:: subproject and html
|
|
|
|
Indices
|
|
=======
|
|
|
|
* :ref:`genindex`
|