Skip to content

Commit

Permalink
Deployed 322a85c with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Sep 23, 2024
1 parent 5cd6ba1 commit c325440
Show file tree
Hide file tree
Showing 296 changed files with 108,859 additions and 555,779 deletions.
1,520 changes: 59 additions & 1,461 deletions 404.html

Large diffs are not rendered by default.

1,659 changes: 98 additions & 1,561 deletions FAQ/index.html

Large diffs are not rendered by default.

17,506 changes: 5,625 additions & 11,881 deletions api/app/index.html

Large diffs are not rendered by default.

1,936 changes: 190 additions & 1,746 deletions api/await_complete/index.html

Large diffs are not rendered by default.

1,588 changes: 80 additions & 1,508 deletions api/await_remove/index.html

Large diffs are not rendered by default.

2,998 changes: 545 additions & 2,453 deletions api/binding/index.html

Large diffs are not rendered by default.

2,829 changes: 460 additions & 2,369 deletions api/cache/index.html

Large diffs are not rendered by default.

5,301 changes: 1,397 additions & 3,904 deletions api/color/index.html

Large diffs are not rendered by default.

4,865 changes: 1,030 additions & 3,835 deletions api/command/index.html

Large diffs are not rendered by default.

1,937 changes: 257 additions & 1,680 deletions api/constants/index.html

Large diffs are not rendered by default.

4,949 changes: 716 additions & 4,233 deletions api/containers/index.html

Large diffs are not rendered by default.

1,860 changes: 196 additions & 1,664 deletions api/coordinate/index.html

Large diffs are not rendered by default.

9,014 changes: 2,803 additions & 6,211 deletions api/dom_node/index.html

Large diffs are not rendered by default.

1,667 changes: 106 additions & 1,561 deletions api/errors/index.html

Large diffs are not rendered by default.

5,804 changes: 1,363 additions & 4,441 deletions api/events/index.html

Large diffs are not rendered by default.

3,544 changes: 800 additions & 2,744 deletions api/filter/index.html

Large diffs are not rendered by default.

2,131 changes: 252 additions & 1,879 deletions api/fuzzy_matcher/index.html

Large diffs are not rendered by default.

10,919 changes: 3,468 additions & 7,451 deletions api/geometry/index.html

Large diffs are not rendered by default.

1,527 changes: 62 additions & 1,465 deletions api/index.html

Large diffs are not rendered by default.

1,674 changes: 102 additions & 1,572 deletions api/lazy/index.html

Large diffs are not rendered by default.

2,658 changes: 394 additions & 2,264 deletions api/logger/index.html

Large diffs are not rendered by default.

1,734 changes: 123 additions & 1,611 deletions api/logging/index.html

Large diffs are not rendered by default.

1,762 changes: 151 additions & 1,611 deletions api/map_geometry/index.html

Large diffs are not rendered by default.

2,040 changes: 229 additions & 1,811 deletions api/message/index.html

Large diffs are not rendered by default.

3,651 changes: 734 additions & 2,917 deletions api/message_pump/index.html

Large diffs are not rendered by default.

1,723 changes: 111 additions & 1,612 deletions api/on/index.html

Large diffs are not rendered by default.

3,667 changes: 713 additions & 2,954 deletions api/pilot/index.html

Large diffs are not rendered by default.

4,469 changes: 1,039 additions & 3,430 deletions api/query/index.html

Large diffs are not rendered by default.

3,086 changes: 478 additions & 2,608 deletions api/reactive/index.html

Large diffs are not rendered by default.

2,856 changes: 431 additions & 2,425 deletions api/renderables/index.html

Large diffs are not rendered by default.

5,038 changes: 1,236 additions & 3,802 deletions api/screen/index.html

Large diffs are not rendered by default.

2,599 changes: 285 additions & 2,314 deletions api/scroll_view/index.html

Large diffs are not rendered by default.

2,056 changes: 232 additions & 1,824 deletions api/scrollbar/index.html

Large diffs are not rendered by default.

2,194 changes: 274 additions & 1,920 deletions api/signal/index.html

Large diffs are not rendered by default.

4,207 changes: 916 additions & 3,291 deletions api/strip/index.html

Large diffs are not rendered by default.

2,268 changes: 298 additions & 1,970 deletions api/suggester/index.html

Large diffs are not rendered by default.

1,848 changes: 154 additions & 1,694 deletions api/system_commands_source/index.html

Large diffs are not rendered by default.

2,131 changes: 238 additions & 1,893 deletions api/timer/index.html

Large diffs are not rendered by default.

3,161 changes: 622 additions & 2,539 deletions api/types/index.html

Large diffs are not rendered by default.

5,241 changes: 1,279 additions & 3,962 deletions api/validation/index.html

Large diffs are not rendered by default.

2,055 changes: 202 additions & 1,853 deletions api/walk/index.html

