Joe Gregorio | b4169b5 | 2012-02-14 14:42:01 -0500 | [diff] [blame] | 1 | <!DOCTYPE HTML> |
| 2 | <html> |
| 3 | <head> |
| 4 | <title> Google API Client for Python Documentation </title> |
| 5 | <style type="text/css"> |
| 6 | body |
| 7 | { |
| 8 | margin: 0; |
| 9 | padding: 0; |
| 10 | border: 0; |
| 11 | } |
| 12 | body table th, |
| 13 | body table td |
| 14 | { |
| 15 | color: #333; |
| 16 | font-family: Arial, sans-serif; |
| 17 | font-size: 13px; |
| 18 | font-style: normal; |
| 19 | font-weight: normal; |
| 20 | line-height: 21px; |
| 21 | } |
| 22 | body table th |
| 23 | { |
| 24 | font-weight: bold; |
| 25 | background: #6199DF; |
| 26 | color: white; |
| 27 | } |
| 28 | table |
| 29 | { |
| 30 | display: table; |
| 31 | border: 1px solid #BBB; |
| 32 | border-spacing: 0; |
| 33 | border-collapse: collapse; |
| 34 | margin: 0; |
| 35 | padding: 0; |
| 36 | } |
| 37 | tr |
| 38 | { |
| 39 | display: table-row; |
| 40 | border: 0; |
| 41 | margin: 0; |
| 42 | padding: 0; |
| 43 | } |
| 44 | td, th |
| 45 | { |
| 46 | display: table-cell; |
| 47 | border: 1px solid #BBB; |
| 48 | margin: 0; |
| 49 | padding: 6px 10px; |
| 50 | text-align: left; |
| 51 | vertical-align: top; |
| 52 | } |
| 53 | .icon { |
| 54 | width: 16px; |
| 55 | height: 16px; |
| 56 | } |
| 57 | </style> |
| 58 | <body> |
| 59 | <table> |
| 60 | <tr> |
| 61 | <th>API</th> |
| 62 | <th>Documentation</th> |
| 63 | <th>PyDoc</th> |
| 64 | <th>Name</th> |
| 65 | <th>Version</th> |
| 66 | </tr> |
| 67 | {% for item in directory %} |
| 68 | <tr> |
| 69 | <td><img class=icon src="{{ item.icons.x16 }}"/> {{ item.title }}</td> |
| 70 | <td><a target=_top href="{{ item.documentationLink }}">Documentation</a></td> |
Joe Gregorio | 81d92cc | 2012-07-09 16:46:02 -0400 | [diff] [blame^] | 71 | <td><a target=_top href="/{{ item.name }}_{{ item.safe_version }}.html">PyDoc</a></td> |
Joe Gregorio | b4169b5 | 2012-02-14 14:42:01 -0500 | [diff] [blame] | 72 | <td>{{ item.name }}</td> |
| 73 | <td>{{ item.version}}</td> |
| 74 | </tr> |
| 75 | {% endfor %} |
| 76 | </table> |
| 77 | </body> |
| 78 | </html> |