Skip to content

Commit

Permalink
Deployed 2cedc7d to dev 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 Oct 16, 2024
1 parent 7930519 commit c22c537
Show file tree
Hide file tree
Showing 173 changed files with 14,597 additions and 3,170 deletions.
27 changes: 24 additions & 3 deletions dev/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@


<link rel="icon" href="/distilabel/dev/assets/logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.39">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.41">



<title>Distilabel Docs</title>



<link rel="stylesheet" href="/distilabel/dev/assets/stylesheets/main.8c3ca2c6.min.css">
<link rel="stylesheet" href="/distilabel/dev/assets/stylesheets/main.0253249f.min.css">


<link rel="stylesheet" href="/distilabel/dev/assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -3359,6 +3359,27 @@









<li class="md-nav__item">
<a href="/distilabel/dev/sections/pipeline_samples/tutorials/generate_textcat_dataset/" class="md-nav__link">


<span class="md-ellipsis">
Generate synthetic text classification data
</span>


</a>
</li>




</ul>
</nav>

Expand Down Expand Up @@ -4849,7 +4870,7 @@ <h1>404 - Not found</h1>
<script id="__config" type="application/json">{"base": "/distilabel/dev", "features": ["navigation.instant", "navigation.sections", "navigation.tabs", "navigation.footer", "navigation.top", "navigation.tracking", "navigation.path", "header.autohide", "content.code.copy", "content.code.annotate", "content.tabs.link", "content.action.edit", "toc.follow", "search.suggest", "search.highlight", "search.share"], "search": "/distilabel/dev/assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>


<script src="/distilabel/dev/assets/javascripts/bundle.525ec568.min.js"></script>
<script src="/distilabel/dev/assets/javascripts/bundle.83f73b43.min.js"></script>

<script src="/distilabel/dev/javascripts/mathjax.js"></script>

Expand Down
78 changes: 60 additions & 18 deletions dev/api/cli/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@


<link rel="icon" href="../../assets/logo.svg">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.39">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.41">



<title>CLI - Distilabel Docs</title>



<link rel="stylesheet" href="../../assets/stylesheets/main.8c3ca2c6.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/main.0253249f.min.css">


<link rel="stylesheet" href="../../assets/stylesheets/palette.06af60db.min.css">
Expand Down Expand Up @@ -3407,6 +3407,27 @@









<li class="md-nav__item">
<a href="../../sections/pipeline_samples/tutorials/generate_textcat_dataset/" class="md-nav__link">


<span class="md-ellipsis">
Generate synthetic text classification data
</span>


</a>
</li>




</ul>
</nav>

Expand Down Expand Up @@ -5073,6 +5094,11 @@ <h3 id="distilabel.cli.pipeline.utils" class="doc doc-heading">








<div class="doc doc-children">


Expand Down Expand Up @@ -5111,9 +5137,11 @@ <h4 id="distilabel.cli.pipeline.utils.parse_runtime_parameters" class="doc doc-h
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>params</code></td>
<td>
<code><span title="typing.List">List</span>[<span title="typing.Tuple">Tuple</span>[<span title="typing.List">List</span>[str], str]]</code>
<code>params</code>
</td>
<td>
<code>List[Tuple[List[str], str]]</code>
</td>
<td>
<div class="doc-md-description">
Expand All @@ -5140,7 +5168,7 @@ <h4 id="distilabel.cli.pipeline.utils.parse_runtime_parameters" class="doc doc-h
<tbody>
<tr class="doc-section-item">
<td>
<code><span title="typing.Dict">Dict</span>[str, <span title="typing.Dict">Dict</span>[str, <span title="typing.Any">Any</span>]]</code>
<code>Dict[str, Dict[str, Any]]</code>
</td>
<td>
<div class="doc-md-description">
Expand All @@ -5150,7 +5178,7 @@ <h4 id="distilabel.cli.pipeline.utils.parse_runtime_parameters" class="doc doc-h
</tr>
<tr class="doc-section-item">
<td>
<code><span title="typing.Dict">Dict</span>[str, <span title="typing.Dict">Dict</span>[str, <span title="typing.Any">Any</span>]]</code>
<code>Dict[str, Dict[str, Any]]</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -5242,7 +5270,9 @@ <h4 id="distilabel.cli.pipeline.utils.valid_http_url" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>url</code></td>
<td>
<code>url</code>
</td>
<td>
<code>str</code>
</td>
Expand Down Expand Up @@ -5344,7 +5374,9 @@ <h4 id="distilabel.cli.pipeline.utils.get_config_from_url" class="doc doc-headin
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>url</code></td>
<td>
<code>url</code>
</td>
<td>
<code>str</code>
</td>
Expand Down Expand Up @@ -5372,7 +5404,7 @@ <h4 id="distilabel.cli.pipeline.utils.get_config_from_url" class="doc doc-headin
<tbody>
<tr class="doc-section-item">
<td>
<code><span title="typing.Dict">Dict</span>[str, <span title="typing.Any">Any</span>]</code>
<code>Dict[str, Any]</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -5488,7 +5520,9 @@ <h4 id="distilabel.cli.pipeline.utils.get_pipeline_from_url" class="doc doc-head
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>url</code></td>
<td>
<code>url</code>
</td>
<td>
<code>str</code>
</td>
Expand All @@ -5502,7 +5536,9 @@ <h4 id="distilabel.cli.pipeline.utils.get_pipeline_from_url" class="doc doc-head
</td>
</tr>
<tr class="doc-section-item">
<td><code>pipeline_name</code></td>
<td>
<code>pipeline_name</code>
</td>
<td>
<code>str</code>
</td>
Expand Down Expand Up @@ -5531,7 +5567,7 @@ <h4 id="distilabel.cli.pipeline.utils.get_pipeline_from_url" class="doc doc-head
<tbody>
<tr class="doc-section-item">
<td>
<code><a class="autorefs autorefs-internal" title="distilabel.pipeline.base.BasePipeline" href="../pipeline/#distilabel.pipeline.base.BasePipeline">BasePipeline</a></code>
<code>BasePipeline</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -5670,7 +5706,9 @@ <h4 id="distilabel.cli.pipeline.utils.get_pipeline" class="doc doc-heading">
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>config_or_script</code></td>
<td>
<code>config_or_script</code>
</td>
<td>
<code>str</code>
</td>
Expand All @@ -5685,7 +5723,9 @@ <h4 id="distilabel.cli.pipeline.utils.get_pipeline" class="doc doc-heading">
</td>
</tr>
<tr class="doc-section-item">
<td><code>pipeline_name</code></td>
<td>
<code>pipeline_name</code>
</td>
<td>
<code>str</code>
</td>
Expand Down Expand Up @@ -5714,7 +5754,7 @@ <h4 id="distilabel.cli.pipeline.utils.get_pipeline" class="doc doc-heading">
<tbody>
<tr class="doc-section-item">
<td>
<code><a class="autorefs autorefs-internal" title="distilabel.pipeline.base.BasePipeline" href="../pipeline/#distilabel.pipeline.base.BasePipeline">BasePipeline</a></code>
<code>BasePipeline</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -5879,9 +5919,11 @@ <h4 id="distilabel.cli.pipeline.utils.display_pipeline_information" class="doc d
</thead>
<tbody>
<tr class="doc-section-item">
<td><code>pipeline</code></td>
<td>
<code><a class="autorefs autorefs-internal" title="distilabel.pipeline.base.BasePipeline" href="../pipeline/#distilabel.pipeline.base.BasePipeline">BasePipeline</a></code>
<code>pipeline</code>
</td>
<td>
<code>BasePipeline</code>
</td>
<td>
<div class="doc-md-description">
Expand Down Expand Up @@ -6117,7 +6159,7 @@ <h4 id="distilabel.cli.pipeline.utils.display_pipeline_information" class="doc d
<script id="__config" type="application/json">{"base": "../..", "features": ["navigation.instant", "navigation.sections", "navigation.tabs", "navigation.footer", "navigation.top", "navigation.tracking", "navigation.path", "header.autohide", "content.code.copy", "content.code.annotate", "content.tabs.link", "content.action.edit", "toc.follow", "search.suggest", "search.highlight", "search.share"], "search": "../../assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>


<script src="../../assets/javascripts/bundle.525ec568.min.js"></script>
<script src="../../assets/javascripts/bundle.83f73b43.min.js"></script>

<script src="../../javascripts/mathjax.js"></script>

Expand Down
Loading

0 comments on commit c22c537

Please sign in to comment.