[media] docs-rst: fix warnings introduced by LaTeX patchset
Sphinx is really pedantic with respect to the order where table tags and references are created. Putting things at the wrong order causes troubles. The order that seems to work is: .. raw:: latex .. tabularcolumns:: .. _foo_name: .. cssclass: longtable .. flat-table:: Reorder the tags to the above order, to avoid troubles, and fix remaining warnings introduced by media recent patches. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
@@ -42,10 +42,10 @@ shall begin at index zero, incrementing by one until the driver returns
|
||||
EINVAL.
|
||||
|
||||
|
||||
.. _v4l2-output:
|
||||
|
||||
.. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.7cm}|
|
||||
|
||||
.. _v4l2-output:
|
||||
|
||||
.. flat-table:: struct v4l2_output
|
||||
:header-rows: 0
|
||||
:stub-columns: 0
|
||||
@@ -140,10 +140,10 @@ EINVAL.
|
||||
|
||||
|
||||
|
||||
.. _output-type:
|
||||
|
||||
.. tabularcolumns:: |p{7.0cm}|p{1.8cm}|p{8.7cm}|
|
||||
|
||||
.. _output-type:
|
||||
|
||||
.. flat-table:: Output Type
|
||||
:header-rows: 0
|
||||
:stub-columns: 0
|
||||
@@ -177,10 +177,10 @@ EINVAL.
|
||||
|
||||
|
||||
|
||||
.. _output-capabilities:
|
||||
|
||||
.. tabularcolumns:: |p{6.6cm}|p{2.2cm}|p{8.7cm}|
|
||||
|
||||
.. _output-capabilities:
|
||||
|
||||
.. flat-table:: Output capabilities
|
||||
:header-rows: 0
|
||||
:stub-columns: 0
|
||||
|
Reference in New Issue
Block a user