[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:
Mauro Carvalho Chehab
2016-07-10 08:22:19 -03:00
parent 303393393d
commit 282f02cb86
12 changed files with 71 additions and 29 deletions

View File

@@ -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.