Skip to content

Conversation

@Aydin-ab
Copy link
Contributor

@Aydin-ab Aydin-ab commented Jan 12, 2026

Noticed #59917 but it didn't fix it

  • Linking to notebook instead of README.md
  • Removing notebook from exclude_patterns

The notebook should be the single source of truth since it’s what's tested and validated, so we should link to it rather than the README.md. The README.md is generated from the notebook (jupyter nbconvert) and exists only for display in the console when converting the example into an Anyscale template

Also fixing the error 404 of the mlflow registry example by lin,ing to the proper doc

Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly resolves a 404 error in the documentation for the asynchronous inference example. The changes involve updating the link in doc/source/serve/examples.yml to point to the asynchronous-inference.ipynb notebook, and removing this notebook from the exclude_patterns in doc/source/conf.py so it gets built by Sphinx. This aligns with the stated goal of using the notebook as the single source of truth. The changes are accurate and effectively fix the issue.

Aydin Abiar added 2 commits January 12, 2026 16:03
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
@Aydin-ab Aydin-ab marked this pull request as ready for review January 13, 2026 18:04
@Aydin-ab Aydin-ab requested review from a team as code owners January 13, 2026 18:04
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
@ray-gardener ray-gardener bot added serve Ray Serve Related Issue docs An issue or change related to documentation labels Jan 13, 2026
Signed-off-by: Aydin Abiar <62435714+Aydin-ab@users.noreply.github.com>
@harshit-anyscale harshit-anyscale added the go add ONLY when ready to merge, run all tests label Jan 14, 2026
Copy link
Contributor

@abrarsheikh abrarsheikh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aydin-ab could you also look at the mlflow link also, looks like its broken too https://docs.ray.io/en/master/serve/examples.html

"ray-overview/examples/llamafactory-llm-fine-tune/README.ipynb",
"ray-overview/examples/llamafactory-llm-fine-tune/**/*.ipynb",
"serve/tutorials/asynchronous-inference/content/asynchronous-inference.ipynb",
"serve/tutorials/video-analysis/*.ipynb",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aydin-ab can we clean this too?

Copy link
Contributor

@dstrodtman dstrodtman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

stamp

Signed-off-by: Aydin Abiar <aydin@anyscale.com>
@Aydin-ab Aydin-ab changed the title [docs] [serve] [fix] fix error 404 asynchronous inference example [docs] [serve] [fix] fix error 404 asynchronous inference and mlflow registry example Jan 15, 2026
@abrarsheikh abrarsheikh merged commit 9ce0cd0 into ray-project:master Jan 15, 2026
6 checks passed
@Aydin-ab Aydin-ab deleted the docs/serve/update-examples/fix-async-inf-link branch January 15, 2026 21:02
jeffery4011 pushed a commit to jeffery4011/ray that referenced this pull request Jan 20, 2026
…registry example (ray-project#60071)

Noticed ray-project#59917 but it didn't fix
it
- Linking to notebook instead of README.md
- Removing notebook from exclude_patterns

The notebook should be the single source of truth since it’s what's
tested and validated, so we should link to it rather than the README.md.
The README.md is generated from the notebook (jupyter nbconvert) and
exists only for display in the console when converting the example into
an Anyscale template

Also fixing the error 404 of the mlflow registry example by lin,ing to
the proper doc

---------

Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Signed-off-by: Aydin Abiar <62435714+Aydin-ab@users.noreply.github.com>
Co-authored-by: Aydin Abiar <aydin@anyscale.com>
Signed-off-by: jeffery4011 <jefferyshen1015@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs An issue or change related to documentation go add ONLY when ready to merge, run all tests serve Ray Serve Related Issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants