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

Commit

Permalink
chg: doc: build 2.105.0 docs 1st pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Build committed Oct 7, 2020
1 parent 14021f9 commit a78fd5f
Show file tree
Hide file tree
Showing 18 changed files with 41 additions and 59 deletions.
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 12c6468b54c0f24c0540800b8799c44d
config: 77934f6c063146dcfecd452d15240540
tags: 645f666f9bcd5a90fca523b33c5a78b7
1 change: 0 additions & 1 deletion docs/_sources/smartsheet.models.enums.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ smartsheet.models.enums.widget\_type module
:undoc-members:
:show-inheritance:


Module contents
---------------

Expand Down
1 change: 0 additions & 1 deletion docs/_sources/smartsheet.models.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,6 @@ smartsheet.models.workspace module
:undoc-members:
:show-inheritance:


Module contents
---------------

Expand Down
9 changes: 0 additions & 9 deletions docs/_sources/smartsheet.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -212,14 +212,6 @@ smartsheet.util module
:undoc-members:
:show-inheritance:

smartsheet.version module
-------------------------

.. automodule:: smartsheet.version
:members:
:undoc-members:
:show-inheritance:

smartsheet.webhooks module
--------------------------

Expand All @@ -236,7 +228,6 @@ smartsheet.workspaces module
:undoc-members:
:show-inheritance:


Module contents
---------------

Expand Down
4 changes: 2 additions & 2 deletions docs/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ pre {
overflow-y: hidden; /* fixes display issues on Chrome browsers */
}

