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

Commit 40c3616

Browse files
committed
build docs 1.177.0 docs 1st pass
1 parent 355bffc commit 40c3616

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+3693
-9290
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: 105c8767502d82ec0a59dcb054265231
3+
config: 2e447e624e46d7b1b1842be46bafbe4d
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ API Documentation
2929
If you are looking for information on a specific function, class or method,
3030
this part of the documentation is for you.
3131

32-
#. toctree::
32+
##. toctree::
3333
:maxdepth: 1
3434

3535
smartsheet

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

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

279+
279280
Module contents
280281
---------------
281282

docs/_sources/smartsheet.models.rst.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Subpackages
55
-----------
66

77
.. toctree::
8-
:maxdepth: 4
98

109
smartsheet.models.enums
1110

@@ -236,6 +235,14 @@ smartsheet.models.date\_object\_value module
236235
:undoc-members:
237236
:show-inheritance:
238237

238+
smartsheet.models.datetime\_object\_value module
239+
------------------------------------------------
240+
241+
.. automodule:: smartsheet.models.datetime_object_value
242+
:members:
243+
:undoc-members:
244+
:show-inheritance:
245+
239246
smartsheet.models.discussion module
240247
-----------------------------------
241248

@@ -932,6 +939,7 @@ smartsheet.models.workspace module
932939
:undoc-members:
933940
:show-inheritance:
934941

942+
935943
Module contents
936944
---------------
937945

docs/_sources/smartsheet.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ Subpackages
55
-----------
66

77
.. toctree::
8-
:maxdepth: 4
98

109
smartsheet.models
1110

@@ -236,6 +235,7 @@ smartsheet.workspaces module
236235
:undoc-members:
237236
:show-inheritance:
238237

238+
239239
Module contents
240240
---------------
241241

docs/_static/basic.css

Lines changed: 31 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -15,12 +15,6 @@ div.clearer {
1515
clear: both;
1616
}
1717

18-
div.section::after {
19-
display: block;
20-
content: '';
21-
clear: left;
22-
}
23-
2418
/* -- relbar ---------------------------------------------------------------- */
2519

