-
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
fix anyscale template utm tracking #50236
fix anyscale template utm tracking #50236
Conversation
84f8aa5
to
1a3e6f5
Compare
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.
lgtm
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.
LGTM!
@@ -9,7 +9,10 @@ | |||
"source": [ | |||
"# Image Classification Batch Inference with PyTorch\n", | |||
"\n", | |||
"[![try-anyscale-quickstart-image-classification-batch-inference-with-pytorch](../../_static/img/run-quickstart-anyscale.svg)](https://www.anyscale.com/ray-on-anyscale?utm_source=ray_docs&utm_medium=docs&utm_campaign=image-classification-batch-inference-with-pytorch&redirectTo=/v2/template-preview/ray-data-batch-image-classification)\n", | |||
"<a href=\"https://www.anyscale.com/ray-on-anyscale?utm_source=ray_docs&utm_source=ray_docs&utm_medium=docs&utm_campaign=image-classification-batch-inference-with-pytorch&redirectTo=/v2/template-preview/ray-data-batch-image-classification\">\n", |
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.
utm_source=ray_docs
is repeated twice 🙃, but I guess it doesn't affect the functionality
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.
good call out. thanks. fixed
Signed-off-by: Chris Zhang <[email protected]>
Signed-off-by: Chris Zhang <[email protected]>
42b5d2d
to
80ab392
Compare
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.
stamp
Verified fixes locally:
Why are these changes needed?
Markdown URLs with "&" incorrectly rendered to "&", which is breaking utm tracking
e.g. Clicking on "Run quickstart" on https://docs.ray.io/en/latest/data/examples/pytorch_resnet_batch_prediction.html renders "https://www.anyscale.com/ray-on-anyscale?utm_source=ray_docs&utm_medium=docs&utm_campaign=image-classification-batch-inference-with-pytorch&redirectTo=/v2/template-preview/ray-data-batch-image-classification"
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.