X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=docs%2Freport%2Fcsit_framework_documentation%2Fcsit_design.rst;h=418850f5d589efb15afd85576c7b3b953b3296eb;hp=b0c5d4acce696a0602c2f0d15673d9b73ef4621c;hb=857828c169ce6cdfda06e82978de8562f6bb743c;hpb=43480e631defcb2fa40cc35e48ee40ce31b1dd68 diff --git a/docs/report/csit_framework_documentation/csit_design.rst b/docs/report/csit_framework_documentation/csit_design.rst index b0c5d4acce..418850f5d5 100644 --- a/docs/report/csit_framework_documentation/csit_design.rst +++ b/docs/report/csit_framework_documentation/csit_design.rst @@ -24,11 +24,12 @@ including CSIT framework is depicted in the figure below. .. raw:: latex - \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/csit_framework_documentation/csit_design_picture} - \label{fig:csit_design_picture} - \end{figure} + \begin{figure}[H] + \centering + \graphicspath{{../_tmp/src/csit_framework_documentation/}} + \includegraphics[width=0.90\textwidth]{csit_design_picture} + \label{fig:csit_design_picture} + \end{figure} .. only:: html @@ -100,7 +101,6 @@ A brief bottom-up description is provided here: - VPP; - Honeycomb; - - NSH_SFC; - Performance tests using physical testbed environment: @@ -191,7 +191,7 @@ section below. Following sections list applicability of the above grammar forms to different :abbr:`RF (Robot Framework)` KW categories. Usage examples are provided, both good and bad. -Coding guidelines +Coding Guidelines ----------------- Coding guidelines can be found on `Design optimizations wiki page