Remove V8 plugin
[platform/core/uifw/dali-toolkit.git] / docs / content / programming-guide / stage-hand.md
@@ -3,7 +3,6 @@
 
 # Stagehand Visual Debugger for DALi {#stagehand}
 
-![ ](../assets/img/stage-hand/blocks.png)
 ![ ](blocks.png)
 
 ## Introduction
@@ -33,7 +32,6 @@ Install both files on the website. Start with the QT dependencies first.
 
 Stagehand connects to DALi via the network using a TCP/IP connection.
   
-![ ](../assets/img/stage-hand/inner-workings.png)
 ![ ](inner-workings.png)
 
 ## Connecting Stagehand to your DALi application
@@ -71,7 +69,6 @@ $ su
 $ netstat -tlpn
 ~~~
 
-![ ](../assets/img/stage-hand/netstat.png)
 ![ ](netstat.png)
 
 
@@ -79,7 +76,6 @@ $ netstat -tlpn
 
 Click the settings icons below
   
-![ ](../assets/img/stage-hand/stagehand-settings.png)
 ![ ](stagehand-settings.png)
 
 
@@ -87,46 +83,38 @@ Click the settings icons below
 
 Here we are connecting to a device running SDB
   
-![ ](../assets/img/stage-hand/stagehand-tizen-connection.png)
 ![ ](stagehand-tizen-connection.png)
 
 ### Connect to DALi running on Desktop ( Ubuntu )
   
-![ ](../assets/img/stage-hand/stagehand-ubuntu-connection.png)
 ![ ](stagehand-ubuntu-connection.png)
 
 ## Using Stagehand
 
 Click Refresh to load the current scene from the device.
   
-![ ](../assets/img/stage-hand/stagehand-refesh.png)
 ![ ](stagehand-refesh.png)
 
 Click screen shot to get overlay current screen
   
-![ ](../assets/img/stage-hand/stagehand-screenshot.png)
 ![ ](stagehand-screenshot.png)
 
 To cycle through the actor hierarchy, keep clicking the same spot. Alternatively, select using the actor tree.
 
   
-![ ](../assets/img/stage-hand/stagehand-mainscreen.png)
 ![ ](stagehand-mainscreen.png)
 
 
 Click the save icon to save the scene
   
-![ ](../assets/img/stage-hand/stagehand-save.png)
 ![ ](stagehand-save.png)
 
 Zooming in and out
   
-![ ](../assets/img/stage-hand/stagehand-zoom.png)
 ![ ](stagehand-zoom.png)
 
 Modifying the scene
   
-![ ](../assets/img/stage-hand/stagehand-modify.png)
 ![ ](stagehand-modify.png)
 
 ## Performance monitoring
@@ -139,7 +127,6 @@ Set perfmode=on
 
 Restart application. Click performance
   
-![ ](../assets/img/stage-hand/stagehand-performance.png)
 ![ ](stagehand-performance.png)
 
 ## Trouble shooting
@@ -150,7 +137,6 @@ In the example below we are connecting to a Tizen device using SDB port forwardi
   
 After running nc localhost 3031 we type help
   
-![ ](../assets/img/stage-hand/stagehand-netcat.png)
 ![ ](stagehand-netcat.png)
 
 
@@ -179,4 +165,3 @@ Make sure  DALi application is run using launch_app:
 launch_app [APP_ID] __AUL_SDK__ DEBUG __DLP_DEBUG_ARG__ :10003
 ~~~
 
-@class _Guide_Visual_Debugger