X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fdoc%2Fpal_lld.rst;h=9158b889b989293680ecfb0698076026ff343c72;hb=2b8547bc50fd06ea936f096794b8c2a5e09c5f8b;hp=9c2446ea9102100442a12d4d75feb75a889599e1;hpb=eecad36d7d2275fa47fbcab40dbcf56108ab0a51;p=csit.git diff --git a/resources/tools/presentation/doc/pal_lld.rst b/resources/tools/presentation/doc/pal_lld.rst index 9c2446ea91..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,6 +37,21 @@ sub-layers, bottom up: - formats: html, pdf - versions: minimal, full (TODO: define the names and scope of versions) +.. 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 ---- @@ -1209,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