diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-11 06:01:19 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-09 15:36:02 -0400 |
commit | aeb899af65d2d29039ce8f000bced39dd0dacad1 (patch) | |
tree | 1018f5b90e91adbe9900df392f006dcb098cecec | |
parent | 4a1e31c68e9f40be32838944931178b0d9ed9162 (diff) |
docs-rst: add input docs at main index and use kernel-figure
The input subsystem documentation got converted into ReST.
Add it to the main documentation index and use kernel-figure
for the two svg images there.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/index.rst | 1 | ||||
-rw-r--r-- | Documentation/input/ff.rst | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 61306a22888d..bc67dbf76eb0 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst | |||
@@ -67,6 +67,7 @@ needed). | |||
67 | driver-api/index | 67 | driver-api/index |
68 | core-api/index | 68 | core-api/index |
69 | media/index | 69 | media/index |
70 | input/index | ||
70 | gpu/index | 71 | gpu/index |
71 | security/index | 72 | security/index |
72 | sound/index | 73 | sound/index |
diff --git a/Documentation/input/ff.rst b/Documentation/input/ff.rst index 6a265a6934e6..26d461998e08 100644 --- a/Documentation/input/ff.rst +++ b/Documentation/input/ff.rst | |||
@@ -130,11 +130,11 @@ See <uapi/linux/input.h> for a description of the ff_effect struct. You | |||
130 | should also find help in a few sketches, contained in files shape.svg | 130 | should also find help in a few sketches, contained in files shape.svg |
131 | and interactive.svg: | 131 | and interactive.svg: |
132 | 132 | ||
133 | .. figure:: shape.svg | 133 | .. kernel-figure:: shape.svg |
134 | 134 | ||
135 | Shape | 135 | Shape |
136 | 136 | ||
137 | .. figure:: interactive.svg | 137 | .. kernel-figure:: interactive.svg |
138 | 138 | ||
139 | Interactive | 139 | Interactive |
140 | 140 | ||