Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
ab4d331
Vale
angelinalg May 28, 2025
54c0612
Modifying existing things
angelinalg May 28, 2025
6d8f9c8
Add new object-detection code
angelinalg May 28, 2025
14dc4bc
restore images
angelinalg May 28, 2025
43fcc38
removed local copy of images bc they link to copies on s3
angelinalg May 28, 2025
a42ec00
missed update to TOC
angelinalg May 28, 2025
cf3546e
add compute config
angelinalg May 28, 2025
5bbacd0
copy build.sh to ci/
angelinalg May 29, 2025
11ab7e7
add copy of build.sh to byod/
angelinalg May 29, 2025
9993e44
move test_myst_doc.py to ci/
angelinalg May 29, 2025
d965bbb
add README.md
May 30, 2025
26c4293
update diagrams
May 30, 2025
5271c75
update README.md with diagrams
May 30, 2025
0a3edd5
add README.ipynb
May 30, 2025
999d2f5
update compute configs
May 30, 2025
4bd3936
delete the temp file after running
May 31, 2025
c22b786
add tests sh for obj detection
May 31, 2025
65b32bd
update tests.yaml for obj detection
May 31, 2025
46a4717
update readme for language improvements
May 31, 2025
5d1197c
add jupytext dependancy
May 31, 2025
5c85f46
update language
May 31, 2025
baa0e21
install jupytext in tests.sh
May 31, 2025
8bff345
update index.rst toctree
May 31, 2025
bf6154c
add tests for all noteboooks
Jun 1, 2025
23f7d75
add tests for all noteboooks
Jun 1, 2025
60b2dd0
fix conflicts
Jun 1, 2025
af67d70
Merge branch 'master' into obj-detect
kunling-anyscale Jun 1, 2025
eec23e4
resolve merge conflicts
Jun 2, 2025
f015a8e
remove empty line
Jun 2, 2025
53bf27e
fix tests
Jun 2, 2025
0b94a13
use nb2py for ci tests
Jun 2, 2025
7f87d71
add newline for lint format
Jun 2, 2025
c3333e7
update tests
Jun 2, 2025
6d24fb6
fix release tests.sh
Jun 2, 2025
30fb227
change service calling from python to markdown
Jun 2, 2025
98be7b8
change clean up operations from python to markdown
Jun 3, 2025
e7ec54f
Merge branch 'master' into obj-detect
kunling-anyscale Jun 3, 2025
e62d9e8
improve lint doucment stlye
Jun 3, 2025
23a1123
Merge branch 'obj-detect' of https://github.com/angelinalg/ray into o…
Jun 3, 2025
932554c
apply pre-commit auto-fixes (add missing newlines)
Jun 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,15 @@

myst_heading_anchors = 3

# Add these for attachment handling
nb_render_key_pairs = {
"html": [
("img", ["src", "alt"]),
]
}

nb_output_folder = "_build/jupyter_execute"

# Make broken internal references into build time errors.
# See https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-nitpicky
# for more information. :py:class: references are ignored due to false positives
Expand Down
5 changes: 3 additions & 2 deletions doc/source/ray-overview/examples/index.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
.. _ref-reference-architectures:
.. _ref-overview-examples:


Examples
========

.. toctree::
:maxdepth: 1
:maxdepth: 2

./e2e-multimodal-ai-workloads/index.rst
./entity-recognition-with-llms/README.ipynb
./e2e-audio/index.rst
./e2e-xgboost/index.rst
./object-detection/index.rst
Loading