diff options
-rw-r--r-- | Documentation/index.rst | 7 | ||||
-rw-r--r-- | Documentation/media/conf.py | 3 | ||||
-rw-r--r-- | Documentation/media/index.rst | 12 |
3 files changed, 16 insertions, 6 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index e0fc72963e87..bdd9525e05aa 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst | |||
@@ -6,18 +6,13 @@ | |||
6 | Welcome to The Linux Kernel's documentation! | 6 | Welcome to The Linux Kernel's documentation! |
7 | ============================================ | 7 | ============================================ |
8 | 8 | ||
9 | Nothing for you to see here *yet*. Please move along. | ||
10 | |||
11 | Contents: | 9 | Contents: |
12 | 10 | ||
13 | .. toctree:: | 11 | .. toctree:: |
14 | :maxdepth: 2 | 12 | :maxdepth: 2 |
15 | 13 | ||
16 | kernel-documentation | 14 | kernel-documentation |
17 | media/media_uapi | 15 | media/index |
18 | media/media_kapi | ||
19 | media/dvb-drivers/index | ||
20 | media/v4l-drivers/index | ||
21 | gpu/index | 16 | gpu/index |
22 | 17 | ||
23 | Indices and tables | 18 | Indices and tables |
diff --git a/Documentation/media/conf.py b/Documentation/media/conf.py new file mode 100644 index 000000000000..62bdba237917 --- /dev/null +++ b/Documentation/media/conf.py | |||
@@ -0,0 +1,3 @@ | |||
1 | # -*- coding: utf-8; mode: python -*- | ||
2 | |||
3 | project = 'Linux Media Subsystem Documentation' | ||
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 @@ | |||
1 | Linux Media Subsystem Documentation | ||
2 | =================================== | ||
3 | |||
4 | Contents: | ||
5 | |||
6 | .. toctree:: | ||
7 | :maxdepth: 2 | ||
8 | |||
9 | media_uapi | ||
10 | media_kapi | ||
11 | dvb-drivers/index | ||
12 | v4l-drivers/index | ||