[media] doc-rst: Don't use captions for examples
Unfortunately, captions are new on Sphinx for c blocks: it was added only on version 1.3. Also, it were already bad enough not being able to auto-numerate them. So, let's give up and use, instead, titles before the examples. Not much is lost, and, as a side track, we don't need to numerate them anymore. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
@@ -17,8 +17,8 @@ updated/recommended examples.
|
||||
|
||||
.. _tuning:
|
||||
|
||||
Tuning
|
||||
======
|
||||
Example: Tuning
|
||||
===============
|
||||
|
||||
We will start with a generic tuning subroutine that uses the frontend
|
||||
and SEC, as well as the demux devices. The example is given for QPSK
|
||||
@@ -238,8 +238,8 @@ switch, and weather conditions this may be necessary.
|
||||
|
||||
.. _the_dvr_device:
|
||||
|
||||
The DVR device
|
||||
==============
|
||||
Example: The DVR device
|
||||
========================
|
||||
|
||||
The following program code shows how to use the DVR device for
|
||||
recording.
|
||||
|
Reference in New Issue
Block a user