Skip to content

Commit

Permalink
fix dask-ml links
Browse files Browse the repository at this point in the history
Previously this pointed to /en/latest with readthedocs conventions
These were broken
  • Loading branch information
mrocklin committed Oct 6, 2018
1 parent 2e98e50 commit 1b03c8d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Dask APIs generally follow from upstream APIs:

- The :doc:`Dask Array API <array-api>` follows the Numpy API
- The :doc:`Dask Dataframe API <dataframe-api>` follows the Pandas API
- The `Dask-ML API <https://ml.dask.org/en/latest/modules/api.html>`_ follows the Scikit-Learn API and other related machine learning libraries
- The `Dask-ML API <https://ml.dask.org/modules/api.html>`_ follows the Scikit-Learn API and other related machine learning libraries
- The :doc:`Dask Bag API <bag-api>` follows the map/filter/groupby/reduce API common in PySpark, PyToolz, and the Python standard library
- The :doc:`Dask Delayed API <delayed-api>` wraps general Python code
- The :doc:`Real-time Futures API <futures>` follows the `concurrent.futures <https://docs.python.org/3/library/concurrent.futures.html>`_ API from the standard library.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ then you should start here.
dataframe.rst
delayed.rst
futures.rst
machine-learning.rst
Machine Learning <https://ml.dask.org>
api.rst

**Scheduling**
Expand Down
11 changes: 0 additions & 11 deletions docs/source/machine-learning.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/spark.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ functionality.
- Dask allows you to specify arbitrary task graphs for more complex and
custom systems that are not part of the standard set of collections.

.. _dask-ml: https://ml.dask.org/en/latest
.. _dask-ml: https://ml.dask.org


Reasons you might choose Spark
Expand Down

0 comments on commit 1b03c8d

Please sign in to comment.