Skip to content

Commit

Permalink
Deployed df3f463 to pr-1080 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmbmb committed Dec 18, 2024
1 parent a5ab4ed commit edc9f97
Show file tree
Hide file tree
Showing 535 changed files with 1,054,578 additions and 0 deletions.
5,051 changes: 5,051 additions & 0 deletions pr-1080/404.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

6,066 changes: 6,066 additions & 0 deletions pr-1080/api/mixins/runtime_parameters/index.html

Large diffs are not rendered by default.

6,836 changes: 6,836 additions & 0 deletions pr-1080/api/models/embedding/embedding_gallery/index.html

Large diffs are not rendered by default.

5,696 changes: 5,696 additions & 0 deletions pr-1080/api/models/embedding/index.html

Large diffs are not rendered by default.

8,148 changes: 8,148 additions & 0 deletions pr-1080/api/models/llm/index.html

Large diffs are not rendered by default.

31,889 changes: 31,889 additions & 0 deletions pr-1080/api/models/llm/llm_gallery/index.html

Large diffs are not rendered by default.

12,279 changes: 12,279 additions & 0 deletions pr-1080/api/pipeline/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

6,128 changes: 6,128 additions & 0 deletions pr-1080/api/step/generator_step/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

8,153 changes: 8,153 additions & 0 deletions pr-1080/api/step_gallery/argilla/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

8,151 changes: 8,151 additions & 0 deletions pr-1080/api/step_gallery/hugging_face/index.html

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

7,149 changes: 7,149 additions & 0 deletions pr-1080/api/task/index.html

Large diffs are not rendered by default.

48,189 changes: 48,189 additions & 0 deletions pr-1080/api/task/task_gallery/index.html

Large diffs are not rendered by default.

6,242 changes: 6,242 additions & 0 deletions pr-1080/api/task/typing/index.html

Large diffs are not rendered by default.

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

/* 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;
}

/* Parameter headings must be inline, not blocks. */
.doc-heading-parameter {
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, :host,
[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;
}
Binary file added pr-1080/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-1080/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-1080/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-1080/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-1080/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-1080/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 edc9f97

Please sign in to comment.