doc: refactor split cell formatting in table
authorJohn McNamara <john.mcnamara@intel.com>
Tue, 3 Feb 2015 14:11:17 +0000 (14:11 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 Mar 2015 10:43:21 +0000 (11:43 +0100)
commit1e7055ac8a297cdedd6e54d967461981fe40b583
tree86139e30342032fec81860cd4051bc61d5c2ab7c
parentfdaeae9937cf5968967f423cc6d328fad728eccc
doc: refactor split cell formatting in table

Refactored split cell in test_pipeline table to allow it to
convert cleanly to PDF.

The Sphinx/Latex converter doesn't handle split cells like the
following:

  +-------------+--------------+
  | Header 1    | Header 2     |
  +=============+==============+
  |             |              |
  |             |              |
  +-------------+              |
  |             |              |
  |             |              |
  +-------------+--------------+

Instead the table was refactored to a simpler format:

  +-------------+--------------+
  | Header 1    | Header 2     |
  +=============+==============+
  |             |              |
  |             |              |
  +-------------+--------------+
  |             |              |
  |             |              |
  +-------------+--------------+

The same information was retained in the table.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
doc/guides/sample_app_ug/test_pipeline.rst