1<!DOCTYPE HTML> 2<html> 3 <head> 4 <title> Google API Client for Python Documentation </title> 5 <style> 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; 32 border-collapse: collapse; 33 margin: 0; 34 padding: 0; 35 } 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 { 53 width: 16px; 54 height: 16px; 55 } 56 </style> 57 </head> 58 <body> 59 <h1> Google API Client for Python Documentation </h1> 60 <table> 61 <tr> 62 <th>API</th> 63 <th>Documentation</th> 64 <th>PyDoc</th> 65 <th>Name</th> 66 <th>Version</th> 67 </tr> 68 {% for item in directory %} 69 <tr> 70 <td><img class=icon src="{{ item.icons.x16 }}"/> {{ item.title }}</td> 71 <td><a href="{{ item.documentationLink }}">Documentation</a></td> 72 <td><a href="https://google-api-client-libraries.appspot.com/documentation/{{ item.name }}/{{ item.version }}/python/latest/">PyDoc</a></td> 73 <td>{{ item.name }}</td> 74 <td>{{ item.version}}</td> 75 </tr> 76 {% endfor %} 77 </table> 78 </body> 79</html> 80