Skip to content

Commit 2929450

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

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
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:`Configuration Guide <configuration>`)
76+
2. Configure your cloud credentials (see the :doc:`Configuration Guide <source/configuration>`)
7777

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

docs/_sources/source/comparing_lithops.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ PySpark
3636
-------
3737

3838
.. image:: https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Apache_Spark_logo.svg/2560px-Apache_Spark_logo.svg.png
39-
:align: center
4039
:width: 250
4140

4241
`PySpark <https://spark.apache.org/docs/latest/api/python/>`_ is the Python interface for Apache Spark, a well-established distributed computing engine. Spark is typically deployed on a **static cluster of machines**, either on-premises or in cloud environments using HDFS or cloud-native file systems.
@@ -47,7 +46,6 @@ Serverless Framework
4746
--------------------
4847

4948
.. image:: https://cdn.diegooo.com/media/20210606183353/serverless-framework-icon.png
50-
:align: center
5149
:width: 250
5250

5351
`Serverless Framework <https://www.serverless.com/>`_ is a deployment toolchain designed primarily for **building and deploying serverless web applications**, especially on AWS, GCP, and Azure. It is widely used to manage HTTP APIs, event-driven services, and infrastructure-as-code (IaC) for cloud-native apps.

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">Configuration Guide</span>)</p></li>
482+
<li><p>Configure your cloud credentials (see the <a class="reference internal" href="source/configuration.html"><span class="doc">Configuration Guide</span></a>)</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
@@ -433,13 +433,13 @@ <h2>Ray and Dask<a class="headerlink" href="#ray-and-dask" title="Permalink to t
433433
</section>
434434
<section id="pyspark">
435435
<h2>PySpark<a class="headerlink" href="#pyspark" title="Permalink to this heading">#</a></h2>
436-
<a class="reference internal image-reference" href="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Apache_Spark_logo.svg/2560px-Apache_Spark_logo.svg.png"><img alt="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Apache_Spark_logo.svg/2560px-Apache_Spark_logo.svg.png" class="align-center" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Apache_Spark_logo.svg/2560px-Apache_Spark_logo.svg.png" style="width: 250px;" /></a>
436+
<a class="reference internal image-reference" href="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Apache_Spark_logo.svg/2560px-Apache_Spark_logo.svg.png"><img alt="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Apache_Spark_logo.svg/2560px-Apache_Spark_logo.svg.png" src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f3/Apache_Spark_logo.svg/2560px-Apache_Spark_logo.svg.png" style="width: 250px;" /></a>
437437
<p><a class="reference external" href="https://spark.apache.org/docs/latest/api/python/">PySpark</a> is the Python interface for Apache Spark, a well-established distributed computing engine. Spark is typically deployed on a <strong>static cluster of machines</strong>, either on-premises or in cloud environments using HDFS or cloud-native file systems.</p>
438438
<p>PySpark is optimized for <strong>batch analytics</strong> using DataFrames and SparkSQL, but it lacks native integration with FaaS models. Its operational model is not inherently elastic and requires continuous management of a Spark cluster, which may not align with modern, fully managed, or serverless computing paradigms.</p>
439439
</section>
440440
<section id="serverless-framework">
441441
<h2>Serverless Framework<a class="headerlink" href="#serverless-framework" title="Permalink to this heading">#</a></h2>
442-
<a class="reference internal image-reference" href="https://cdn.diegooo.com/media/20210606183353/serverless-framework-icon.png"><img alt="https://cdn.diegooo.com/media/20210606183353/serverless-framework-icon.png" class="align-center" src="https://cdn.diegooo.com/media/20210606183353/serverless-framework-icon.png" style="width: 250px;" /></a>
442+
<a class="reference internal image-reference" href="https://cdn.diegooo.com/media/20210606183353/serverless-framework-icon.png"><img alt="https://cdn.diegooo.com/media/20210606183353/serverless-framework-icon.png" src="https://cdn.diegooo.com/media/20210606183353/serverless-framework-icon.png" style="width: 250px;" /></a>
443443
<p><a class="reference external" href="https://www.serverless.com/">Serverless Framework</a> is a deployment toolchain designed primarily for <strong>building and deploying serverless web applications</strong>, especially on AWS, GCP, and Azure. It is widely used to manage HTTP APIs, event-driven services, and infrastructure-as-code (IaC) for cloud-native apps.</p>
444444
<p>Although both Lithops and Serverless Framework leverage <strong>serverless functions</strong>, their objectives are fundamentally different:</p>
445445
<ul class="simple">

0 commit comments

Comments
 (0)