Skip to content

Commit

Permalink
Deployed 4ddeae2 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Jul 30, 2024
1 parent 6e2c81a commit e70c6de
Show file tree
Hide file tree
Showing 293 changed files with 68,536 additions and 527,227 deletions.
1,479 changes: 24 additions & 1,455 deletions 404.html

Large diffs are not rendered by default.

1,604 changes: 54 additions & 1,550 deletions FAQ/index.html

Large diffs are not rendered by default.

15,172 changes: 4,668 additions & 10,504 deletions api/app/index.html

Large diffs are not rendered by default.

1,819 changes: 171 additions & 1,648 deletions api/await_complete/index.html

Large diffs are not rendered by default.

1,539 changes: 41 additions & 1,498 deletions api/await_remove/index.html

Large diffs are not rendered by default.

1,833 changes: 148 additions & 1,685 deletions api/binding/index.html

Large diffs are not rendered by default.

2,710 changes: 386 additions & 2,324 deletions api/cache/index.html

Large diffs are not rendered by default.

5,366 changes: 1,394 additions & 3,972 deletions api/color/index.html

Large diffs are not rendered by default.

4,678 changes: 900 additions & 3,778 deletions api/command/index.html

Large diffs are not rendered by default.

1,800 changes: 153 additions & 1,647 deletions api/constants/index.html

Large diffs are not rendered by default.

4,892 changes: 673 additions & 4,219 deletions api/containers/index.html

Large diffs are not rendered by default.

1,797 changes: 150 additions & 1,647 deletions api/coordinate/index.html

Large diffs are not rendered by default.

7,576 changes: 2,080 additions & 5,496 deletions api/dom_node/index.html

Large diffs are not rendered by default.

1,610 changes: 63 additions & 1,547 deletions api/errors/index.html

Large diffs are not rendered by default.

4,990 changes: 1,250 additions & 3,740 deletions api/events/index.html

Large diffs are not rendered by default.

3,382 changes: 624 additions & 2,758 deletions api/filter/index.html

Large diffs are not rendered by default.

2,066 changes: 205 additions & 1,861 deletions api/fuzzy_matcher/index.html

Large diffs are not rendered by default.

10,462 changes: 3,227 additions & 7,235 deletions api/geometry/index.html

Large diffs are not rendered by default.

1,482 changes: 25 additions & 1,457 deletions api/index.html

Large diffs are not rendered by default.

1,625 changes: 63 additions & 1,562 deletions api/lazy/index.html

Large diffs are not rendered by default.

2,561 changes: 331 additions & 2,230 deletions api/logger/index.html

Large diffs are not rendered by default.

1,683 changes: 83 additions & 1,600 deletions api/logging/index.html

Large diffs are not rendered by default.

1,703 changes: 107 additions & 1,596 deletions api/map_geometry/index.html

Large diffs are not rendered by default.

1,963 changes: 176 additions & 1,787 deletions api/message/index.html

Large diffs are not rendered by default.

3,862 changes: 746 additions & 3,116 deletions api/message_pump/index.html

Large diffs are not rendered by default.

1,674 changes: 72 additions & 1,602 deletions api/on/index.html

Large diffs are not rendered by default.

3,594 changes: 662 additions & 2,932 deletions api/pilot/index.html

Large diffs are not rendered by default.

4,356 changes: 968 additions & 3,388 deletions api/query/index.html

Large diffs are not rendered by default.

3,037 changes: 439 additions & 2,598 deletions api/reactive/index.html

Large diffs are not rendered by default.

2,767 changes: 391 additions & 2,376 deletions api/renderables/index.html

Large diffs are not rendered by default.

4,696 changes: 1,088 additions & 3,608 deletions api/screen/index.html

Large diffs are not rendered by default.

2,538 changes: 240 additions & 2,298 deletions api/scroll_view/index.html

Large diffs are not rendered by default.

1,911 changes: 185 additions & 1,726 deletions api/scrollbar/index.html

Large diffs are not rendered by default.

2,134 changes: 209 additions & 1,925 deletions api/signal/index.html

Large diffs are not rendered by default.

4,102 changes: 849 additions & 3,253 deletions api/strip/index.html

Large diffs are not rendered by default.

2,203 changes: 251 additions & 1,952 deletions api/suggester/index.html

Large diffs are not rendered by default.

1,793 changes: 112 additions & 1,681 deletions api/system_commands_source/index.html

Large diffs are not rendered by default.

2,070 changes: 193 additions & 1,877 deletions api/timer/index.html

Large diffs are not rendered by default.

3,040 changes: 547 additions & 2,493 deletions api/types/index.html

Large diffs are not rendered by default.

4,984 changes: 1,192 additions & 3,792 deletions api/validation/index.html

Large diffs are not rendered by default.

2,004 changes: 162 additions & 1,842 deletions api/walk/index.html

Large diffs are not rendered by default.

19,652 changes: 5,733 additions & 13,919 deletions api/widget/index.html

Large diffs are not rendered by default.

1,864 changes: 112 additions & 1,752 deletions api/work/index.html

Large diffs are not rendered by default.

3,137 changes: 562 additions & 2,575 deletions api/worker/index.html

Large diffs are not rendered by default.

2,278 changes: 258 additions & 2,020 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;
}
3 changes: 0 additions & 3 deletions assets/javascripts/bundle.d249fdc4.min.js

This file was deleted.

29 changes: 29 additions & 0 deletions assets/javascripts/bundle.ebd0bdb7.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.ebd0bdb7.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.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/main.6543a935.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/stylesheets/main.6543a935.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 e70c6de

Please sign in to comment.