@@ -30,7 +30,7 @@ for development:
30
30
pip install -e " .[dev]"
31
31
32
32
More details about installing Mars can be found at
33
- `installation <https://docs.pymars.org /en/latest/installation/index.html >`_ section in
33
+ `installation <https://mars-project.readthedocs.io /en/latest/installation/index.html >`_ section in
34
34
Mars document.
35
35
36
36
@@ -140,12 +140,12 @@ Mars learn provides a familiar interface like scikit-learn.
140
140
141
141
Mars learn also integrates with many libraries:
142
142
143
- - `TensorFlow <https://docs.pymars.org /en/latest/user_guide/learn/tensorflow.html >`_
144
- - `PyTorch <https://docs.pymars.org /en/latest/user_guide/learn/pytorch.html >`_
145
- - `XGBoost <https://docs.pymars.org /en/latest/user_guide/learn/xgboost.html >`_
146
- - `LightGBM <https://docs.pymars.org /en/latest/user_guide/learn/lightgbm.html >`_
147
- - `Joblib <https://docs.pymars.org /en/latest/user_guide/learn/joblib.html >`_
148
- - `Statsmodels <https://docs.pymars.org /en/latest/user_guide/learn/statsmodels.html >`_
143
+ - `TensorFlow <https://mars-project.readthedocs.io/ /en/latest/user_guide/learn/tensorflow.html >`_
144
+ - `PyTorch <https://mars-project.readthedocs.io /en/latest/user_guide/learn/pytorch.html >`_
145
+ - `XGBoost <https://mars-project.readthedocs.io /en/latest/user_guide/learn/xgboost.html >`_
146
+ - `LightGBM <https://mars-project.readthedocs.io /en/latest/user_guide/learn/lightgbm.html >`_
147
+ - `Joblib <https://mars-project.readthedocs.io /en/latest/user_guide/learn/joblib.html >`_
148
+ - `Statsmodels <https://mars-project.readthedocs.io /en/latest/user_guide/learn/statsmodels.html >`_
149
149
150
150
Mars remote
151
151
-----------
@@ -318,7 +318,7 @@ Refer to `Run on Yarn`_ for more information.
318
318
Getting involved
319
319
----------------
320
320
321
- - Read `development guide <https://docs.pymars.org /en/latest/development/index.html >`_.
321
+ - Read `development guide <https://mars-project.readthedocs.io /en/latest/development/index.html >`_.
322
322
- Join our Slack workgroup: `Slack <https://join.slack.com/t/mars-computing/shared_invite/zt-17pw2cfua-NRb2H4vrg77pr9T4g3nQOQ >`_.
323
323
- Join the mailing list: send an email to `mars-dev@googlegroups.com `_.
324
324
- Please report bugs by submitting a `GitHub issue `_.
@@ -342,9 +342,9 @@ Thank you in advance for your contributions!
342
342
.. _`mars-dev@googlegroups.com` : https://groups.google.com/forum/#!forum/mars-dev
343
343
.. _`GitHub issue` : https://github.com/mars-project/mars/issues
344
344
.. _`pull requests` : https://github.com/mars-project/mars/pulls
345
- .. _`Documentation` : https://docs.pymars.org
346
- .. _`中文文档` : https://docs.pymars.org /zh_CN/latest/
347
- .. _`Mars on Ray` : https://docs.pymars.org /en/latest/installation/ray.html
348
- .. _`Run on Kubernetes` : https://docs.pymars.org /en/latest/installation/kubernetes.html
349
- .. _`Run on Yarn` : https://docs.pymars.org /en/latest/installation/yarn.html
350
- .. _`DASK on Mars` : https://docs.pymars.org /en/latest/user_guide/contrib/dask.html
345
+ .. _`Documentation` : https://mars-project.readthedocs.io
346
+ .. _`中文文档` : https://mars-project.readthedocs.io /zh_CN/latest/
347
+ .. _`Mars on Ray` : https://mars-project.readthedocs.io /en/latest/installation/ray.html
348
+ .. _`Run on Kubernetes` : https://mars-project.readthedocs.io /en/latest/installation/kubernetes.html
349
+ .. _`Run on Yarn` : https://mars-project.readthedocs.io /en/latest/installation/yarn.html
350
+ .. _`DASK on Mars` : https://mars-project.readthedocs.io /en/latest/user_guide/contrib/dask.html
0 commit comments