[spp] [PATCH v2 02/13] docs: resize figures of SPP VF

ogawa.yasufumi at lab.ntt.co.jp ogawa.yasufumi at lab.ntt.co.jp
Wed Sep 26 11:08:30 CEST 2018


From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>

This patch is to change the size of figures defined in RST files for
supporing PDF output. For html, size is adjusted appropriately if it is
too large. However, it is not adjusted in PDF.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
---
 docs/guides/spp_vf/overview.rst           | 2 +-
 docs/guides/spp_vf/use_cases/usecase1.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/guides/spp_vf/overview.rst b/docs/guides/spp_vf/overview.rst
index fa6e8b9..6d9e47a 100644
--- a/docs/guides/spp_vf/overview.rst
+++ b/docs/guides/spp_vf/overview.rst
@@ -56,6 +56,6 @@ Incoming packets from rx on host1 are sent to each of vhosts of VM
 by looking up destination MAC address in the packet.
 
 .. figure:: ../images/spp_vf/spp_vf_overview.*
-    :width: 80%
+    :width: 70%
 
     Overview of SPP VF
diff --git a/docs/guides/spp_vf/use_cases/usecase1.rst b/docs/guides/spp_vf/use_cases/usecase1.rst
index 84efa34..a107578 100644
--- a/docs/guides/spp_vf/use_cases/usecase1.rst
+++ b/docs/guides/spp_vf/use_cases/usecase1.rst
@@ -42,7 +42,7 @@ port.
 .. _figure_simple_ssh_login:
 
 .. figure:: ../../images/spp_vf/usecase1_overview.*
-    :width: 60%
+    :width: 55%
 
     Simple SSH Login
 
-- 
2.7.4



More information about the spp mailing list