Skip to content

Commit 8b35c67

Browse files
committed
God bless docker - 10 sec to use Jekyll. Fix the problem with the website.
1 parent a8cbc9d commit 8b35c67

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
- [08/2018] **Release**: version 0.2.0, 0.2.1 (pyspark3d)
1414
- [09/2018] **Release**: version 0.2.2
1515

16-
<p align="center"><img width="500" src="https://github.com/astrolabsoftware/spark3D/raw/master/pic/spark3d_newapi.png"/>
16+
<p align="center"><img width="300" src="https://github.com/astrolabsoftware/spark3D/raw/master/pic/spark3d_newapi.png"/>
1717
</p>
1818

1919
## Rationale

docs/01_installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ toto:~$ PYSPARK_DRIVER_PYTHON=ipython pyspark \
194194
# Batch mode and provided examples
195195

196196
You can follow the different tutorials:
197-
- Loading data [Scala]({{ site.baseurl }}{% link 02_introduction_scala.md %}), [Python]({{ site.baseurl }}{% link 02_introduction_python.md %})
198-
- Space partitioning [Scala]({{ site.baseurl }}{% link 03_partitioning_scala.md %}), [Python]({{ site.baseurl }}{% link 03_partitioning_python.md %})
197+
- Repartitioning [Scala]({{ site.baseurl }}{% link 02_repartitioning_scala.md %}), [Python]({{ site.baseurl }}{% link 02_repartitioning_python.md %})
198+
- Visualisation [Scala]({{ site.baseurl }}{% link 03_visualisation_scala.md %}), [Python]({{ site.baseurl }}{% link 03_visualisation_python.md %})
199199
- Query [Scala]({{ site.baseurl }}{% link 04_query_scala.md %}), [Python]({{ site.baseurl }}{% link 04_query_python.md %})
200200

201201
We also include [Scala examples](https://github.com/astrolabsoftware/spark3D/tree/master/src/main/scala/com/spark3d/examples) and runners (`run_*.sh`) in the folder runners of the repo.

docs/_pages/home.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ excerpt: '{::nomarkdown}<iframe style="display: inline-block;" src="https://ghbt
1313
feature_row:
1414
- image_path:
1515
alt:
16-
title: "<i class='fas fa-upload'></i> Partition your space!"
17-
excerpt: "Repartition DataFrames using spark3D to speed-up your search or perform visualisation"
16+
title: "<i class='fas fa-cubes'></i> Partition your space!"
17+
excerpt: "Repartition DataFrames using spark3D to speed-up your future searches or perform efficient exploration"
1818
url: "/docs/repartitioning/scala/"
1919
btn_class: "btn--primary"
2020
btn_label: "Scala"
@@ -23,8 +23,8 @@ feature_row:
2323
btn_label2: "Python"
2424
- image_path:
2525
alt:
26-
title: "<i class='fas fa-cubes'></i> Visualise TB of data!"
27-
excerpt: "Build high-level representation of your data using spark3D, and visualise them."
26+
title: "<i class='fas fa-binoculars'></i> Quickly explore huge data sets!"
27+
excerpt: "Build high-level representation of your data using spark3D, and visualise it."
2828
url: "/docs/visualisation/scala/"
2929
btn_class: "btn--primary"
3030
btn_label: "Scala"

0 commit comments

Comments
 (0)