diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-08-03 14:38:20 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-08-07 06:47:08 +0000 |
commit | 903cb9f7dd664c5bc87f3295dd600d6cb23bf8ca (patch) | |
tree | dee0a522ac412732d1b3bd6d24f5bfca7b445129 /docs/report/introduction | |
parent | ce53c5e75c0bd417c8fa61d24c854c2e1a758cd7 (diff) |
CSIT-1226: Fix bugs in pdf version
Change-Id: I9c7abca28f98a581a8efb390c6ccf4f8937a958b
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report/introduction')
-rw-r--r-- | docs/report/introduction/index.rst | 9 | ||||
-rw-r--r-- | docs/report/introduction/physical_testbeds.rst | 21 |
2 files changed, 21 insertions, 9 deletions
diff --git a/docs/report/introduction/index.rst b/docs/report/introduction/index.rst new file mode 100644 index 0000000000..7d4f4c0d77 --- /dev/null +++ b/docs/report/introduction/index.rst @@ -0,0 +1,9 @@ +Introduction +============ + +.. toctree:: + + overview + general_notes + physical_testbeds + methodology diff --git a/docs/report/introduction/physical_testbeds.rst b/docs/report/introduction/physical_testbeds.rst index c2cdd3e77a..454a751cf3 100644 --- a/docs/report/introduction/physical_testbeds.rst +++ b/docs/report/introduction/physical_testbeds.rst @@ -42,9 +42,10 @@ Physical testbed topology is depicted in a figure below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/introduction/testbed-3n-hsw} - \label{fig:testbed-3n-hsw} + \centering + \graphicspath{{../_tmp/src/introduction/}} + \includegraphics[width=0.90\textwidth]{testbed-3n-hsw} + \label{fig:testbed-3n-hsw} \end{figure} .. only:: html @@ -94,9 +95,10 @@ processors. Physical testbed topology is depicted in a figure below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/introduction/testbed-3n-skx} - \label{fig:testbed-3n-skx} + \centering + \graphicspath{{../_tmp/src/introduction/}} + \includegraphics[width=0.90\textwidth]{testbed-3n-skx} + \label{fig:testbed-3n-skx} \end{figure} .. only:: html @@ -146,9 +148,10 @@ processors. Physical testbed topology is depicted in a figure below. .. raw:: latex \begin{figure}[H] - \centering - \includesvg[width=0.90\textwidth]{../_tmp/src/introduction/testbed-2n-skx} - \label{fig:testbed-2n-skx} + \centering + \graphicspath{{../_tmp/src/introduction/}} + \includegraphics[width=0.90\textwidth]{testbed-2n-skx} + \label{fig:testbed-2n-skx} \end{figure} .. only:: html |