[meta-freescale] [Documentation][PATCH 18/31] RN: Add title for several tables

Daiane Angolini daiane.list at gmail.com
Fri Oct 24 18:15:01 PDT 2014


Signed-off-by: Daiane Angolini <daiane.angolini at freescale.com>
---
 release-notes/source/bootloaders.rst          |  4 +++-
 release-notes/source/bsp-scope.rst            |  4 +++-
 release-notes/source/fsl-userspace-pkg.rst    |  8 ++++++--
 release-notes/source/kernel-linux.rst         |  5 ++++-
 release-notes/source/known-issues.rst         | 13 ++++++++++---
 release-notes/source/machines-maintainers.rst | 10 ++++++++--
 release-notes/source/soc-hierarchy.rst        | 12 +++---------
 release-notes/source/userspace-pkg.rst        |  3 ++-
 8 files changed, 39 insertions(+), 20 deletions(-)

diff --git a/release-notes/source/bootloaders.rst b/release-notes/source/bootloaders.rst
index 9020167..cf5b404 100644
--- a/release-notes/source/bootloaders.rst
+++ b/release-notes/source/bootloaders.rst
@@ -11,4 +11,6 @@ Bootloaders
 The following table shows the default bootloaders (and their
 versions) for the supported boards.
 
-.. include:: bootloader-default.inc
+.. table:: Default bootloader version for each supported machine
+
+   .. include:: bootloader-default.inc
diff --git a/release-notes/source/bsp-scope.rst b/release-notes/source/bsp-scope.rst
index 0e000dd..347e0a4 100644
--- a/release-notes/source/bsp-scope.rst
+++ b/release-notes/source/bsp-scope.rst
@@ -68,4 +68,6 @@ Supported Board List
 --------------------
 Please, see the next table for the complete supported board list.
 
-.. include:: machine-list.inc
+.. table:: Supported machines in |project_name|
+
+   .. include:: machine-list.inc
diff --git a/release-notes/source/fsl-userspace-pkg.rst b/release-notes/source/fsl-userspace-pkg.rst
index 6177304..5dfd630 100644
--- a/release-notes/source/fsl-userspace-pkg.rst
+++ b/release-notes/source/fsl-userspace-pkg.rst
@@ -34,7 +34,9 @@ Version by :ref:`soc-hierarchy`
 
 The following table shows the version of each package depending on the :ref:`soc-hierarchy`.
 
-.. include:: soc-pkg.inc
+.. table:: Userspace package version by SoC hierarchy
+
+   .. include:: soc-pkg.inc
 
 
 -----------------------------------------
@@ -43,5 +45,7 @@ Hardware relation by :ref:`soc-hierarchy`
 
 The following table shows how packages interact with hardware depending on the :ref:`soc-hierarchy`
 
-.. include:: soc-pkg-optimization.inc
+.. table:: Hardware dependant packages
+
+   .. include:: soc-pkg-optimization.inc
 
diff --git a/release-notes/source/kernel-linux.rst b/release-notes/source/kernel-linux.rst
index 6be2487..37d2703 100644
--- a/release-notes/source/kernel-linux.rst
+++ b/release-notes/source/kernel-linux.rst
@@ -8,6 +8,7 @@ Linux Kernel
 
 .. include:: fsl-community-bsp-supported-kernels.inc
 
+
 -----------------------
 Default Linux Providers
 -----------------------
@@ -15,4 +16,6 @@ Default Linux Providers
 The following table shows the default version of Linux Kernel provided by
 |project_name| for each supported machine.
 
-.. include:: linux-default.inc
+.. table:: Default Linux kernel version for each supported machine
+
+   .. include:: linux-default.inc
diff --git a/release-notes/source/known-issues.rst b/release-notes/source/known-issues.rst
index 9ca03b0..1d01d29 100644
--- a/release-notes/source/known-issues.rst
+++ b/release-notes/source/known-issues.rst
@@ -13,14 +13,21 @@ is on next table.
 
 Open
 ----
-In order to see the current bug list, please
+In order to see the current bug list, please use following URL:
+
 https://bugzilla.yoctoproject.org/buglist.cgi?quicksearch=meta-fsl-arm
 
-.. include:: open_bugs.inc
+.. tabularcolumns:: |C|C|C|p{9.3cm}|
+.. table:: List of open bugs
+
+   .. include:: open_bugs.inc
 
 Closed
 ------
 See the list of issues closed in latest development release in the following table
 
-.. include:: closed_bugs.inc
+.. tabularcolumns:: |C|C|C|p{9.3cm}|
+.. table:: List of closed bugs
+
+   .. include:: closed_bugs.inc
 
diff --git a/release-notes/source/machines-maintainers.rst b/release-notes/source/machines-maintainers.rst
index 272497d..73c0d14 100644
--- a/release-notes/source/machines-maintainers.rst
+++ b/release-notes/source/machines-maintainers.rst
@@ -25,8 +25,14 @@ should be worked around anyway.
 
 Machines with maintainers
 -------------------------
-.. include:: machines-with-maintainers.inc
+
+.. table:: Machines with maintainers
+
+   .. include:: machines-with-maintainers.inc
 
 Machines without a maintainer
 -----------------------------
-.. include:: machines-without-maintainers.inc
+
+.. table:: Machines without a maintainer
+
+   .. include:: machines-without-maintainers.inc
diff --git a/release-notes/source/soc-hierarchy.rst b/release-notes/source/soc-hierarchy.rst
index 868e6dc..cfadd9a 100644
--- a/release-notes/source/soc-hierarchy.rst
+++ b/release-notes/source/soc-hierarchy.rst
@@ -5,12 +5,6 @@ SoC Hierarchy
 
 The following tree shows the SoC hierarchy:
 
-.. only:: latex
-
-   .. blockdiag:: soc-tree.diag
-      :scale: 60%
-      :align: center
-
-.. only:: html
-
-   .. blockdiag:: soc-tree.diag
+.. blockdiag:: soc-tree.diag
+   :scale: 60%
+   :align: center
diff --git a/release-notes/source/userspace-pkg.rst b/release-notes/source/userspace-pkg.rst
index ae67148..c22bc4d 100644
--- a/release-notes/source/userspace-pkg.rst
+++ b/release-notes/source/userspace-pkg.rst
@@ -5,5 +5,6 @@ There is a huge number of userspace packages provided by the Yocto
 Project.  The following table shows some version for few highligthed
 packages.
 
+.. table:: Main userspace package versions
 
-.. include:: userspace-pkg.inc
+   .. include:: userspace-pkg.inc
-- 
1.9.1



More information about the meta-freescale mailing list