blob: 79144b63a5f8f0dffd1ab727316653ed4a12c537 [file] [log] [blame]
Joe Gregorio1ef83e12011-04-05 10:53:49 -04001<!DOCTYPE HTML>
2<html>
3 <head>
4 <title> Google API Client for Python Documentation </title>
Joe Gregorio123f5db2011-05-03 08:15:43 -04005 <style>
6 table {
7 border-collapse: collapse;
8 }
9 td, th {
10 padding: 0.3em;
11 margin: 0;
12 border: solid black 1px;
13 }
14 img {
15 width: 16px;
16 height: 16px;
17 }
18 </style>
Joe Gregorio1ef83e12011-04-05 10:53:49 -040019 </head>
20 <body>
21 <h1> Google API Client for Python Documentation </h1>
Joe Gregorio123f5db2011-05-03 08:15:43 -040022 <table>
23 <tr>
24 <th>API</th>
Joe Gregorio9c8588a2011-07-01 12:01:36 -040025 <th>Documentation</th>
26 <th>PyDoc</th>
Joe Gregorio123f5db2011-05-03 08:15:43 -040027 <th>Name</th>
28 <th>Version</th>
29 </tr>
30 {% for item in directory %}
31 <tr>
Joe Gregorio9c8588a2011-07-01 12:01:36 -040032 <td><img src="{{ item.icons.x16 }}"/> {{ item.title }}</td>
33 <td><a href="{{ item.documentationLink }}">Documentation</a></td>
34 <td><a href="/{{ item.name }}/{{ item.version }}">PyDoc</a></td>
Joe Gregorio123f5db2011-05-03 08:15:43 -040035 <td>{{ item.name }}</td>
36 <td>{{ item.version}}</td>
37 </tr>
38 {% endfor %}
39 </table>
Joe Gregorio1ef83e12011-04-05 10:53:49 -040040 </body>
41</html>