diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-11 07:01:19 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-05-09 13:36:02 -0600 |
commit | aeb899af65d2d29039ce8f000bced39dd0dacad1 (patch) | |
tree | 1018f5b90e91adbe9900df392f006dcb098cecec /Documentation | |
parent | 4a1e31c68e9f40be32838944931178b0d9ed9162 (diff) | |
download | linux-aeb899af65d2d29039ce8f000bced39dd0dacad1.tar.bz2 |
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>
Diffstat (limited to 'Documentation')
-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). driver-api/index core-api/index media/index + input/index gpu/index security/index 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 should also find help in a few sketches, contained in files shape.svg and interactive.svg: -.. figure:: shape.svg +.. kernel-figure:: shape.svg Shape -.. figure:: interactive.svg +.. kernel-figure:: interactive.svg Interactive |