diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-13 10:50:34 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-07-13 10:56:28 -0300 |
commit | ab7a85a7d0dacf917aac4a7bbbd881dc230b0b63 (patch) | |
tree | 883dac36076d53ac76f2345deda6e198e9afcdfc /Documentation/media/media_uapi.rst | |
parent | cc0fe5cd980dda7524e99882197682dcc3193db5 (diff) | |
download | op-kernel-dev-ab7a85a7d0dacf917aac4a7bbbd881dc230b0b63.zip op-kernel-dev-ab7a85a7d0dacf917aac4a7bbbd881dc230b0b63.tar.gz |
[media] doc-rst: increase depth of the main index
It is useful to have an index with all the book contents somewhere,
as it makes easier to seek for something. So, increase maxdepth
to 5 for the main index at the beginning of the book.
While here, remove the genindex content, as it is bogus.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'Documentation/media/media_uapi.rst')
-rw-r--r-- | Documentation/media/media_uapi.rst | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Documentation/media/media_uapi.rst b/Documentation/media/media_uapi.rst index 527c6de..5e872c8 100644 --- a/Documentation/media/media_uapi.rst +++ b/Documentation/media/media_uapi.rst @@ -15,8 +15,10 @@ the license is included in the chapter entitled "GNU Free Documentation License". +.. contents:: + .. toctree:: - :maxdepth: 1 + :maxdepth: 5 intro uapi/v4l/v4l2 @@ -26,10 +28,3 @@ License". uapi/cec/cec-api uapi/gen-errors uapi/fdl-appendix - -.. only:: html - - Retrieval - ========= - - * :ref:`genindex` |