CLI: user guide fix 46/162646/3
authorAlexander Aksenov <a.aksenov@samsung.com>
Mon, 4 Dec 2017 17:53:35 +0000 (20:53 +0300)
committerAlexander Aksenov <a.aksenov@samsung.com>
Mon, 4 Dec 2017 17:57:56 +0000 (17:57 +0000)
Change-Id: Ib5e21c123b957da81b9481373aba9d0f1eb1c8d5
Signed-off-by: Alexander Aksenov <a.aksenov@samsung.com>
src/cli/swap_cli/docs/Makefile
src/cli/swap_cli/docs/README.md

index 8046712..45c0432 100644 (file)
@@ -1,13 +1,9 @@
-all: pdf_readme html_readme
+all: html_readme
 
 html_readme:
        pandoc -f markdown+grid_tables -t html5 --css readme.css -s README.md -o README.html
 
-pdf_readme:
-       pandoc -f markdown+grid_tables -s README.md -o README.pdf
-
 clean:
        rm README.html
-       rm README.pdf
 
 .PHONY: all
index 5b6bd7f..114a175 100644 (file)
@@ -2,9 +2,8 @@
 
 **SWAP Python tool** is a python library which implements **SWAP** tool
 host-side. It is used for interacting with SWAP daemon, located on target. If
-your device contains an installed version of **SWAP**, you can interact with it 
-using **SWAP Python tool**. For more detailed information about **SWAP** itself,
-please read *SWAP documentation*.
+your device contains an installed version of **SWAP**, you can interact with it
+using **SWAP Python tool**.
 
 **SWAP Python tool** can be used as a part of another application or, using
 its example as a reference, as a standalone tool.
@@ -273,7 +272,7 @@ To run **SWAP Python tool** example, the user should do the following steps:
 1. Install target application with debug flag. Applications installed without
 debug flag are restricted for profiling due to security reasons;
 2. Edit *emulator.py* according to the user's target:
-    1) set proper connection type for the filed ```type``` in ```connection```
+    1) set proper connection type for the field ```type``` in ```connection```
     dictionary;
     2) if the type is ssh, set ```ip``` and ```port``` values;
     3) add information about connection type:
@@ -290,7 +289,7 @@ debug flag are restricted for profiling due to security reasons;
     2) set Tizen application ID to field ```id``` of ```app_info``` dictionary;
     3) add data about features desirable to use:
         - if the user wants to use Sampling feature, add ```sampling```
-        dictionary somewhere in file and add ```period``` field in it with the
+        dictionary to the file and add ```period``` field in it with the
         desirable period of sampling;
         - if the user wants to use any of Memory profiling, File profiling,
         Network profiling, Thread profiling, OpenGL profiling, Context switch