• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?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>
11        <td><a href="https://google-api-client-libraries.appspot.com/documentation/{{ item.name }}/{{ item.version }}/python/latest/">PyDoc</a></td>
12      </tr>
13      {% endfor %}
14    </table>
15     ]]>
16  </Content>
17</Module>
18