File: index.html

package info (click to toggle)
python-googleapi 1.5.0-2~bpo8%2B1
  • links: PTS
  • area: main
  • in suites: jessie-backports
  • size: 28,336 kB
  • sloc: python: 6,808; makefile: 64; sh: 53; xml: 5
file content (79 lines) | stat: -rw-r--r-- 1,813 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE HTML>
<html>
  <head>
    <title> Google API Client for Python Documentation </title>
    <style>
      body
      {
        color: #333;
        font-family: Arial, sans-serif;
      }
      body table th,
      body table td
      {
        color: #333;
        font-family: Arial, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        line-height: 21px;
      }
      body table th
      {
        font-weight: bold;
        background: #6199DF;
        color: white;
      }
      table
      {
        display: table;
        border: 1px solid #BBB;
        border-spacing: 0;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
      }
      tr
      {
        display: table-row;
        border: 0;
        margin: 0;
        padding: 0;
      }
      td, th
      {
        display: table-cell;
        border: 1px solid #BBB;
        margin: 0;
        padding: 6px 10px;
        text-align: left;
        vertical-align: top;
      }
      .icon {
        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 class=icon src="{{ item.icons.x16 }}"/> {{ item.title }}</td>
        <td><a href="{{ item.documentationLink }}">Documentation</a></td>
        <td><a href="https://google-api-client-libraries.appspot.com/documentation/{{ item.name }}/{{ item.version }}/python/latest/">PyDoc</a></td>
        <td>{{ item.name }}</td>
        <td>{{ item.version}}</td>
      </tr>
      {% endfor %}
    </table>
  </body>
</html>