blob: 171043134c198d9cb2e77c3e88d9f95eefb64af3 [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>
Joe Gregoriob4169b52012-02-14 14:42:01 -05006 body
7 {
8 color: #333;
9 font-family: Arial, sans-serif;
10 }
11 body table th,
12 body table td
13 {
14 color: #333;
15 font-family: Arial, sans-serif;
16 font-size: 13px;
17 font-style: normal;
18 font-weight: normal;
19 line-height: 21px;
20 }
21 body table th
22 {
23 font-weight: bold;
24 background: #6199DF;
25 color: white;
26 }
27 table
28 {
29 display: table;
30 border: 1px solid #BBB;
31 border-spacing: 0;
Joe Gregorio123f5db2011-05-03 08:15:43 -040032 border-collapse: collapse;
Joe Gregorio123f5db2011-05-03 08:15:43 -040033 margin: 0;
Joe Gregoriob4169b52012-02-14 14:42:01 -050034 padding: 0;
Joe Gregorio123f5db2011-05-03 08:15:43 -040035 }
Joe Gregoriob4169b52012-02-14 14:42:01 -050036 tr
37 {
38 display: table-row;
39 border: 0;
40 margin: 0;
41 padding: 0;
42 }
43 td, th
44 {
45 display: table-cell;
46 border: 1px solid #BBB;
47 margin: 0;
48 padding: 6px 10px;
49 text-align: left;
50 vertical-align: top;
51 }
52 .icon {
Joe Gregorio123f5db2011-05-03 08:15:43 -040053 width: 16px;
54 height: 16px;
55 }
56 </style>
Joe Gregorio1ef83e12011-04-05 10:53:49 -040057 </head>
58 <body>
59 <h1> Google API Client for Python Documentation </h1>
Joe Gregorio123f5db2011-05-03 08:15:43 -040060 <table>
61 <tr>
62 <th>API</th>
Joe Gregorio9c8588a2011-07-01 12:01:36 -040063 <th>Documentation</th>
64 <th>PyDoc</th>
Joe Gregorio123f5db2011-05-03 08:15:43 -040065 <th>Name</th>
66 <th>Version</th>
67 </tr>
68 {% for item in directory %}
69 <tr>
Joe Gregoriob4169b52012-02-14 14:42:01 -050070 <td><img class=icon src="{{ item.icons.x16 }}"/> {{ item.title }}</td>
Joe Gregorio9c8588a2011-07-01 12:01:36 -040071 <td><a href="{{ item.documentationLink }}">Documentation</a></td>
Joe Gregorio81d92cc2012-07-09 16:46:02 -040072 <td><a href="/{{ item.name }}_{{ item.safe_version }}.html">PyDoc</a></td>
Joe Gregorio123f5db2011-05-03 08:15:43 -040073 <td>{{ item.name }}</td>
74 <td>{{ item.version}}</td>
75 </tr>
76 {% endfor %}
77 </table>
Joe Gregorio1ef83e12011-04-05 10:53:49 -040078 </body>
79</html>