Joe Gregorio | 1ef83e1 | 2011-04-05 10:53:49 -0400 | [diff] [blame] | 1 | <!DOCTYPE HTML> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title> Google API Client for Python Documentation </title> |
Joe Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 5 | <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 Gregorio | 1ef83e1 | 2011-04-05 10:53:49 -0400 | [diff] [blame] | 19 | </head> |
| 20 | <body> |
| 21 | <h1> Google API Client for Python Documentation </h1> |
Joe Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 22 | <table> |
| 23 | <tr> |
| 24 | <th>API</th> |
Joe Gregorio | 9c8588a | 2011-07-01 12:01:36 -0400 | [diff] [blame^] | 25 | <th>Documentation</th> |
| 26 | <th>PyDoc</th> |
Joe Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 27 | <th>Name</th> |
| 28 | <th>Version</th> |
| 29 | </tr> |
| 30 | {% for item in directory %} |
| 31 | <tr> |
Joe Gregorio | 9c8588a | 2011-07-01 12:01:36 -0400 | [diff] [blame^] | 32 | <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 Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 35 | <td>{{ item.name }}</td> |
| 36 | <td>{{ item.version}}</td> |
| 37 | </tr> |
| 38 | {% endfor %} |
| 39 | </table> |
Joe Gregorio | 1ef83e1 | 2011-04-05 10:53:49 -0400 | [diff] [blame] | 40 | </body> |
| 41 | </html> |