pre, div[class|="highlight"] {
pre, div[class*="highlight-"] {
clear: both;
}

Expand All @@ -704,7 +704,7 @@ span.pre {
hyphens: none;
}

div[class^="highlight-"] {
div[class*="highlight-"] {
margin: 1em 0;
}

Expand Down
2 changes: 1 addition & 1 deletion docs/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '2.101.0',
VERSION: '2.101.1.dev12+g14021f9',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
BUILDER: 'html',
Expand Down
7 changes: 6 additions & 1 deletion docs/_static/pygments.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #eeffcc; }
.highlight { background: #eeffcc; }
.highlight .c { color: #408090; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
Expand Down
3 changes: 1 addition & 2 deletions docs/_static/searchtools.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ var Search = {
objectterms.push(tmp[i].toLowerCase());
}

if ($u.indexOf(stopwords, tmp[i].toLowerCase()) != -1 || tmp[i].match(/^\d+$/) ||
tmp[i] === "") {
if ($u.indexOf(stopwords, tmp[i].toLowerCase()) != -1 || tmp[i] === "") {
// skip this "word"
continue;
}
Expand Down
15 changes: 4 additions & 11 deletions docs/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

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



Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
2.101.0
2.101.1.dev12+g14021f9
</div>


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

<ul>
<li><a href="smartsheet.models.html#smartsheet.models.column.Column.formula">(smartsheet.models.column.Column property)</a>
</li>
<li><a href="smartsheet.models.html#smartsheet.models.summary_field.SummaryField.formula">(smartsheet.models.summary_field.SummaryField property)</a>
</li>
</ul></li>
Expand Down Expand Up @@ -2331,8 +2333,6 @@ <h2 id="M">M</h2>
<li><a href="smartsheet.html#module-smartsheet.users">smartsheet.users</a>
</li>
<li><a href="smartsheet.html#module-smartsheet.util">smartsheet.util</a>
</li>
<li><a href="smartsheet.html#module-smartsheet.version">smartsheet.version</a>
</li>
<li><a href="smartsheet.html#module-smartsheet.webhooks">smartsheet.webhooks</a>
</li>
Expand Down Expand Up @@ -4466,13 +4466,6 @@ <h2 id="S">S</h2>

<ul>
<li><a href="smartsheet.html#module-smartsheet.util">module</a>
</li>
</ul></li>
<li>
smartsheet.version

<ul>
<li><a href="smartsheet.html#module-smartsheet.version">module</a>
</li>
</ul></li>
<li>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

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



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
2.101.0
2.101.1.dev12+g14021f9
</div>


Expand Down Expand Up @@ -152,7 +152,7 @@

<div class="section" id="smartsheet-python-sdk-documentation">
<h1>Smartsheet Python SDK Documentation<a class="headerlink" href="#smartsheet-python-sdk-documentation" title="Permalink to this headline"></a></h1>
<p>Release v2.101.0.</p>
<p>Release v2.101.1.dev12+g14021f9.</p>
<div class="section" id="quickstart">
<h2>Quickstart<a class="headerlink" href="#quickstart" title="Permalink to this headline"></a></h2>
<p>Getting started is easy:</p>
Expand Down
5 changes: 2 additions & 3 deletions docs/modules.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

<title>smartsheet &mdash; Smartsheet Python SDK 2.101.0 documentation</title>
<title>smartsheet &mdash; Smartsheet Python SDK 2.101.1.dev12+g14021f9 documentation</title>



Expand Down Expand Up @@ -59,7 +59,7 @@


<div class="version">
2.101.0
2.101.1.dev12+g14021f9
</div>


Expand Down Expand Up @@ -304,7 +304,6 @@ <h1>smartsheet<a class="headerlink" href="#smartsheet" title="Permalink to this
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.types">smartsheet.types module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.users">smartsheet.users module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.util">smartsheet.util module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.version">smartsheet.version module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.webhooks">smartsheet.webhooks module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.workspaces">smartsheet.workspaces module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet">Module contents</a></li>
Expand Down
Binary file modified docs/objects.inv
Binary file not shown.
9 changes: 2 additions & 7 deletions docs/py-modindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

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



Expand Down Expand Up @@ -62,7 +62,7 @@


<div class="version">
2.101.0
2.101.1.dev12+g14021f9
</div>


Expand Down Expand Up @@ -1047,11 +1047,6 @@ <h1>Python Module Index</h1>
<td>&#160;&#160;&#160;
<a href="smartsheet.html#module-smartsheet.util"><code class="xref">smartsheet.util</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
<a href="smartsheet.html#module-smartsheet.version"><code class="xref">smartsheet.version</code></a></td><td>
<em></em></td></tr>
<tr class="cg-1">
<td></td>
<td>&#160;&#160;&#160;
Expand Down
4 changes: 2 additions & 2 deletions docs/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

<title>Search &mdash; Smartsheet Python SDK 2.101.0 documentation</title>
<title>Search &mdash; Smartsheet Python SDK 2.101.1.dev12+g14021f9 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
2.101.0
2.101.1.dev12+g14021f9
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

15 changes: 7 additions & 8 deletions docs/smartsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

<title>smartsheet package &mdash; Smartsheet Python SDK 2.101.0 documentation</title>
<title>smartsheet package &mdash; Smartsheet Python SDK 2.101.1.dev12+g14021f9 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
2.101.0
2.101.1.dev12+g14021f9
</div>


Expand Down Expand Up @@ -118,7 +118,6 @@
<li class="toctree-l2"><a class="reference internal" href="#module-smartsheet.types">smartsheet.types module</a></li>
<li class="toctree-l2"><a class="reference internal" href="#module-smartsheet.users">smartsheet.users module</a></li>
<li class="toctree-l2"><a class="reference internal" href="#module-smartsheet.util">smartsheet.util module</a></li>
<li class="toctree-l2"><a class="reference internal" href="#module-smartsheet.version">smartsheet.version module</a></li>
<li class="toctree-l2"><a class="reference internal" href="#module-smartsheet.webhooks">smartsheet.webhooks module</a></li>
<li class="toctree-l2"><a class="reference internal" href="#module-smartsheet.workspaces">smartsheet.workspaces module</a></li>
<li class="toctree-l2"><a class="reference internal" href="#module-smartsheet">Module contents</a></li>
Expand Down Expand Up @@ -1639,7 +1638,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<li><p><strong>sheet_obj</strong> (<a class="reference internal" href="smartsheet.models.html#smartsheet.models.sheet.Sheet" title="smartsheet.models.sheet.Sheet"><em>Sheet</em></a>) – Sheet object.</p></li>
<li><p><strong>include</strong> (<em>list</em><em>[</em><em>str</em><em>]</em>) – A list of optional elements
to include from the source Template. Valid list values:
data, attachments, discussions, cellLinks, forms.</p></li>
attachments, cellLinks, data, discussions, forms, rules and ruleRecipients.</p></li>
</ul>
</dd>
<dt class="field-even">Returns</dt>
Expand Down Expand Up @@ -2731,7 +2730,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this

<dl class="py method">
<dt id="smartsheet.sheets.Sheets.get_sheet">
<code class="sig-name descname">get_sheet</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">sheet_id</span></em>, <em class="sig-param"><span class="n">include</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">exclude</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">row_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">row_numbers</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">column_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">page_size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">page</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">if_version_after</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">level</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#smartsheet.sheets.Sheets.get_sheet" title="Permalink to this definition"></a></dt>
<code class="sig-name descname">get_sheet</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">sheet_id</span></em>, <em class="sig-param"><span class="n">include</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">exclude</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">row_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">row_numbers</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">column_ids</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">page_size</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">page</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">if_version_after</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">level</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">rows_modified_since</span><span class="o">=</span><span class="default_value">None</span></em>, <em class="sig-param"><span class="n">filter_id</span><span class="o">=</span><span class="default_value">None</span></em><span class="sig-paren">)</span><a class="headerlink" href="#smartsheet.sheets.Sheets.get_sheet" title="Permalink to this definition"></a></dt>
<dd><p>Get the specified Sheet.</p>
<p>Get the specified Sheet. Returns the Sheet, including Rows,
and optionally populated with Discussion and Attachment
Expand Down Expand Up @@ -2761,6 +2760,9 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<li><p><strong>page</strong> (<em>int</em>) – Which page to return.</p></li>
<li><p><strong>if_version_after</strong> (<em>int</em>) – only fetch Sheet if more recent version
available.</p></li>
<li><p><strong>rows_modified_since</strong> – Date should be in ISO-8601 format, for example, rowsModifiedSince=2020-01-30T13:25:32-07:00.</p></li>
<li><p><strong>filter_id</strong> (<em>int</em>) – Applies the given filter (if accessible by the calling user)
and marks the affected rows as “filteredOut”: true</p></li>
</ul>
</dd>
<dt class="field-even">Returns</dt>
Expand Down Expand Up @@ -4407,9 +4409,6 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<code class="sig-prename descclassname">smartsheet.util.</code><code class="sig-name descname">serialize</code><span class="sig-paren">(</span><em class="sig-param"><span class="n">obj</span></em><span class="sig-paren">)</span><a class="headerlink" href="#smartsheet.util.serialize" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</div>
<div class="section" id="module-smartsheet.version">
<span id="smartsheet-version-module"></span><h2>smartsheet.version module<a class="headerlink" href="#module-smartsheet.version" title="Permalink to this headline"></a></h2>
</div>
<div class="section" id="module-smartsheet.webhooks">
<span id="smartsheet-webhooks-module"></span><h2>smartsheet.webhooks module<a class="headerlink" href="#module-smartsheet.webhooks" title="Permalink to this headline"></a></h2>
Expand Down
5 changes: 2 additions & 3 deletions docs/smartsheet.models.enums.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

<title>smartsheet.models.enums package &mdash; Smartsheet Python SDK 2.101.0 documentation</title>
<title>smartsheet.models.enums package &mdash; Smartsheet Python SDK 2.101.1.dev12+g14021f9 documentation</title>



Expand Down Expand Up @@ -60,7 +60,7 @@


<div class="version">
2.101.0
2.101.1.dev12+g14021f9
</div>


Expand Down Expand Up @@ -237,7 +237,6 @@
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.types">smartsheet.types module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.users">smartsheet.users module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.util">smartsheet.util module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.version">smartsheet.version module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.webhooks">smartsheet.webhooks module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.workspaces">smartsheet.workspaces module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet">Module contents</a></li>
Expand Down
10 changes: 7 additions & 3 deletions docs/smartsheet.models.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

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

<title>smartsheet.models package &mdash; Smartsheet Python SDK 2.101.0 documentation</title>
<title>smartsheet.models package &mdash; Smartsheet Python SDK 2.101.1.dev12+g14021f9 documentation</title>



Expand Down Expand Up @@ -61,7 +61,7 @@


<div class="version">
2.101.0
2.101.1.dev12+g14021f9
</div>


Expand Down Expand Up @@ -238,7 +238,6 @@
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.types">smartsheet.types module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.users">smartsheet.users module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.util">smartsheet.util module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.version">smartsheet.version module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.webhooks">smartsheet.webhooks module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet.workspaces">smartsheet.workspaces module</a></li>
<li class="toctree-l2"><a class="reference internal" href="smartsheet.html#module-smartsheet">Module contents</a></li>
Expand Down Expand Up @@ -1213,6 +1212,11 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<em class="property">property </em><code class="sig-name descname">format_</code><a class="headerlink" href="#smartsheet.models.column.Column.format_" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="py method">
<dt id="smartsheet.models.column.Column.formula">
<em class="property">property </em><code class="sig-name descname">formula</code><a class="headerlink" href="#smartsheet.models.column.Column.formula" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="py method">
<dt id="smartsheet.models.column.Column.hidden">
<em class="property">property </em><code class="sig-name descname">hidden</code><a class="headerlink" href="#smartsheet.models.column.Column.hidden" title="Permalink to this definition"></a></dt>
Expand Down

0 comments on commit a78fd5f

Please sign in to comment.