Soft Patch Panel
 help / color / mirror / Atom feed
From: ogawa.yasufumi@lab.ntt.co.jp
To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp
Subject: [spp] [PATCH v2 12/13] docs: remove unicode characters
Date: Wed, 26 Sep 2018 18:08:40 +0900	[thread overview]
Message-ID: <1537952921-20397-13-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> (raw)
In-Reply-To: <1537952921-20397-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp>

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

For compiling PDF document, unicode chars might cause an error from
inputenc. This patch is to remove unicode chars.

Signed-off-by: Yasufumi Ogawa <ogawa.yasufumi@lab.ntt.co.jp>
---
 docs/guides/tools/sppc/app_launcher.rst | 18 +++++++++---------
 docs/guides/tools/sppc/build_img.rst    | 24 ++++++++++++------------
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/docs/guides/tools/sppc/app_launcher.rst b/docs/guides/tools/sppc/app_launcher.rst
index c3c7475..bf126bc 100644
--- a/docs/guides/tools/sppc/app_launcher.rst
+++ b/docs/guides/tools/sppc/app_launcher.rst
@@ -17,15 +17,15 @@ inside a container.
     $ tree app/
     app/
     ...
-    ├── helloworld.py
-    ├── l2fwd.py
-    ├── l3fwd.py
-    ├── load-balancer.py
-    ├── pktgen.py
-    ├── spp-nfv.py
-    ├── spp-primary.py
-    ├── spp-vm.py
-    └── testpmd.py
+    |--- helloworld.py
+    |--- l2fwd.py
+    |--- l3fwd.py
+    |--- load-balancer.py
+    |--- pktgen.py
+    |--- spp-nfv.py
+    |--- spp-primary.py
+    |--- spp-vm.py
+    ---- testpmd.py
 
 
 .. note::
diff --git a/docs/guides/tools/sppc/build_img.rst b/docs/guides/tools/sppc/build_img.rst
index bbac45d..b06c9dd 100644
--- a/docs/guides/tools/sppc/build_img.rst
+++ b/docs/guides/tools/sppc/build_img.rst
@@ -143,18 +143,18 @@ It is included in a future release.
 
     $ tree build/ubuntu/
     build/ubuntu/
-    ├── dpdk
-    │   ├── Dockerfile.16.04
-    │   ├── Dockerfile.18.04
-    │   └── Dockerfile.latest
-    ├── pktgen
-    │   ├── Dockerfile.16.04
-    │   ├── Dockerfile.18.04
-    │   └── Dockerfile.latest
-    └── spp
-        ├── Dockerfile.16.04
-        ├── Dockerfile.18.04
-        └── Dockerfile.latest
+    |--- dpdk
+    |    |--- Dockerfile.16.04
+    |    |--- Dockerfile.18.04
+    |    ---- Dockerfile.latest
+    |--- pktgen
+    |    |--- Dockerfile.16.04
+    |    |--- Dockerfile.18.04
+    |    ---- Dockerfile.latest
+    ---- spp
+         |--- Dockerfile.16.04
+         |--- Dockerfile.18.04
+         ---- Dockerfile.latest
 
 
 .. _sppc_build_img_inspect:
-- 
2.7.4

  parent reply	other threads:[~2018-09-26  9:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-26  9:08 [spp] [PATCH v2 00/13] PDF documentation support ogawa.yasufumi
2018-09-26  9:08 ` [spp] [PATCH v2 01/13] docs: move SPP VF images ogawa.yasufumi
2018-09-26  9:08 ` [spp] [PATCH v2 02/13] docs: resize figures of SPP VF ogawa.yasufumi
2018-09-26  9:08 ` [spp] [PATCH v2 03/13] docs: resize figures of SPP ogawa.yasufumi
2018-09-26  9:08 ` [spp] [PATCH v2 04/13] docs: resize figures of SPP container ogawa.yasufumi
2018-09-26  9:08 ` [spp] [PATCH v2 05/13] docs: add script for generating PDF images ogawa.yasufumi
2018-09-26  9:08 ` [spp] [PATCH v2 06/13] project: update gitignore to exclude PDF files ogawa.yasufumi
2018-09-26  9:08 ` [spp] [PATCH v2 07/13] docs: add sphinx config to PDF ogawa.yasufumi
2018-09-26  9:08 ` [spp] [PATCH v2 08/13] makefile: add make option to compile PDF doc ogawa.yasufumi
2018-09-26  9:08 ` [spp] [PATCH v2 09/13] makefile: fix bug of PDF compilation ogawa.yasufumi
2018-09-26  9:08 ` [spp] [PATCH v2 10/13] docs: refactor for character length ogawa.yasufumi
2018-09-26  9:08 ` [spp] [PATCH v2 11/13] docs: fix typo of label ogawa.yasufumi
2018-09-26  9:08 ` ogawa.yasufumi [this message]
2018-09-26  9:08 ` [spp] [PATCH v2 13/13] docs: ensure PDF images are exist for latex ogawa.yasufumi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1537952921-20397-13-git-send-email-ogawa.yasufumi@lab.ntt.co.jp \
    --to=ogawa.yasufumi@lab.ntt.co.jp \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).