blob: 79144b63a5f8f0dffd1ab727316653ed4a12c537 [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<head>
<title> Google API Client for Python Documentation </title>
<style>
table {
border-collapse: collapse;
}
td, th {
padding: 0.3em;
margin: 0;
border: solid black 1px;
}
img {
width: 16px;
height: 16px;
}
</style>
</head>
<body>
<h1> Google API Client for Python Documentation </h1>
<table>
<tr>
<th>API</th>
<th>Documentation</th>
<th>PyDoc</th>
<th>Name</th>
<th>Version</th>
</tr>
{% for item in directory %}
<tr>
<td><img src="{{ item.icons.x16 }}"/> {{ item.title }}</td>
<td><a href="{{ item.documentationLink }}">Documentation</a></td>
<td><a href="/{{ item.name }}/{{ item.version }}">PyDoc</a></td>
<td>{{ item.name }}</td>
<td>{{ item.version}}</td>
</tr>
{% endfor %}
</table>
</body>
</html>