Skip to content

Commit

Permalink
Deploying to gh-pages from @ 005847a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 28, 2023
1 parent 068bcb6 commit be51798
Show file tree
Hide file tree
Showing 28 changed files with 3,688 additions and 3,570 deletions.
4 changes: 2 additions & 2 deletions .build
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ dist/merriweather-latin-ext-300-normal-K6L27CZ5.woff2
dist/merriweather-vietnamese-300-italic-EHHNZPUO.woff2
dist/merriweather-vietnamese-300-normal-U376L4Z4.woff2
dist/remixicon-NKANDIL5.woff2
dist/search_data-47CD9C62.js
dist/sidebar_items-131C5193.js
dist/search_data-EA96ED0F.js
dist/sidebar_items-5C24FC7F.js
exploring_explorer.html
index.html
search.html
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-NBND3S2D.js"></script>
<script src="dist/sidebar_items-131C5193.js"></script>
<script src="dist/sidebar_items-5C24FC7F.js"></script>

<script src="docs_config.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion Explorer.Backend.DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-NBND3S2D.js"></script>
<script src="dist/sidebar_items-131C5193.js"></script>
<script src="dist/sidebar_items-5C24FC7F.js"></script>

<script src="docs_config.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion Explorer.Backend.LazyFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-NBND3S2D.js"></script>
<script src="dist/sidebar_items-131C5193.js"></script>
<script src="dist/sidebar_items-5C24FC7F.js"></script>

<script src="docs_config.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion Explorer.Backend.LazySeries.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-NBND3S2D.js"></script>
<script src="dist/sidebar_items-131C5193.js"></script>
<script src="dist/sidebar_items-5C24FC7F.js"></script>

<script src="docs_config.js"></script>

Expand Down
218 changes: 109 additions & 109 deletions Explorer.Backend.Series.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-NBND3S2D.js"></script>
<script src="dist/sidebar_items-131C5193.js"></script>
<script src="dist/sidebar_items-5C24FC7F.js"></script>

<script src="docs_config.js"></script>

Expand Down Expand Up @@ -702,6 +702,14 @@ <h2>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#c:lstrip/2" translate="no">lstrip(s, arg2)</a>

</div>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#c:mask/2" translate="no">mask(s, mask)</a>
Expand Down Expand Up @@ -870,6 +878,14 @@ <h2>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#c:rstrip/2" translate="no">rstrip(s, arg2)</a>

</div>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#c:sample/5" translate="no">sample(s, n_or_frac, replacement, shuffle, seed)</a>
Expand Down Expand Up @@ -966,6 +982,14 @@ <h2>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#c:strip/2" translate="no">strip(s, arg2)</a>

</div>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#c:strptime/2" translate="no">strptime(s, t)</a>
Expand Down Expand Up @@ -1038,30 +1062,6 @@ <h2>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#c:trim/2" translate="no">trim(s, arg2)</a>

</div>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#c:trim_leading/1" translate="no">trim_leading(s)</a>

</div>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#c:trim_trailing/1" translate="no">trim_trailing(s)</a>

</div>

</div>

<div class="summary-row">
<div class="summary-signature">
<a href="#c:unary_not/1" translate="no">unary_not(s)</a>
Expand Down Expand Up @@ -3197,6 +3197,34 @@ <h1 class="signature" translate="no">log(argument, base)</h1>
</div>


</section>
</section>
<section class="detail" id="c:lstrip/2">

<div class="detail-header">
<a href="#c:lstrip/2" class="detail-link" title="Link to this callback">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this callback</span>
</a>
<h1 class="signature" translate="no">lstrip(s, arg2)</h1>

<a href="https://github.com/elixir-nx/explorer/blob/v0.6.2-dev/lib/explorer/backend/series.ex#L248" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>


</div>

<section class="docstring">

<div class="specs">

<pre translate="no"><span class="attribute">@callback</span> lstrip(<a href="#t:s/0">s</a>(), <a href="https://hexdocs.pm/elixir/String.html#t:t/0">String.t</a>() | nil) :: <a href="#t:s/0">s</a>()</pre>

</div>


</section>
</section>
<section class="detail" id="c:mask/2">
Expand Down Expand Up @@ -3800,6 +3828,34 @@ <h1 class="signature" translate="no">round(s, decimals)</h1>
</div>


</section>
</section>
<section class="detail" id="c:rstrip/2">

<div class="detail-header">
<a href="#c:rstrip/2" class="detail-link" title="Link to this callback">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this callback</span>
</a>
<h1 class="signature" translate="no">rstrip(s, arg2)</h1>

<a href="https://github.com/elixir-nx/explorer/blob/v0.6.2-dev/lib/explorer/backend/series.ex#L249" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>


</div>

<section class="docstring">

<div class="specs">

<pre translate="no"><span class="attribute">@callback</span> rstrip(<a href="#t:s/0">s</a>(), <a href="https://hexdocs.pm/elixir/String.html#t:t/0">String.t</a>() | nil) :: <a href="#t:s/0">s</a>()</pre>

</div>


</section>
</section>
<section class="detail" id="c:sample/5">
Expand Down Expand Up @@ -4146,6 +4202,34 @@ <h1 class="signature" translate="no">strftime(s, t)</h1>
</div>


</section>
</section>
<section class="detail" id="c:strip/2">

