Fix problem with runsamples erroring on logging. Add in missing api-python-client-doc file.
diff --git a/samples/api-python-client-doc/index.html b/samples/api-python-client-doc/index.html
new file mode 100644
index 0000000..a1f0dd0
--- /dev/null
+++ b/samples/api-python-client-doc/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE HTML>
+<html>
+  <head>
+    <title> Google API Client for Python Documentation </title>
+  </head>
+  <body>
+    <h1> Google API Client for Python Documentation </h1>
+    {% for item in directory %}
+    <p><a href="/{{ item.name }}/{{ item.version }}"><img src="{{ item.icons.x32 }}"/> {{ item.description }} </a></p>
+    {% endfor %}
+  </body>
+</html>