blob: 1a7cb07e4e62fe37ca9674525e65cf1a65be6942 [file] [log] [blame]
Joe Gregorio9c8588a2011-07-01 12:01:36 -04001<?xml version="1.0" encoding="UTF-8" ?>
2<Module>
3 <ModulePrefs title="Google APIs" />
4 <Content type="html">
5 <![CDATA[
6 <table>
7 {% for item in directory %}
8 <tr>
9 <td><img style="width: 16px; height: 16px" src="{{ item.icons.x16 }}"/> {{ item.name }} </td>
10 <td><a href="{{ item.documentationLink }}">Documentation</a></td>
Joe Gregorio1cea2a72012-12-12 10:19:34 -050011 <td><a href="https://google-api-client-libraries.appspot.com/documentation/{{ item.name }}/{{ item.version }}/python/latest/">PyDoc</a></td>
Joe Gregorio9c8588a2011-07-01 12:01:36 -040012 </tr>
13 {% endfor %}
14 </table>
15 ]]>
16 </Content>
17</Module>