diff options
author | Markus Heiser <markus.heiser@darmarIT.de> | 2016-08-13 17:12:43 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2016-08-14 20:52:16 +0300 |
commit | b32febad77068b4a28daf7b7e063438d0cca8a42 (patch) | |
tree | ddbdb188e8166587a5d15cceb8f9db9f58b31622 /Documentation/media/index.rst | |
parent | 606b9ac81a63ab3adb7e61206b9ae34ee186a89d (diff) | |
download | linux-b32febad77068b4a28daf7b7e063438d0cca8a42.tar.xz |
doc-rst: add stand-alone conf.py to media folder
With the media/conf.py, and media/index.rst the media folder can be
build and distributed stand-alone.
Signed-off-by: Markus Heiser <markus.heiser@darmarIT.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/media/index.rst')
-rw-r--r-- | Documentation/media/index.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/media/index.rst b/Documentation/media/index.rst new file mode 100644 index 000000000000..e85c557eeea3 --- /dev/null +++ b/Documentation/media/index.rst @@ -0,0 +1,12 @@ +Linux Media Subsystem Documentation +=================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + media_uapi + media_kapi + dvb-drivers/index + v4l-drivers/index |