-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[docs] Move all /latest links to /master #11897
Conversation
doc/examples/lm/lm-cluster.yaml
Outdated
@@ -67,7 +67,7 @@ head_node: | |||
# Provider-specific config for worker nodes, e.g. instance type. By default | |||
# Ray will auto-configure unspecified fields such as SubnetId and KeyName. | |||
# For more documentation on available fields, see: | |||
# http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#EC2.ServiceResource.create_instances | |||
# http://boto3.readthedocs.io/en/master/reference/services/ec2.html#EC2.ServiceResource.create_instances |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep
doc/examples/lm/lm-cluster.yaml
Outdated
@@ -50,7 +50,7 @@ auth: | |||
# Provider-specific config for the head node, e.g. instance type. By default | |||
# Ray will auto-configure unspecified fields such as SubnetId and KeyName. | |||
# For more documentation on available fields, see: | |||
# http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#EC2.ServiceResource.create_instances | |||
# http://boto3.readthedocs.io/en/master/reference/services/ec2.html#EC2.ServiceResource.create_instances |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep
@@ -4,7 +4,7 @@ name: ray-example-newsreader | |||
|
|||
description: "A simple news reader example that uses ray actors to serve requests" | |||
tags: ["ray-example", "flask", "rss", "newsreader"] | |||
documentation: https://docs.ray.io/en/latest/auto_examples/plot_newsreader.html | |||
documentation: https://docs.ray.io/en/master/auto_examples/plot_newsreader.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should just get rid of all of these ray-project/* things
release/stress_tests/cluster.yaml
Outdated
@@ -41,7 +41,7 @@ auth: | |||
# Provider-specific config for the head node, e.g. instance type. By default | |||
# Ray will auto-configure unspecified fields such as SubnetId and KeyName. | |||
# For more documentation on available fields, see: | |||
# http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#EC2.ServiceResource.create_instances | |||
# http://boto3.readthedocs.io/en/master/reference/services/ec2.html#EC2.ServiceResource.create_instances |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert all boto links
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert all links that are non-ray related
@@ -41,7 +41,7 @@ auth: | |||
# Provider-specific config for the head node, e.g. instance type. By default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert all boto links
@@ -62,7 +62,7 @@ def scheduler_dicts(self): | |||
returns scheduler objects. | |||
|
|||
See | |||
https://pytorch-lightning.readthedocs.io/en/latest/lightning_module.html#configure-optimizers | |||
https://pytorch-lightning.readthedocs.io/en/master/lightning_module.html#configure-optimizers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert
python/ray/serve/http_proxy.py
Outdated
@@ -75,7 +75,7 @@ async def _handle_system_request(self, scope, receive, send): | |||
|
|||
async def __call__(self, scope, receive, send): | |||
# NOTE: This implements ASGI protocol specified in | |||
# https://asgi.readthedocs.io/en/latest/specs/index.html | |||
# https://asgi.readthedocs.io/en/master/specs/index.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert
@@ -73,7 +73,7 @@ auth: | |||
# Provider-specific config for the head node, e.g. instance type. By default | |||
# Ray will auto-configure unspecified fields such as SubnetId and KeyName. | |||
# For more documentation on available fields, see: | |||
# http://boto3.readthedocs.io/en/latest/reference/services/ec2.html#EC2.ServiceResource.create_instances | |||
# http://boto3.readthedocs.io/en/master/reference/services/ec2.html#EC2.ServiceResource.create_instances |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert
doc/source/tune/contrib.rst
Outdated
@@ -57,7 +57,7 @@ burden and speedup review process. | |||
|
|||
pytest ray/python/ray/tune/tests/ | |||
|
|||
Documentation should be documented in `Google style <https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html>`__ format. | |||
Documentation should be documented in `Google style <https://sphinxcontrib-napoleon.readthedocs.io/en/master/example_google.html>`__ format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert
@@ -485,5 +485,5 @@ Further References | |||
------------------ | |||
|
|||
* `XGBoost Hyperparameter Tuning - A Visual Guide <https://kevinvecmanis.io/machine%20learning/hyperparameter%20tuning/dataviz/python/2019/05/11/XGBoost-Tuning-Visual-Guide.html>`_ | |||
* `Notes on XGBoost Parameter Tuning <https://xgboost.readthedocs.io/en/latest/tutorials/param_tuning.html>`_ | |||
* `Notes on XGBoost Parameter Tuning <https://xgboost.readthedocs.io/en/master/tutorials/param_tuning.html>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert
@@ -121,7 +121,7 @@ is a ``dict`` in which you can specify parameters for the XGBoost algorithm. In | |||
simple example, the only parameters we passed are the ``objective`` and ``eval_metric`` parameters. | |||
The value ``binary:logistic`` tells XGBoost that we aim to train a logistic regression model for | |||
a binary classification task. You can find an overview over all valid objectives | |||
`here in the XGBoost documentation <https://xgboost.readthedocs.io/en/latest/parameter.html#learning-task-parameters>`_. | |||
`here in the XGBoost documentation <https://xgboost.readthedocs.io/en/master/parameter.html#learning-task-parameters>`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
revert
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Ping @richardliaw |
Why are these changes needed?
Since latest is a hidden doc version, move them to master. Remove the banner warning from master but keep it for latest (telling users to go to /master).