Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.

Commit c36fae1

Browse files
committed
oauth2client 4.0.x compatibility, squash of keliomer's PR, merges #79.
1 parent 986ad8f commit c36fae1

24 files changed

+96
-64
lines changed
-28.7 KB
Binary file not shown.
-27 Bytes
Binary file not shown.
-27 Bytes
Binary file not shown.

docs/build/doctrees/index.doctree

-27 Bytes
Binary file not shown.

docs/build/doctrees/oauth.doctree

-27 Bytes
Binary file not shown.
-4.71 KB
Binary file not shown.
-27 Bytes
Binary file not shown.

docs/build/html/_static/basic.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,13 @@ pre {
494494
overflow-y: hidden; /* fixes display issues on Chrome browsers */
495495
}
496496

497+
span.pre {
498+
-moz-hyphens: none;
499+
-ms-hyphens: none;
500+
-webkit-hyphens: none;
501+
hyphens: none;
502+
}
503+
497504
td.linenos pre {
498505
padding: 5px 0px;
499506
border: 0;

docs/build/html/_static/searchtools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ var Search = {
324324
var searchterms = [];
325325
var excluded = [];
326326
var hlterms = [];
327-
var tmp = query.split(/\s+/);
327+
var tmp = query.split(/\W+/);
328328
var objectterms = [];
329329
for (i = 0; i < tmp.length; i++) {
330330
if (tmp[i] !== "") {

docs/build/html/filelist.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1010

11-
<title>File listing made easy &mdash; PyDrive 1.3.0 documentation</title>
11+
<title>File listing made easy &mdash; PyDrive 1.3.1 documentation</title>
1212

1313

1414

@@ -30,7 +30,10 @@
3030

3131

3232

33-
<link rel="top" title="PyDrive 1.3.0 documentation" href="index.html"/>
33+
<link rel="index" title="Index"
34+
href="genindex.html"/>
35+
<link rel="search" title="Search" href="search.html"/>
36+
<link rel="top" title="PyDrive 1.3.1 documentation" href="index.html"/>
3437
<link rel="next" title="pydrive package" href="pydrive.html"/>
3538
<link rel="prev" title="File management made easy" href="filemanagement.html"/>
3639

@@ -60,7 +63,7 @@
6063

6164

6265
<div class="version">
63-
1.3.0
66+
1.3.1
6467
</div>
6568

6669

@@ -208,7 +211,7 @@ <h2>Paginate and iterate through files<a class="headerlink" href="#paginate-and-
208211
<script type="text/javascript">
209212
var DOCUMENTATION_OPTIONS = {
210213
URL_ROOT:'./',
211-
VERSION:'1.3.0',
214+
VERSION:'1.3.1',
212215
COLLAPSE_INDEX:false,
213216
FILE_SUFFIX:'.html',
214217
HAS_SOURCE: true

0 commit comments

Comments
 (0)