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=72bba6a0fae87372eb79d4b059424cd55fc0a709;hp=3e6ae66a31b7001df038fcc32fc7f9781bc67eac;hb=bbfcee8d3cf51ec01d269245970ef41bb072c580;hpb=f4cd1c230a2328fd647fd88da5d9149fbad556e3 diff --git a/docs/report/csit_framework_documentation/csit_design.rst b/docs/report/csit_framework_documentation/csit_design.rst index 3e6ae66a31..72bba6a0fa 100644 --- a/docs/report/csit_framework_documentation/csit_design.rst +++ b/docs/report/csit_framework_documentation/csit_design.rst @@ -1,7 +1,7 @@ .. _csit-design: -CSIT Design -=========== +Design +====== FD.io CSIT system design needs to meet continuously expanding requirements of FD.io projects including VPP, related sub-systems (e.g. @@ -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 @@ -191,7 +192,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