From: Mauro Carvalho Chehab Date: Mon, 4 Jul 2016 20:14:00 +0000 (-0300) Subject: doc-rst: buffer: numerate tables and figures X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6fa26355fd260ff64d1170b8abfed67fc03663be;p=linux-beck.git 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 --- diff --git a/Documentation/linux_tv/media/v4l/field-order.rst b/Documentation/linux_tv/media/v4l/field-order.rst index d4e801cdae1a..979fedbb2bda 100644 --- a/Documentation/linux_tv/media/v4l/field-order.rst +++ b/Documentation/linux_tv/media/v4l/field-order.rst @@ -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 diff --git a/Documentation/linux_tv/media/v4l/field-order_files/fieldseq_tb.gif b/Documentation/linux_tv/media/v4l/field-order_files/fieldseq_tb.gif index bf1c3f1b50d5..718492f1cfc7 100644 Binary files a/Documentation/linux_tv/media/v4l/field-order_files/fieldseq_tb.gif and b/Documentation/linux_tv/media/v4l/field-order_files/fieldseq_tb.gif differ