Skip to content

Commit

Permalink
Deployed c50868a to pr-1029 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
plaguss committed Oct 9, 2024
1 parent 50d05ff commit 4c8ed6a
Show file tree
Hide file tree
Showing 511 changed files with 963,470 additions and 0 deletions.
4,862 changes: 4,862 additions & 0 deletions pr-1029/404.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions pr-1029/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
distilabel.argilla.io
6,132 changes: 6,132 additions & 0 deletions pr-1029/api/cli/index.html

Large diffs are not rendered by default.

8,012 changes: 8,012 additions & 0 deletions pr-1029/api/distiset/index.html

Large diffs are not rendered by default.

6,628 changes: 6,628 additions & 0 deletions pr-1029/api/embedding/embedding_gallery/index.html

Large diffs are not rendered by default.

5,495 changes: 5,495 additions & 0 deletions pr-1029/api/embedding/index.html

Large diffs are not rendered by default.

5,453 changes: 5,453 additions & 0 deletions pr-1029/api/errors/index.html

Large diffs are not rendered by default.

5,277 changes: 5,277 additions & 0 deletions pr-1029/api/exceptions/index.html

Large diffs are not rendered by default.

7,726 changes: 7,726 additions & 0 deletions pr-1029/api/llm/index.html

Large diffs are not rendered by default.

30,338 changes: 30,338 additions & 0 deletions pr-1029/api/llm/llm_gallery/index.html

Large diffs are not rendered by default.

5,441 changes: 5,441 additions & 0 deletions pr-1029/api/mixins/requirements/index.html

Large diffs are not rendered by default.

5,870 changes: 5,870 additions & 0 deletions pr-1029/api/mixins/runtime_parameters/index.html

Large diffs are not rendered by default.

11,295 changes: 11,295 additions & 0 deletions pr-1029/api/pipeline/index.html

Large diffs are not rendered by default.

7,082 changes: 7,082 additions & 0 deletions pr-1029/api/pipeline/routing_batch_function/index.html

Large diffs are not rendered by default.

6,583 changes: 6,583 additions & 0 deletions pr-1029/api/pipeline/step_wrapper/index.html

Large diffs are not rendered by default.

5,424 changes: 5,424 additions & 0 deletions pr-1029/api/pipeline/typing/index.html

Large diffs are not rendered by default.

5,579 changes: 5,579 additions & 0 deletions pr-1029/api/step/decorator/index.html

Large diffs are not rendered by default.

5,918 changes: 5,918 additions & 0 deletions pr-1029/api/step/generator_step/index.html

Large diffs are not rendered by default.

5,187 changes: 5,187 additions & 0 deletions pr-1029/api/step/global_step/index.html

Large diffs are not rendered by default.

8,550 changes: 8,550 additions & 0 deletions pr-1029/api/step/index.html

Large diffs are not rendered by default.

5,282 changes: 5,282 additions & 0 deletions pr-1029/api/step/resources/index.html

Large diffs are not rendered by default.

5,277 changes: 5,277 additions & 0 deletions pr-1029/api/step/typing/index.html

Large diffs are not rendered by default.

7,930 changes: 7,930 additions & 0 deletions pr-1029/api/step_gallery/argilla/index.html

Large diffs are not rendered by default.

8,082 changes: 8,082 additions & 0 deletions pr-1029/api/step_gallery/columns/index.html

Large diffs are not rendered by default.

17,538 changes: 17,538 additions & 0 deletions pr-1029/api/step_gallery/extra/index.html

Large diffs are not rendered by default.

7,938 changes: 7,938 additions & 0 deletions pr-1029/api/step_gallery/hugging_face/index.html

Large diffs are not rendered by default.

5,226 changes: 5,226 additions & 0 deletions pr-1029/api/task/generator_task/index.html

Large diffs are not rendered by default.

6,869 changes: 6,869 additions & 0 deletions pr-1029/api/task/index.html

Large diffs are not rendered by default.

42,346 changes: 42,346 additions & 0 deletions pr-1029/api/task/task_gallery/index.html

Large diffs are not rendered by default.

5,834 changes: 5,834 additions & 0 deletions pr-1029/api/task/typing/index.html

Large diffs are not rendered by default.

119 changes: 119 additions & 0 deletions pr-1029/assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@

/* Avoid breaking parameter names, 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;
}

/* Max width for docstring sections tables. */
.doc .md-typeset__table,
.doc .md-typeset__table table {
display: table !important;
width: 100%;
}

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

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

/* 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-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-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-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-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-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;
}
Binary file added pr-1029/assets/distilabel-badge-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pr-1029/assets/distilabel-badge-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pr-1029/assets/distilabel-black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions pr-1029/assets/distilabel-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions pr-1029/assets/distilabel-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added pr-1029/assets/distilabel-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4c8ed6a

Please sign in to comment.