Skip to content

Commit c5e8c9e

Browse files
authored
Merge pull request #80 from controlm/py-documentation-chain
update Control-M Python Client documentation Chaining Jobs
2 parents 156f739 + 18b5457 commit c5e8c9e

36 files changed

+9287
-4986
lines changed

docs/_images/notebooks_hello_19_0.svg

Lines changed: 2 additions & 2 deletions
Loading

docs/_images/notebooks_hello_23_0.svg

Lines changed: 4 additions & 4 deletions
Loading

docs/_images/notebooks_hello_25_0.svg

Lines changed: 6 additions & 6 deletions
Loading

docs/_sources/notebooks/hello.ipynb.txt

Lines changed: 259 additions & 10 deletions
Large diffs are not rendered by default.

docs/_static/basic.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,16 @@ dd {
670670
margin-left: 30px;
671671
}
672672

673+
.sig dd {
674+
margin-top: 0px;
675+
margin-bottom: 0px;
676+
}
677+
678+
.sig dl {
679+
margin-top: 0px;
680+
margin-bottom: 0px;
681+
}
682+
673683
dl > dd:last-child,
674684
dl > dd:last-child > :last-child {
675685
margin-bottom: 0;
@@ -738,6 +748,14 @@ abbr, acronym {
738748
cursor: help;
739749
}
740750

751+
.translated {
752+
background-color: rgba(207, 255, 207, 0.2)
753+
}
754+
755+
.untranslated {
756+
background-color: rgba(255, 207, 207, 0.2)
757+
}
758+
741759
/* -- code displays --------------------------------------------------------- */
742760

743761
pre {

docs/_static/pygments.css

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
.highlight .cs { color: #8f5902; font-style: italic } /* Comment.Special */
2323
.highlight .gd { color: #a40000 } /* Generic.Deleted */
2424
.highlight .ge { color: #000000; font-style: italic } /* Generic.Emph */
25+
.highlight .ges { color: #000000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
2526
.highlight .gr { color: #ef2929 } /* Generic.Error */
2627
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
2728
.highlight .gi { color: #00A000 } /* Generic.Inserted */
@@ -105,16 +106,17 @@ body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /*
105106
body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
106107
body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
107108
body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
108-
body[data-theme="dark"] .highlight .gd { color: #d22323 } /* Generic.Deleted */
109+
body[data-theme="dark"] .highlight .gd { color: #ff3a3a } /* Generic.Deleted */
109110
body[data-theme="dark"] .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
110-
body[data-theme="dark"] .highlight .gr { color: #d22323 } /* Generic.Error */
111+
body[data-theme="dark"] .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
112+
body[data-theme="dark"] .highlight .gr { color: #ff3a3a } /* Generic.Error */
111113
body[data-theme="dark"] .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
112114
body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */
113115
body[data-theme="dark"] .highlight .go { color: #cccccc } /* Generic.Output */
114116
body[data-theme="dark"] .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
115117
body[data-theme="dark"] .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
116118
body[data-theme="dark"] .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
117-
body[data-theme="dark"] .highlight .gt { color: #d22323 } /* Generic.Traceback */
119+
body[data-theme="dark"] .highlight .gt { color: #ff3a3a } /* Generic.Traceback */
118120
body[data-theme="dark"] .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */
119121
body[data-theme="dark"] .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */
120122
body[data-theme="dark"] .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */
@@ -190,16 +192,17 @@ body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bol
190192
body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
191193
body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
192194
body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
193-
body:not([data-theme="light"]) .highlight .gd { color: #d22323 } /* Generic.Deleted */
195+
body:not([data-theme="light"]) .highlight .gd { color: #ff3a3a } /* Generic.Deleted */
194196
body:not([data-theme="light"]) .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
195-
body:not([data-theme="light"]) .highlight .gr { color: #d22323 } /* Generic.Error */
197+
body:not([data-theme="light"]) .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
198+
body:not([data-theme="light"]) .highlight .gr { color: #ff3a3a } /* Generic.Error */
196199
body:not([data-theme="light"]) .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
197200
body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */
198201
body:not([data-theme="light"]) .highlight .go { color: #cccccc } /* Generic.Output */
199202
body:not([data-theme="light"]) .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
200203
body:not([data-theme="light"]) .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
201204
body:not([data-theme="light"]) .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
202-
body:not([data-theme="light"]) .highlight .gt { color: #d22323 } /* Generic.Traceback */
205+
body:not([data-theme="light"]) .highlight .gt { color: #ff3a3a } /* Generic.Traceback */
203206
body:not([data-theme="light"]) .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */
204207
body:not([data-theme="light"]) .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */
205208
body:not([data-theme="light"]) .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */

docs/_static/scripts/furo.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/scripts/furo.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/styles/furo.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_static/styles/furo.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)