<div class="detail-header">
<a href="#c:strip/2" class="detail-link" title="Link to this callback">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this callback</span>
</a>
<h1 class="signature" translate="no">strip(s, arg2)</h1>

<a href="https://github.com/elixir-nx/explorer/blob/v0.6.2-dev/lib/explorer/backend/series.ex#L247" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>


</div>

<section class="docstring">

<div class="specs">

<pre translate="no"><span class="attribute">@callback</span> strip(<a href="#t:s/0">s</a>(), <a href="https://hexdocs.pm/elixir/String.html#t:t/0">String.t</a>() | nil) :: <a href="#t:s/0">s</a>()</pre>

</div>


</section>
</section>
<section class="detail" id="c:strptime/2">
Expand Down Expand Up @@ -4398,90 +4482,6 @@ <h1 class="signature" translate="no">transform(s, function)</h1>
</div>


</section>
</section>
<section class="detail" id="c:trim/2">

<div class="detail-header">
<a href="#c:trim/2" class="detail-link" title="Link to this callback">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this callback</span>
</a>
<h1 class="signature" translate="no">trim(s, arg2)</h1>

<a href="https://github.com/elixir-nx/explorer/blob/v0.6.2-dev/lib/explorer/backend/series.ex#L247" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>


</div>

<section class="docstring">

<div class="specs">

<pre translate="no"><span class="attribute">@callback</span> trim(<a href="#t:s/0">s</a>(), <a href="https://hexdocs.pm/elixir/String.html#t:t/0">String.t</a>() | nil) :: <a href="#t:s/0">s</a>()</pre>

</div>


</section>
</section>
<section class="detail" id="c:trim_leading/1">

<div class="detail-header">
<a href="#c:trim_leading/1" class="detail-link" title="Link to this callback">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this callback</span>
</a>
<h1 class="signature" translate="no">trim_leading(s)</h1>

<a href="https://github.com/elixir-nx/explorer/blob/v0.6.2-dev/lib/explorer/backend/series.ex#L248" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>


</div>

<section class="docstring">

<div class="specs">

<pre translate="no"><span class="attribute">@callback</span> trim_leading(<a href="#t:s/0">s</a>()) :: <a href="#t:s/0">s</a>()</pre>

</div>


</section>
</section>
<section class="detail" id="c:trim_trailing/1">

<div class="detail-header">
<a href="#c:trim_trailing/1" class="detail-link" title="Link to this callback">
<i class="ri-link-m" aria-hidden="true"></i>
<span class="sr-only">Link to this callback</span>
</a>
<h1 class="signature" translate="no">trim_trailing(s)</h1>

<a href="https://github.com/elixir-nx/explorer/blob/v0.6.2-dev/lib/explorer/backend/series.ex#L249" class="icon-action" rel="help" title="View Source">
<i class="ri-code-s-slash-line" aria-hidden="true"></i>
<span class="sr-only">View Source</span>
</a>


</div>

<section class="docstring">

<div class="specs">

<pre translate="no"><span class="attribute">@callback</span> trim_trailing(<a href="#t:s/0">s</a>()) :: <a href="#t:s/0">s</a>()</pre>

</div>


</section>
</section>
<section class="detail" id="c:unary_not/1">
Expand Down
6 changes: 3 additions & 3 deletions Explorer.Backend.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<script src="dist/handlebars.runtime-NWIB6V2M.js"></script>
<script src="dist/handlebars.templates-NBND3S2D.js"></script>
<script src="dist/sidebar_items-131C5193.js"></script>
<script src="dist/sidebar_items-5C24FC7F.js"></script>

<script src="docs_config.js"></script>

Expand Down Expand Up @@ -216,9 +216,9 @@ <h1 class="signature" translate="no">put(backend)</h1>
Examples
</a>
</h2>
<pre><code class="makeup elixir" translate="no"><span class="gp unselectable">iex&gt; </span><span class="nc">Explorer.Backend</span><span class="o">.</span><span class="n">put</span><span class="p" data-group-id="0484401604-1">(</span><span class="nc">Lib.CustomBackend</span><span class="p" data-group-id="0484401604-1">)</span><span class="w">
<pre><code class="makeup elixir" translate="no"><span class="gp unselectable">iex&gt; </span><span class="nc">Explorer.Backend</span><span class="o">.</span><span class="n">put</span><span class="p" data-group-id="1131964905-1">(</span><span class="nc">Lib.CustomBackend</span><span class="p" data-group-id="1131964905-1">)</span><span class="w">
</span><span class="nc">Explorer.PolarsBackend</span><span class="w">
</span><span class="gp unselectable">iex&gt; </span><span class="nc">Explorer.Backend</span><span class="o">.</span><span class="n">get</span><span class="p" data-group-id="0484401604-2">(</span><span class="p" data-group-id="0484401604-2">)</span><span class="w">
</span><span class="gp unselectable">iex&gt; </span><span class="nc">Explorer.Backend</span><span class="o">.</span><span class="n">get</span><span class="p" data-group-id="1131964905-2">(</span><span class="p" data-group-id="1131964905-2">)</span><span class="w">
</span><span class="nc">Lib.CustomBackend</span></code></pre>
</section>
</section>
Expand Down
Loading

0 comments on commit be51798

Please sign in to comment.