aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2017-10-20 13:35:53 +0200
committerTibor Frank <tifrank@cisco.com>2017-10-23 13:00:46 +0000
commit8cccc94e7863403c495a087db3384e2116604adb (patch)
tree521a7ad4ade6bfad4c4b7ac3861a834a868d2903 /resources
parentc3150ca027d160c7f85941c9c88b396e0f5b60c2 (diff)
Report: CSIT Framework Documentation
Change-Id: I2eba1183a5acdd1fb34efab16fc5c89e38dedb14 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 5d31c77092fd784e21cd50d604be30924ec9a7c5)
Diffstat (limited to 'resources')
-rw-r--r--resources/tools/presentation/doc/pal_lld.rst41
1 files changed, 32 insertions, 9 deletions
diff --git a/resources/tools/presentation/doc/pal_lld.rst b/resources/tools/presentation/doc/pal_lld.rst
index 3a2137366d..9158b889b9 100644
--- a/resources/tools/presentation/doc/pal_lld.rst
+++ b/resources/tools/presentation/doc/pal_lld.rst
@@ -1,6 +1,5 @@
-===================================================
-Presentation and Analytics Layer - Low Level Design
-===================================================
+Presentation and Analytics Layer
+================================
Overview
--------
@@ -38,9 +37,21 @@ sub-layers, bottom up:
- formats: html, pdf
- versions: minimal, full (TODO: define the names and scope of versions)
-.. figure:: pal_layers.svg
- :alt: PAL Layers
- :align: center
+.. only:: latex
+
+ .. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \includesvg[width=0.90\textwidth]{../_tmp/src/csit_framework_documentation/pal_layers}
+ \label{fig:pal_layers}
+ \end{figure}
+
+.. only:: html
+
+ .. figure:: pal_layers.svg
+ :alt: PAL Layers
+ :align: center
Data
----
@@ -1212,9 +1223,21 @@ List of modules, classes, methods and functions
PAL functional diagram
``````````````````````
-.. figure:: pal_func_diagram.svg
- :alt: PAL functional diagram
- :align: center
+.. only:: latex
+
+ .. raw:: latex
+
+ \begin{figure}[H]
+ \centering
+ \includesvg[width=0.90\textwidth]{../_tmp/src/csit_framework_documentation/pal_func_diagram}
+ \label{fig:pal_func_diagram}
+ \end{figure}
+
+.. only:: html
+
+ .. figure:: pal_func_diagram.svg
+ :alt: PAL functional diagram
+ :align: center
How to add an element