Remove TestON documentation and add script to auto generate it

Update README
Add config script
Remove unused/broken scripts in bin

Change-Id: Iae73e4116b3617c3b69fbfa59079e44295b58739
diff --git a/TestON/config/docs.cfg b/TestON/config/docs.cfg
new file mode 100644
index 0000000..590b009
--- /dev/null
+++ b/TestON/config/docs.cfg
@@ -0,0 +1,19 @@
+[epydoc] # Epydoc section marker (required by ConfigParser)
+
+# Information about the project.
+name: TestON
+url: https://github.com/opennetworkinglab/OnosSystemTest
+
+modules: core, bin, drivers
+
+# Write html output to the directory "apidocs"
+output: html
+target: Documentation/
+
+# Include all automatically generated graphs.  These graphs are
+# generated using Graphviz dot.
+graph: all
+dotpath: /usr/bin/dot
+
+# Use included style to show inherited methods, variables, and properties
+inheritance: included