docs: watchdog: convert docs to ReST and rename to *.rst
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 12 Jun 2019 17:53:01 +0000 (14:53 -0300)
committerJonathan Corbet <corbet@lwn.net>
Fri, 14 Jun 2019 20:32:05 +0000 (14:32 -0600)
commitcc2a2d19f896d174cad16c2348100bec49c00958
tree7388950abbca008741c0c59db1429c50e064ffda
parent458f69ef36656dc74679667380422dd8063eabfb
docs: watchdog: convert docs to ReST and rename to *.rst

Convert those documents and prepare them to be part of the kernel
API book, as most of the stuff there are related to the
Kernel interfaces.

Still, in the future, it would make sense to split the docs,
as some of the stuff is clearly focused on sysadmin tasks.

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>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 files changed:
Documentation/admin-guide/kernel-parameters.txt
Documentation/kernel-per-CPU-kthreads.txt
Documentation/watchdog/convert_drivers_to_kernel_api.rst [moved from Documentation/watchdog/convert_drivers_to_kernel_api.txt with 75% similarity]
Documentation/watchdog/hpwdt.rst [moved from Documentation/watchdog/hpwdt.txt with 79% similarity]
Documentation/watchdog/index.rst [new file with mode: 0644]
Documentation/watchdog/mlx-wdt.rst [moved from Documentation/watchdog/mlx-wdt.txt with 78% similarity]
Documentation/watchdog/pcwd-watchdog.rst [moved from Documentation/watchdog/pcwd-watchdog.txt with 89% similarity]
Documentation/watchdog/watchdog-api.rst [moved from Documentation/watchdog/watchdog-api.txt with 80% similarity]
Documentation/watchdog/watchdog-kernel-api.rst [moved from Documentation/watchdog/watchdog-kernel-api.txt with 90% similarity]
Documentation/watchdog/watchdog-parameters.rst [new file with mode: 0644]
Documentation/watchdog/watchdog-parameters.txt [deleted file]
Documentation/watchdog/watchdog-pm.rst [moved from Documentation/watchdog/watchdog-pm.txt with 92% similarity]
Documentation/watchdog/wdt.rst [moved from Documentation/watchdog/wdt.txt with 68% similarity]
MAINTAINERS
drivers/watchdog/Kconfig
drivers/watchdog/smsc37b787_wdt.c