Update api-python-client-doc to also serve up a gadget
diff --git a/samples/api-python-client-doc/index.html b/samples/api-python-client-doc/index.html
index f98a79f..79144b6 100644
--- a/samples/api-python-client-doc/index.html
+++ b/samples/api-python-client-doc/index.html
@@ -22,12 +22,16 @@
<table>
<tr>
<th>API</th>
+ <th>Documentation</th>
+ <th>PyDoc</th>
<th>Name</th>
<th>Version</th>
</tr>
{% for item in directory %}
<tr>
- <td><a href="/{{ item.name }}/{{ item.version }}"><img src="{{ item.icons.x16 }}"/> {{ item.title }} </a></td>
+ <td><img src="{{ item.icons.x16 }}"/> {{ item.title }}</td>
+ <td><a href="{{ item.documentationLink }}">Documentation</a></td>
+ <td><a href="/{{ item.name }}/{{ item.version }}">PyDoc</a></td>
<td>{{ item.name }}</td>
<td>{{ item.version}}</td>
</tr>