[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:
Mauro Carvalho Chehab
2016-08-19 11:14:23 -03:00
parent 42858b5552
commit fa92b04d98
40 changed files with 186 additions and 222 deletions

View File

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