-
Notifications
You must be signed in to change notification settings - Fork 952
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1382 from burnash/feature/release_6_0_0
Feature/release 6 0 0
- Loading branch information
Showing
48 changed files
with
9,368 additions
and
11,560 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,3 @@ Client | |
|
||
.. autoclass:: gspread.Client | ||
:members: | ||
|
||
.. autoclass:: gspread.client.BackoffClient | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
HTTP Client | ||
=========== | ||
|
||
.. note:: | ||
|
||
This class is not intended to be used directly. | ||
It is used by all gspread models to interact with the Google API | ||
|
||
.. autoclass:: gspread.HTTPClient | ||
:members: | ||
|
||
.. autoclass:: gspread.BackOffHTTPClient | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ API Reference | |
top-level | ||
auth | ||
client | ||
http_client | ||
models/index | ||
utils | ||
exceptions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,6 @@ | ||
Utils | ||
===== | ||
|
||
.. autonamedtuple:: gspread.utils.Dimension | ||
.. autonamedtuple:: gspread.utils.DateTimeOption | ||
.. autonamedtuple:: gspread.utils.ExportFormat | ||
.. autonamedtuple:: gspread.utils.MergeType | ||
.. autonamedtuple:: gspread.utils.MimeType | ||
.. autonamedtuple:: gspread.utils.PasteOrientation | ||
.. autonamedtuple:: gspread.utils.PasteType | ||
.. autonamedtuple:: gspread.utils.ValueInputOption | ||
.. autonamedtuple:: gspread.utils.ValueRenderOption | ||
|
||
.. automodule:: gspread.utils | ||
:members: | ||
:undoc-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
sphinx==5.3.0 | ||
sphinx==6.2.1 | ||
sphinx_rtd_theme | ||
sphinx-toolbox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.