david comments
authorHanoh Haim <[email protected]>
Mon, 14 Mar 2016 16:17:36 +0000 (18:17 +0200)
committerHanoh Haim <[email protected]>
Mon, 14 Mar 2016 16:17:36 +0000 (18:17 +0200)
scripts/automation/trex_control_plane/doc_stl/api/client_code.rst
scripts/automation/trex_control_plane/doc_stl/api/field_engine.rst
scripts/automation/trex_control_plane/doc_stl/api/index.rst
scripts/automation/trex_control_plane/doc_stl/api/profile_code.rst
scripts/automation/trex_control_plane/doc_stl/index.rst

index 16a0012..8736e98 100644 (file)
@@ -1,5 +1,5 @@
 
-TRex Client Module 
+Client Module 
 ==================
 
 TRex Client is an object to access TRex server. It is per user. Each user can own number of interfaces. 
index 95a23ac..d134b0b 100644 (file)
@@ -109,7 +109,7 @@ Field Engine snippet
 --------------------
 
 .. code-block:: python
-    :caption: Example1
+    :caption: FE Example1
 
 
         base_pkt = Ether()/IP(src="16.0.0.1",dst="48.0.0.1")/UDP(dport=12,sport=1025)
@@ -133,7 +133,7 @@ Field Engine snippet
 
 
 .. code-block:: python
-    :caption: Example2
+    :caption: FE Example2
         
 
         #range of source mac-addr
index 6e18911..a3c8ad5 100644 (file)
@@ -2,14 +2,14 @@
 TRex Stateless API Reference
 ============================
 
-**TRex Client: STLClient**
+**Client: STLClient**
 
 .. toctree::
     :maxdepth: 4
     
     client_code
 
-**TRex Traffic profile STLProfile,STLStream**
+**Traffic profile STLProfile,STLStream**
 
 .. toctree::
     :maxdepth: 4
@@ -25,7 +25,7 @@ TRex Stateless API Reference
     scapy_builder
 
 
-**TRex Field Engine**
+**Field Engine**
 
 .. toctree::
     :maxdepth: 4
index b2b23e4..b61f05e 100644 (file)
@@ -82,7 +82,7 @@ STLProfile snippet
 
 
 .. code-block:: python
-    :caption: Example1
+    :caption: STLProfile Example1
 
 
         size = self.fsize - 4; # no FCS
@@ -113,7 +113,7 @@ STLProfile snippet
 
 
 .. code-block:: python
-    :caption: Example2
+    :caption: STLProfile Example2
 
 
         class STLS1(object):
index b8a1a8e..f8097b5 100644 (file)
@@ -12,15 +12,15 @@ To understand the entirely how the API works and how to set up the server side,
 **Use the table of contents below or the menu to your left to navigate through the site**
 
 How to Install 
-=============
+===============
 .. toctree::
     :maxdepth: 2
 
-* **TODO**
-        
+* **TODO**  Yaroslav Client zip as self-contain
+
 
 API Reference
-=============
+==============
 .. toctree::
     :maxdepth: 2