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)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Mon, 8 Jul 2019 18:35:09 +0000 (20:35 +0200)
commit74665686f0e27496ea8aa47221282707f57dc178
tree7ca26f79e5db672ec04f2ceefb7f8bd2d58dbbab
parentc2eac35bc2717abd585a3eede879d75461685bc7
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: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
24 files changed:
Documentation/admin-guide/kernel-parameters.txt
Documentation/kernel-per-CPU-kthreads.txt
Documentation/watchdog/convert_drivers_to_kernel_api.rst [new file with mode: 0644]
Documentation/watchdog/convert_drivers_to_kernel_api.txt [deleted file]
Documentation/watchdog/hpwdt.rst [new file with mode: 0644]
Documentation/watchdog/hpwdt.txt [deleted file]
Documentation/watchdog/index.rst [new file with mode: 0644]
Documentation/watchdog/mlx-wdt.rst [new file with mode: 0644]
Documentation/watchdog/mlx-wdt.txt [deleted file]
Documentation/watchdog/pcwd-watchdog.rst [new file with mode: 0644]
Documentation/watchdog/pcwd-watchdog.txt [deleted file]
Documentation/watchdog/watchdog-api.rst [new file with mode: 0644]
Documentation/watchdog/watchdog-api.txt [deleted file]
Documentation/watchdog/watchdog-kernel-api.rst [new file with mode: 0644]
Documentation/watchdog/watchdog-kernel-api.txt [deleted file]
Documentation/watchdog/watchdog-parameters.rst [new file with mode: 0644]
Documentation/watchdog/watchdog-parameters.txt [deleted file]
Documentation/watchdog/watchdog-pm.rst [new file with mode: 0644]
Documentation/watchdog/watchdog-pm.txt [deleted file]
Documentation/watchdog/wdt.rst [new file with mode: 0644]
Documentation/watchdog/wdt.txt [deleted file]
MAINTAINERS
drivers/watchdog/Kconfig
drivers/watchdog/smsc37b787_wdt.c