summaryrefslogtreecommitdiffstats
path: root/Documentation/watchdog/index.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2019-06-12 19:53:01 +0200
committerJonathan Corbet2019-06-14 22:32:05 +0200
commitcc2a2d19f896d174cad16c2348100bec49c00958 (patch)
tree7388950abbca008741c0c59db1429c50e064ffda /Documentation/watchdog/index.rst
parentdocs: timers: convert docs to ReST and rename to *.rst (diff)
downloadkernel-qcow2-linux-cc2a2d19f896d174cad16c2348100bec49c00958.tar.gz
kernel-qcow2-linux-cc2a2d19f896d174cad16c2348100bec49c00958.tar.xz
kernel-qcow2-linux-cc2a2d19f896d174cad16c2348100bec49c00958.zip
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>
Diffstat (limited to 'Documentation/watchdog/index.rst')
-rw-r--r--Documentation/watchdog/index.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/Documentation/watchdog/index.rst b/Documentation/watchdog/index.rst
new file mode 100644
index 000000000000..33a0de631e84
--- /dev/null
+++ b/Documentation/watchdog/index.rst
@@ -0,0 +1,25 @@
+:orphan:
+
+======================
+Linux Watchdog Support
+======================
+
+.. toctree::
+ :maxdepth: 1
+
+ hpwdt
+ mlx-wdt
+ pcwd-watchdog
+ watchdog-api
+ watchdog-kernel-api
+ watchdog-parameters
+ watchdog-pm
+ wdt
+ convert_drivers_to_kernel_api
+
+.. only:: subproject and html
+
+ Indices
+ =======
+
+ * :ref:`genindex`