Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit a78fd5f

Browse files
author
Automated Build
committed
chg: doc: build 2.105.0 docs 1st pass
1 parent 14021f9 commit a78fd5f

18 files changed

+41
-59
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 12c6468b54c0f24c0540800b8799c44d
3+
config: 77934f6c063146dcfecd452d15240540
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/smartsheet.models.enums.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ smartsheet.models.enums.widget\_type module
276276
:undoc-members:
277277
:show-inheritance:
278278

279-
280279
Module contents
281280
---------------
282281

docs/_sources/smartsheet.models.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,6 @@ smartsheet.models.workspace module
932932
:undoc-members:
933933
:show-inheritance:
934934

935-
936935
Module contents
937936
---------------
938937

docs/_sources/smartsheet.rst.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,6 @@ smartsheet.util module
212212
:undoc-members:
213213
:show-inheritance:
214214

215-
smartsheet.version module
216-
-------------------------
217-
218-
.. automodule:: smartsheet.version
219-
:members:
220-
:undoc-members:
221-
:show-inheritance:
222-
223215
smartsheet.webhooks module
224216
--------------------------
225217

@@ -236,7 +228,6 @@ smartsheet.workspaces module
236228
:undoc-members:
237229
:show-inheritance:
238230

239-
240231
Module contents
241232
---------------
242233

docs/_static/basic.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ pre {
693693
overflow-y: hidden; /* fixes display issues on Chrome browsers */
694694
}
695695

696-
pre, div[class|="highlight"] {
696+
pre, div[class*="highlight-"] {
697697
clear: both;
698698
}
699699

@@ -704,7 +704,7 @@ span.pre {
704704
hyphens: none;
705705
}
706706

707-
div[class^="highlight-"] {
707+
div[class*="highlight-"] {
708708
margin: 1em 0;
709709
}
710710

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '2.101.0',
3+
VERSION: '2.101.1.dev12+g14021f9',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/_static/pygments.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
pre { line-height: 125%; margin: 0; }
2+
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
3+
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
4+
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
5+
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
16
.highlight .hll { background-color: #ffffcc }
2-
.highlight { background: #eeffcc; }
7+
.highlight { background: #eeffcc; }
38
.highlight .c { color: #408090; font-style: italic } /* Comment */
49
.highlight .err { border: 1px solid #FF0000 } /* Error */
510
.highlight .k { color: #007020; font-weight: bold } /* Keyword */

docs/_static/searchtools.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ var Search = {
166166
objectterms.push(tmp[i].toLowerCase());
167167
}
168168

169-
if ($u.indexOf(stopwords, tmp[i].toLowerCase()) != -1 || tmp[i].match(/^\d+$/) ||
170-
tmp[i] === "") {
169+
if ($u.indexOf(stopwords, tmp[i].toLowerCase()) != -1 || tmp[i] === "") {
171170
// skip this "word"
172171
continue;
173172
}

docs/genindex.html

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

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

10-
<title>Index &mdash; Smartsheet Python SDK 2.101.0 documentation</title>
10+
<title>Index &mdash; Smartsheet Python SDK 2.101.1.dev12+g14021f9 documentation</title>
1111

1212

1313

@@ -59,7 +59,7 @@
5959

6060

6161
<div class="version">
62-
2.101.0
62+
2.101.1.dev12+g14021f9
6363
</div>
6464

6565

@@ -1209,6 +1209,8 @@ <h2 id="F">F</h2>
12091209
<li><a href="smartsheet.models.html#smartsheet.models.cell.Cell.formula">formula() (smartsheet.models.cell.Cell property)</a>
12101210

12111211
<ul>
1212+
<li><a href="smartsheet.models.html#smartsheet.models.column.Column.formula">(smartsheet.models.column.Column property)</a>
1213+
</li>
12121214
<li><a href="smartsheet.models.html#smartsheet.models.summary_field.SummaryField.formula">(smartsheet.models.summary_field.SummaryField property)</a>
12131215
</li>
12141216
</ul></li>
@@ -2331,8 +2333,6 @@ <h2 id="M">M</h2>
23312333
<li><a href="smartsheet.html#module-smartsheet.users">smartsheet.users</a>
23322334
</li>
23332335
<li><a href="smartsheet.html#module-smartsheet.util">smartsheet.util</a>
2334-
</li>
2335-
<li><a href="smartsheet.html#module-smartsheet.version">smartsheet.version</a>
23362336
</li>
23372337
<li><a href="smartsheet.html#module-smartsheet.webhooks">smartsheet.webhooks</a>
23382338
</li>
@@ -4466,13 +4466,6 @@ <h2 id="S">S</h2>
44664466

44674467
<ul>
44684468
<li><a href="smartsheet.html#module-smartsheet.util">module</a>
4469-
</li>
4470-
</ul></li>
4471-
<li>
4472-
smartsheet.version
4473-
4474-
<ul>
4475-
<li><a href="smartsheet.html#module-smartsheet.version">module</a>
44764469
</li>
44774470
</ul></li>
44784471
<li>

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
<title>Smartsheet Python SDK Documentation &mdash; Smartsheet Python SDK 2.101.0 documentation</title>
10+
<title>Smartsheet Python SDK Documentation &mdash; Smartsheet Python SDK 2.101.1.dev12+g14021f9 documentation</title>
1111

1212

1313

@@ -60,7 +60,7 @@
6060

6161

6262
<div class="version">
63-
2.101.0
63+
2.101.1.dev12+g14021f9
6464
</div>
6565

6666

@@ -152,7 +152,7 @@
152152

153153
<div class="section" id="smartsheet-python-sdk-documentation">
154154
<h1>Smartsheet Python SDK Documentation<a class="headerlink" href="#smartsheet-python-sdk-documentation" title="Permalink to this headline"></a></h1>
155-
<p>Release v2.101.0.</p>
155+
<p>Release v2.101.1.dev12+g14021f9.</p>
156156
<div class="section" id="quickstart">
157157
<h2>Quickstart<a class="headerlink" href="#quickstart" title="Permalink to this headline"></a></h2>
158158
<p>Getting started is easy:</p>

0 commit comments

Comments
 (0)