"class:: toc-title" was a workaround for older Sphinx versions that are no longer supported. The canonical way to add a heading to the ToC is to use :caption:. Do that. Cc: Mauro Carvalho Chehab <mchehab@kernel.org> Cc: linux-media@vger.kernel.org Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20231027081830.195056-10-vegard.nossum@oracle.com
41 lines
722 B
ReStructuredText
41 lines
722 B
ReStructuredText
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
|
|
.. include:: <isonum.txt>
|
|
|
|
.. _cec:
|
|
|
|
#########################################
|
|
Part V - Consumer Electronics Control API
|
|
#########################################
|
|
|
|
This part describes the CEC: Consumer Electronics Control
|
|
|
|
|
|
.. toctree::
|
|
:caption: Table of Contents
|
|
:maxdepth: 5
|
|
:numbered:
|
|
|
|
cec-intro
|
|
cec-funcs
|
|
cec-pin-error-inj
|
|
cec-header
|
|
|
|
|
|
**********************
|
|
Revision and Copyright
|
|
**********************
|
|
Authors:
|
|
|
|
- Verkuil, Hans <hverkuil-cisco@xs4all.nl>
|
|
|
|
- Initial version.
|
|
|
|
**Copyright** |copy| 2016 : Hans Verkuil
|
|
|
|
****************
|
|
Revision History
|
|
****************
|
|
|
|
:revision: 1.0.0 / 2016-03-17 (*hv*)
|
|
|
|
Initial revision
|