Skip to content

Commit

Permalink
DOCS-2653: Fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Prutskov <[email protected]>
  • Loading branch information
prutskov committed Jan 28, 2021
1 parent fe387bb commit d2fa51a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ Some details about using Modin on Ray with Asv:
Some details for maintenance:

* ``modin/asv_bench/asv.conf.json`` contains the modin dependencies, with which testing takes place.

We need to keep them up to date according to the dependencies in ``setup.py``.


Expand Down
2 changes: 1 addition & 1 deletion docs/developer/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Supported Execution Frameworks and Memory Formats

This is the list of execution frameworks and memory formats supported in Modin. If you
would like to contribute a new execution framework or memory format, please see the
documentation page on :doc:`../contributing`.
documentation page on :doc:`contributing </contributing>`.

- :doc:`Pandas on Ray </UsingPandasonRay/index>`
- Uses the Ray_ execution framework.
Expand Down
4 changes: 1 addition & 3 deletions docs/supported_apis/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,5 @@ on pandas usage`_ to learn what the most-used APIs are. Modin currently supports
of the pandas API based on our study of pandas usage, and we are actively expanding the
API.

.. _DataFrame: https://modin.readthedocs.io/en/latest/supported_apis/dataframe_supported.html
.. _Series: https://modin.readthedocs.io/en/latest/supported_apis/series_supported.html
.. _utilities: https://modin.readthedocs.io/en/latest/supported_apis/utilities_supported.html
.. _`developer mailing list`: https://groups.google.com/forum/#!forum/modin-dev
.. _`study on pandas usage`: https://github.com/modin-project/study_kaggle_usage

0 comments on commit d2fa51a

Please sign in to comment.