doc-rst: buffer: numerate tables and figures
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 4 Jul 2016 20:14:00 +0000 (17:14 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 4 Jul 2016 20:15:55 +0000 (17:15 -0300)
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>
Documentation/linux_tv/media/v4l/field-order.rst
Documentation/linux_tv/media/v4l/field-order_files/fieldseq_tb.gif

index d4e801c..979fedb 100644 (file)
@@ -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
index bf1c3f1..718492f 100644 (file)
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