doc-rst: buffer: numerate tables and figures
Sphinx actually doesn't numerate tables nor figures. So, let's add a subtitle before each table. That makes them "numerated". While here, fix the git binary that got corrupted. Let's hope this will work, as the reason why we had to encode them were to prevent some issues on commiting those gif files on git. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
90865d29db
commit
6fa26355fd
@ -54,7 +54,10 @@ should have the value ``V4L2_FIELD_ANY`` (0).
|
||||
|
||||
.. _v4l2-field:
|
||||
|
||||
.. flat-table:: enum v4l2_field
|
||||
enum v4l2_field
|
||||
===============
|
||||
|
||||
.. flat-table::
|
||||
:header-rows: 0
|
||||
:stub-columns: 0
|
||||
:widths: 3 1 4
|
||||
@ -183,17 +186,20 @@ should have the value ``V4L2_FIELD_ANY`` (0).
|
||||
|
||||
.. _fieldseq-tb:
|
||||
|
||||
Field Order, Top Field First Transmitted
|
||||
========================================
|
||||
|
||||
.. figure:: field-order_files/fieldseq_tb.*
|
||||
:alt: fieldseq_tb.pdf / fieldseq_tb.gif
|
||||
:align: center
|
||||
|
||||
Field Order, Top Field First Transmitted
|
||||
|
||||
|
||||
.. _fieldseq-bt:
|
||||
|
||||
Field Order, Bottom Field First Transmitted
|
||||
===========================================
|
||||
|
||||
.. figure:: field-order_files/fieldseq_bt.*
|
||||
:alt: fieldseq_bt.pdf / fieldseq_bt.gif
|
||||
:align: center
|
||||
|
||||
Field Order, Bottom Field First Transmitted
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Loading…
Reference in New Issue
Block a user