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> |
Joe Gregorio | b4169b5 | 2012-02-14 14:42:01 -0500 | [diff] [blame] | 6 | 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 Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 32 | border-collapse: collapse; |
Joe Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 33 | margin: 0; |
Joe Gregorio | b4169b5 | 2012-02-14 14:42:01 -0500 | [diff] [blame] | 34 | padding: 0; |
Joe Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 35 | } |
Joe Gregorio | b4169b5 | 2012-02-14 14:42:01 -0500 | [diff] [blame] | 36 | 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 Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 53 | width: 16px; |
| 54 | height: 16px; |
| 55 | } |
| 56 | </style> |
Joe Gregorio | 1ef83e1 | 2011-04-05 10:53:49 -0400 | [diff] [blame] | 57 | </head> |
| 58 | <body> |
| 59 | <h1> Google API Client for Python Documentation </h1> |
Joe Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 60 | <table> |
| 61 | <tr> |
| 62 | <th>API</th> |
Joe Gregorio | 9c8588a | 2011-07-01 12:01:36 -0400 | [diff] [blame] | 63 | <th>Documentation</th> |
| 64 | <th>PyDoc</th> |
Joe Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 65 | <th>Name</th> |
| 66 | <th>Version</th> |
| 67 | </tr> |
| 68 | {% for item in directory %} |
| 69 | <tr> |
Joe Gregorio | b4169b5 | 2012-02-14 14:42:01 -0500 | [diff] [blame] | 70 | <td><img class=icon src="{{ item.icons.x16 }}"/> {{ item.title }}</td> |
Joe Gregorio | 9c8588a | 2011-07-01 12:01:36 -0400 | [diff] [blame] | 71 | <td><a href="{{ item.documentationLink }}">Documentation</a></td> |
Joe Gregorio | 81d92cc | 2012-07-09 16:46:02 -0400 | [diff] [blame] | 72 | <td><a href="/{{ item.name }}_{{ item.safe_version }}.html">PyDoc</a></td> |
Joe Gregorio | 123f5db | 2011-05-03 08:15:43 -0400 | [diff] [blame] | 73 | <td>{{ item.name }}</td> |
| 74 | <td>{{ item.version}}</td> |
| 75 | </tr> |
| 76 | {% endfor %} |
| 77 | </table> |
Joe Gregorio | 1ef83e1 | 2011-04-05 10:53:49 -0400 | [diff] [blame] | 78 | </body> |
| 79 | </html> |