2620
div.related {
@@ -322,27 +316,21 @@ img.align-default, .figure.align-default {
322316
div.sidebar {
323317
margin: 0 0 0.5em 1em;
324318
border: 1px solid #ddb;
325-
padding: 7px;
319+
padding: 7px 7px 0 7px;
326320
background-color: #ffe;
327321
width: 40%;
328322
float: right;
329-
clear: right;
330-
overflow-x: auto;
331323
}
332324

333325
p.sidebar-title {
334326
font-weight: bold;
335327
}
336328

337-
div.admonition, div.topic, blockquote {
338-
clear: left;
339-
}
340-
341329
/* -- topics ---------------------------------------------------------------- */
342330

343331
div.topic {
344332
border: 1px solid #ccc;
345-
padding: 7px;
333+
padding: 7px 7px 0 7px;
346334
margin: 10px 0 10px 0;
347335
}
348336

@@ -364,6 +352,10 @@ div.admonition dt {
364352
font-weight: bold;
365353
}
366354

355+
div.admonition dl {
356+
margin-bottom: 0;
357+
}
358+
367359
p.admonition-title {
368360
margin: 0px 10px 5px 0px;
369361
font-weight: bold;
@@ -374,28 +366,9 @@ div.body p.centered {
374366
margin-top: 25px;
375367
}
376368

377-
/* -- content of sidebars/topics/admonitions -------------------------------- */
378-
379-
div.sidebar > :last-child,
380-
div.topic > :last-child,
381-
div.admonition > :last-child {
382-
margin-bottom: 0;
383-
}
384-
385-
div.sidebar::after,
386-
div.topic::after,
387-
div.admonition::after,
388-
blockquote::after {
389-
display: block;
390-
content: '';
391-
clear: both;
392-
}
393-
394369
/* -- tables ---------------------------------------------------------------- */
395370

396371
table.docutils {
397-
margin-top: 10px;
398-
margin-bottom: 10px;
399372
border: 0;
400373
border-collapse: collapse;
401374
}
@@ -443,13 +416,13 @@ table.citation td {
443416
border-bottom: none;
444417
}
445418

446-
th > :first-child,
447-
td > :first-child {
419+
th > p:first-child,
420+
td > p:first-child {
448421
margin-top: 0px;
449422
}
450423

451-
th > :last-child,
452-
td > :last-child {
424+
th > p:last-child,
425+
td > p:last-child {
453426
margin-bottom: 0px;
454427
}
455428

@@ -495,10 +468,6 @@ table.field-list td, table.field-list th {
495468

496469
/* -- hlist styles ---------------------------------------------------------- */
497470

498-
table.hlist {
499-
margin: 1em 0;
500-
}
501-
502471
table.hlist td {
503472
vertical-align: top;
504473
}
@@ -526,37 +495,17 @@ ol.upperroman {
526495
list-style: upper-roman;
527496
}
528497

529-
:not(li) > ol > li:first-child > :first-child,
530-
:not(li) > ul > li:first-child > :first-child {
498+
li > p:first-child {
531499
margin-top: 0px;
532500
}
533501

534-
:not(li) > ol > li:last-child > :last-child,
535-
:not(li) > ul > li:last-child > :last-child {
502+
li > p:last-child {
536503
margin-bottom: 0px;
537504
}
538505

539-
ol.simple ol p,
540-
ol.simple ul p,
541-
ul.simple ol p,
542-
ul.simple ul p {
543-
margin-top: 0;
544-
}
545-
546-
ol.simple > li:not(:first-child) > p,
547-
ul.simple > li:not(:first-child) > p {
548-
margin-top: 0;
549-
}
550-
551-
ol.simple p,
552-
ul.simple p {
553-
margin-bottom: 0;
554-
}
555-
556506
dl.footnote > dt,
557507
dl.citation > dt {
558508
float: left;
559-
margin-right: 0.5em;
560509
}
561510

562511
dl.footnote > dd,
@@ -571,24 +520,23 @@ dl.citation > dd:after {
571520
}
572521

573522
dl.field-list {
574-
display: grid;
575-
grid-template-columns: fit-content(30%) auto;
523+
display: flex;
524+
flex-wrap: wrap;
576525
}
577526

578527
dl.field-list > dt {
528+
flex-basis: 20%;
579529
font-weight: bold;
580530
word-break: break-word;
581-
padding-left: 0.5em;
582-
padding-right: 5px;
583531
}
584532

585533
dl.field-list > dt:after {
586534
content: ":";
587535
}
588536

589537
dl.field-list > dd {
590-
padding-left: 0.5em;
591-
margin-top: 0em;
538+
flex-basis: 70%;
539+
padding-left: 1em;
592540
margin-left: 0em;
593541
margin-bottom: 0em;
594542
}
@@ -597,7 +545,7 @@ dl {
597545
margin-bottom: 15px;
598546
}
599547

600-
dd > :first-child {
548+
dd > p:first-child {
601549
margin-top: 0px;
602550
}
603551

@@ -611,11 +559,6 @@ dd {
611559
margin-left: 30px;
612560
}
613561

614-
dl > dd:last-child,
615-
dl > dd:last-child > :last-child {
616-
margin-bottom: 0;
617-
}
618-
619562
dt:target, span.highlighted {
620563
background-color: #fbe54e;
621564
}
@@ -693,68 +636,29 @@ pre {
693636
overflow-y: hidden; /* fixes display issues on Chrome browsers */
694637
}
695638

696-
pre, div[class*="highlight-"] {
697-
clear: both;
698-
}
699-
700639
span.pre {
701640
-moz-hyphens: none;
702641
-ms-hyphens: none;
703642
-webkit-hyphens: none;
704643
hyphens: none;
705644
}
706645

707-
div[class*="highlight-"] {
708-
margin: 1em 0;
709-
}
710-
711646
td.linenos pre {
647+
padding: 5px 0px;
712648
border: 0;
713649
background-color: transparent;
714650
color: #aaa;
715651
}
716652

717653
table.highlighttable {
718-
display: block;
719-
}
720-
721-
table.highlighttable tbody {
722-
display: block;
723-
}
724-
725-
table.highlighttable tr {
726-
display: flex;
654+
margin-left: 0.5em;
727655
}
728656

729657
table.highlighttable td {
730-
margin: 0;
731-
padding: 0;
732-
}
733-
734-
table.highlighttable td.linenos {
735-
padding-right: 0.5em;
736-
}
737-
738-
table.highlighttable td.code {
739-
flex: 1;
740-
overflow: hidden;
741-
}
742-
743-
.highlight .hll {
744-
display: block;
745-
}
746-
747-
div.highlight pre,
748-
table.highlighttable pre {
749-
margin: 0;
750-
}
751-
752-
div.code-block-caption + div {
753-
margin-top: 0;
658+
padding: 0 0.5em 0 0.5em;
754659
}
755660

756661
div.code-block-caption {
757-
margin-top: 1em;
758662
padding: 2px 5px;
759663
font-size: small;
760664
}
@@ -763,9 +667,8 @@ div.code-block-caption code {
763667
background-color: transparent;
764668
}
765669

766-
table.highlighttable td.linenos,
767-
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
768-
user-select: none;
670+
div.code-block-caption + div > div.highlight > pre {
671+
margin-top: 0;
769672
}
770673

771674
div.code-block-caption span.caption-number {
@@ -777,7 +680,11 @@ div.code-block-caption span.caption-text {
777680
}
778681

779682
div.literal-block-wrapper {
780-
margin: 1em 0;
683+
padding: 1em 1em 0;
684+
}
685+
686+
div.literal-block-wrapper div.highlight {
687+
margin: 0;
781688
}
782689

783690
code.descname {
@@ -828,7 +735,8 @@ span.eqno {
828735
}
829736

830737
span.eqno a.headerlink {
831-
position: absolute;
738+
position: relative;
739+
left: 0px;
832740
z-index: 1;
833741
}
834742

docs/_static/css/theme.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)