mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 12:58:20 +07:00
da83c888bf
The uAPI book has 5 parts, but they lost numeration after conversion to rst. Manually number those parts, and make the main index with 1 depth, to only show the parts and the annexes. At each part, use :maxwidth: 5, in order to show a more complete index. While here, fix the cross-references between different books. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
50 lines
783 B
ReStructuredText
50 lines
783 B
ReStructuredText
.. -*- coding: utf-8; mode: rst -*-
|
|
|
|
.. include:: <isonum.txt>
|
|
|
|
.. _remote_controllers:
|
|
|
|
################################
|
|
Part III - Remote Controller API
|
|
################################
|
|
|
|
.. class:: toc-title
|
|
|
|
Table of Contents
|
|
|
|
.. toctree::
|
|
:maxdepth: 5
|
|
:numbered:
|
|
|
|
rc-intro
|
|
rc-sysfs-nodes
|
|
rc-tables
|
|
rc-table-change
|
|
lirc-dev
|
|
|
|
|
|
**********************
|
|
Revision and Copyright
|
|
**********************
|
|
|
|
Authors:
|
|
|
|
- Carvalho Chehab, Mauro <mchehab@kernel.org>
|
|
|
|
- Initial version.
|
|
|
|
**Copyright** |copy| 2009-2016 : Mauro Carvalho Chehab
|
|
|
|
****************
|
|
Revision History
|
|
****************
|
|
|
|
:revision: 3.15 / 2014-02-06 (*mcc*)
|
|
|
|
Added the interface description and the RC sysfs class description.
|
|
|
|
|
|
:revision: 1.0 / 2009-09-06 (*mcc*)
|
|
|
|
Initial revision
|