Skip to content

Commit 104dd67

Browse files
committed
Update docs to 3.6.1
1 parent 7372d0d commit 104dd67

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

docs/_sources/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To start using Lithops:
7373
7474
pip install lithops
7575
76-
2. Configure your cloud credentials (see the full guide in :doc:`/config`)
76+
2. Configure your cloud credentials (see the full guide in :doc:`Configuration Guide <configuration>`)
7777

7878
3. Write and run your first parallel job:
7979

docs/_sources/source/comparing_lithops.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,8 @@ Ray and Dask
2121
------------
2222

2323
.. image:: https://github.com/ray-project/ray/raw/master/doc/source/images/ray_logo.png
24-
:align: center
2524
:width: 250
26-
2725
.. image:: https://docs.dask.org/en/stable/_images/dask_horizontal.svg
28-
:align: center
2926
:width: 250
3027

3128

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ <h2>Get Started Quickly<a class="headerlink" href="#get-started-quickly" title="
479479
</pre></div>
480480
</div>
481481
</li>
482-
<li><p>Configure your cloud credentials (see the full guide in <span class="xref std std-doc">/config</span>)</p></li>
482+
<li><p>Configure your cloud credentials (see the full guide in <span class="xref std std-doc">Configuration Guide</span>)</p></li>
483483
<li><p>Write and run your first parallel job:</p>
484484
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">lithops</span>
485485

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/comparing_lithops.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ <h2>PyWren<a class="headerlink" href="#pywren" title="Permalink to this heading"
425425
</section>
426426
<section id="ray-and-dask">
427427
<h2>Ray and Dask<a class="headerlink" href="#ray-and-dask" title="Permalink to this heading">#</a></h2>
428-
<a class="reference internal image-reference" href="https://github.com/ray-project/ray/raw/master/doc/source/images/ray_logo.png"><img alt="https://github.com/ray-project/ray/raw/master/doc/source/images/ray_logo.png" class="align-center" src="https://github.com/ray-project/ray/raw/master/doc/source/images/ray_logo.png" style="width: 250px;" /></a>
429-
<a class="reference internal image-reference" href="https://docs.dask.org/en/stable/_images/dask_horizontal.svg"><img alt="https://docs.dask.org/en/stable/_images/dask_horizontal.svg" class="align-center" src="https://docs.dask.org/en/stable/_images/dask_horizontal.svg" width="250" /></a>
428+
<a class="reference internal image-reference" href="https://github.com/ray-project/ray/raw/master/doc/source/images/ray_logo.png"><img alt="https://github.com/ray-project/ray/raw/master/doc/source/images/ray_logo.png" src="https://github.com/ray-project/ray/raw/master/doc/source/images/ray_logo.png" style="width: 250px;" /></a>
429+
<a class="reference internal image-reference" href="https://docs.dask.org/en/stable/_images/dask_horizontal.svg"><img alt="https://docs.dask.org/en/stable/_images/dask_horizontal.svg" src="https://docs.dask.org/en/stable/_images/dask_horizontal.svg" width="250" /></a>
430430
<p><a class="reference external" href="https://ray.io/">Ray</a> and <a class="reference external" href="https://dask.org/">Dask</a> are distributed computing frameworks designed to operate on a <strong>predefined cluster of nodes</strong> (typically virtual machines). In contrast, Lithops relies on <strong>serverless runtimes</strong>, which allows for <em>elastic and fine-grained scaling</em> — including scaling to zero — with no idle infrastructure costs.</p>
431431
<p>While Ray and Dask provide dynamic task scheduling and can autoscale within an IaaS environment, they always require a <strong>centralized “head node” or controller</strong> to manage the cluster, making them less suitable for ephemeral and cost-efficient cloud-native computing.</p>
432432
<p>Additionally, the performance and elasticity of Ray and Dask in IaaS environments are not directly comparable to Lithops’ <strong>fully serverless model</strong>, which benefits from the near-infinite parallelism offered by cloud functions.</p>

0 commit comments

Comments
 (0)