Skip to content

Commit 40ae5a8

Browse files
DOCS-#2415: Add comparisons section to documentation with stubs (#2416)
Signed-off-by: Devin Petersohn <[email protected]>
1 parent 1da5198 commit 40ae5a8

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed

docs/comparisons/dask.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Modin vs. Dask Dataframe
2+
========================
3+
4+
Coming Soon...

docs/comparisons/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
How is Modin unique?
2+
====================
3+
4+
Coming Soon...

docs/comparisons/pandas.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Modin vs. Pandas
2+
================
3+
4+
Coming Soon...

docs/comparisons/spark.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Modin vs. Koalas and Spark
2+
==========================
3+
4+
Coming Soon...

docs/index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ nature, you get a fast DataFrame at 1MB and 1TB+.
133133

134134
examples/index
135135

136+
.. toctree::
137+
:caption: How is Modin different from ...?
138+
139+
comparisons/index
140+
comparisons/pandas
141+
comparisons/dask
142+
comparisons/spark
143+
136144
.. toctree::
137145
:caption: Supported APIs
138146

0 commit comments

Comments
 (0)