Large diffs are not rendered by default.

20,139 changes: 6,000 additions & 14,139 deletions api/widget/index.html

Large diffs are not rendered by default.

1,913 changes: 151 additions & 1,762 deletions api/work/index.html

Large diffs are not rendered by default.

3,370 changes: 693 additions & 2,677 deletions api/worker/index.html

Large diffs are not rendered by default.

2,347 changes: 307 additions & 2,040 deletions api/worker_manager/index.html

Large diffs are not rendered by default.

137 changes: 15 additions & 122 deletions assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@

/* Avoid breaking parameter names, etc. in table cells. */
/* Don't capitalize names. */
h5.doc-heading {
text-transform: none !important;
}

/* Avoid breaking parameters name, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}

/* No line break before first paragraph of descriptions. */
.doc-md-description,
.doc-md-description>p:first-child {
display: inline;
/* For pieces of Markdown rendered in table cells. */
.doc-contents td p {
margin-top: 0 !important;
margin-bottom: 0 !important;
}

/* Max width for docstring sections tables. */
Expand All @@ -16,128 +21,16 @@
display: table !important;
width: 100%;
}

.doc .md-typeset__table tr {
display: table-row;
}

/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}

/* Parameter headings must be inline, not blocks. */
.doc-heading-parameter {
/* Avoid line breaks in rendered fields. */
.field-body p {
display: inline;
}

/* Prefer space on the right, not the left of parameter permalinks. */
.doc-heading-parameter .headerlink {
margin-left: 0 !important;
margin-right: 0.2rem;
}

/* Backward-compatibility: docstring section titles in bold. */
.doc-section-title {
font-weight: bold;
}

/* Symbols in Navigation and ToC. */
:root,
[data-md-color-scheme="default"] {
--doc-symbol-parameter-fg-color: #df50af;
--doc-symbol-attribute-fg-color: #953800;
--doc-symbol-function-fg-color: #8250df;
--doc-symbol-method-fg-color: #8250df;
--doc-symbol-class-fg-color: #0550ae;
--doc-symbol-module-fg-color: #5cad0f;

--doc-symbol-parameter-bg-color: #df50af1a;
--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
--doc-symbol-class-bg-color: #0550ae1a;
--doc-symbol-module-bg-color: #5cad0f1a;
}

[data-md-color-scheme="slate"] {
--doc-symbol-parameter-fg-color: #ffa8cc;
--doc-symbol-attribute-fg-color: #ffa657;
--doc-symbol-function-fg-color: #d2a8ff;
--doc-symbol-method-fg-color: #d2a8ff;
--doc-symbol-class-fg-color: #79c0ff;
--doc-symbol-module-fg-color: #baff79;

--doc-symbol-parameter-bg-color: #ffa8cc1a;
--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
--doc-symbol-class-bg-color: #79c0ff1a;
--doc-symbol-module-bg-color: #baff791a;
}

code.doc-symbol {
border-radius: .1rem;
font-size: .85em;
padding: 0 .3em;
font-weight: bold;
}

code.doc-symbol-parameter {
color: var(--doc-symbol-parameter-fg-color);
background-color: var(--doc-symbol-parameter-bg-color);
}

code.doc-symbol-parameter::after {
content: "param";
}

code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
}

code.doc-symbol-attribute::after {
content: "attr";
}

code.doc-symbol-function {
color: var(--doc-symbol-function-fg-color);
background-color: var(--doc-symbol-function-bg-color);
}

code.doc-symbol-function::after {
content: "func";
}

code.doc-symbol-method {
color: var(--doc-symbol-method-fg-color);
background-color: var(--doc-symbol-method-bg-color);
}

code.doc-symbol-method::after {
content: "meth";
}

code.doc-symbol-class {
color: var(--doc-symbol-class-fg-color);
background-color: var(--doc-symbol-class-bg-color);
}

code.doc-symbol-class::after {
content: "class";
}

code.doc-symbol-module {
color: var(--doc-symbol-module-fg-color);
background-color: var(--doc-symbol-module-bg-color);
}

code.doc-symbol-module::after {
content: "mod";
}

.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}
16 changes: 16 additions & 0 deletions assets/javascripts/bundle.56dfad97.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.56dfad97.min.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions assets/javascripts/bundle.d249fdc4.min.js

This file was deleted.

42 changes: 42 additions & 0 deletions assets/javascripts/workers/search.07f07601.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/workers/search.07f07601.min.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions assets/javascripts/workers/search.1e90e0fb.min.js

This file was deleted.

1 change: 1 addition & 0 deletions assets/stylesheets/main.35f28582.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/main.35f28582.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/stylesheets/main.cc8ffde5.min.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/stylesheets/palette.06af60db.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/stylesheets/palette.06af60db.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c325440

Please sign in to comment.