Skip to content

Commit 4e7afa7

Browse files
DOCS-modin-project#7335: Fix borken links in Modin Usage Examples page (modin-project#7336)
Signed-off-by: Chi-Sheng Liu <chishengliu@chishengliu.com>
1 parent 759d548 commit 4e7afa7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/usage_guide/examples/index.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ The following tutorials cover the basic usage of Modin. `Here <https://www.youtu
1616
The following tutorials covers more advanced features in Modin:
1717

1818
- Exercise 4: Experimental Features in Modin (Spreadsheet, Progress Bar) [`Source PandasOnRay <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_ray/local/exercise_4.ipynb>`__, `Source PandasOnDask <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_dask/local/exercise_4.ipynb>`__]
19-
- Exercise 5: Setting up Modin in a Cluster Environment [`Source PandasOnRay <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_ray/cluster/exercise_5.ipynb>`__]
20-
- Exercise 6: Running Modin in a Cluster Environment [`Source PandasOnRay <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_ray/cluster/exercise_6.ipynb>`__]
19+
- Exercise 5: Setting up Modin in a Cluster Environment [`Source PandasOnRay <https://github.com/modin-project/modin/blob/main/examples/tutorial/jupyter/execution/pandas_on_ray/cluster/exercise_5.py>`__]
2120

2221
How to get required dependencies for the tutorial notebooks and to run them please refer to the respective `README.md <https://github.com/modin-project/modin/tree/main/examples/tutorial/jupyter/README.md>`__ file.
2322

2423

2524
Data Science Benchmarks
2625
'''''''''''''''''''''''
2726

28-
- Using Modin with the NYC Taxi Dataset [`Source <https://github.com/modin-project/modin/blob/main/examples/jupyter/NYC_Taxi.ipynb>`__]
27+
- Using Modin with the NYC Taxi Dataset [`Source <https://github.com/modin-project/modin/blob/main/examples/jupyter/Modin_Taxi.ipynb>`__]
2928
- Using Modin with the Census Dataset (coming soon...)
3029
- Using Modin with the Plasticc Dataset (coming soon...)
3130

0 commit comments

Comments
 (0)