ray/.github/CODEOWNERS
Eric Liang c7056309c4
[docs] Revamp README and Ray intro doc page (#27405)
This PR revamps and aligns the README and Ray intro doc page:

New "What is Ray" diagram that introduces AIR vs Ray core (diagram TBD finalized, this is the working placeholder)
Update the description of Ray
Link out to the user guides for key libraries and key concepts
Remove old / broken links, as well as the inline library descriptions from the README
2022-08-03 13:19:00 -07:00

119 lines
4.3 KiB
Text

# See https://help.github.com/articles/about-codeowners/
# for more info about CODEOWNERS file
# It uses the same pattern rule for gitignore file,
# see https://git-scm.com/docs/gitignore#_pattern_format.
# ==== Documentation ====
# Authors responsible for copy-editing of the documentation.
/doc/ @maxpumperla @pcmoritz @ericl @stephanie-wang @dmatrix @sriram-anyscale @richardliaw
# ==== Ray core ====
# API compatibility
/src/ray/protobuf/common.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119
/src/ray/protobuf/gcs.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119
/src/ray/protobuf/gcs_service.proto @wuisawesome @ericl @ameerhajali @robertnishihara @pcmoritz @raulchen @iycheng @scv119
/dashboard/modules/snapshot @wuisawesome @ijrsvt @edoakes @alanwguo @architkulkarni
/python/ray/autoscaler/_private/monitor.py @wuisawesome @DmitriGekhtman
# Metrics
/src/ray/stats/metric_defs.h @ericl @scv119 @rkooo567
/src/ray/stats/metric_defs.cc @ericl @scv119 @rkooo567
# All C++ code.
# /src/ray @ray-project/ray-core-cpp
# Dependencies
/python/setup.py @richardliaw @ericl @edoakes
# Formatting tool
/ci/lint/format.sh @richardliaw @ericl @edoakes
# Docker image build script.
/ci/build/build-docker-images.py @amogkam @krfricke
# Python worker.
#/python/ray/ @ray-project/ray-core-python
#!/python/ray/tune/ @ray-project/ray-core-python
#!/python/ray/rllib/ @ray-project/ray-core-python
# Java worker.
/java/dependencies.bzl @jovany-wang @kfstorm @raulchen @ericl @iycheng @WangTaoTheTonic
/java/pom.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng @WangTaoTheTonic
/java/pom_template.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng @WangTaoTheTonic
/java/*/pom_template.xml @jovany-wang @kfstorm @raulchen @ericl @iycheng @WangTaoTheTonic
/java/api/ @jovany-wang @kfstorm @raulchen @ericl @iycheng @WangTaoTheTonic
# C++ worker
/cpp/include/ray @SongGuyang @raulchen @kfstorm
# Ray Client
/src/ray/protobuf/ray_client.proto @ijrsvt @ameerhajali @ckw017
# Runtime Env
# TODO(SongGuyang): Add new items to guarantee runtime env API compatibility in multiple languages.
/src/ray/protobuf/runtime_env_common.proto @SongGuyang @raulchen @edoakes @architkulkarni
/src/ray/protobuf/runtime_env_agent.proto @SongGuyang @raulchen @edoakes @architkulkarni
# ==== Libraries and frameworks ====
# Ray data.
/python/ray/data/ @ericl @scv119 @clarkzinzow @jjyao @jianoaix
/doc/source/data/ @ericl @scv119 @clarkzinzow @jjyao @jianoaix @maxpumperla
# Ray workflows.
/python/ray/workflow/ @ericl @iycheng @stephanie-wang @suquark
/doc/source/workflows/ @ericl @iycheng @stephanie-wang @suquark @maxpumperla
# RLlib.
/rllib/ @sven1977 @gjoliver @avnishn @arturniederfahrenhorst @smorad @maxpumperla @kouroshhakha @krfricke
/doc/source/rllib/ @sven1977 @gjoliver @avnishn @arturniederfahrenhorst @smorad @maxpumperla @kouroshhakha @krfricke
# Cluster (docs)
/doc/source/cluster/ @wuisawesome @DmitriGekhtman @maxpumperla @pcmoritz
# Tune (docs)
/doc/source/tune/ @richardliaw @krfricke @xwjiang2010 @amogkam @matthewdeng @Yard1 @maxpumperla
# Train (docs)
/doc/source/train/ @richardliaw @krfricke @xwjiang2010 @amogkam @matthewdeng @Yard1 @maxpumperla
# Serve (docs)
/doc/source/serve/ @edoakes @simon-mo @jiaodong @shrekris-anyscale @sihanwang41
# AIR (docs)
/doc/source/air/ @richardliaw @gjoliver @krfricke @xwjiang2010 @amogkam @matthewdeng @Yard1 @maxpumperla
# ML Docker Dependencies
/python/requirements/ml/requirements_dl.txt @amogkam @sven1977 @richardliaw @matthewdeng
/python/requirements_ml_docker.txt @amogkam @sven1977 @richardliaw @matthewdeng
# Ray symbol export
/src/ray/ray_version_script.lds @iycheng @ericl @scv119
/src/ray/ray_exported_symbols.lds @iycheng @ericl @scv119
# Ray usage stats
/python/ray/_private/usage/ @ericl @richardliaw @rkooo567 @jjyao
/dashboard/modules/usage_stats/ @ericl @richardliaw @rkooo567 @jjyao
# ==== Build and CI ====
# Bazel.
#/BUILD.bazel @ray-project/ray-core
#/WORKSPACE @ray-project/ray-core
#/bazel/ @ray-project/ray-core
# CI scripts.
#/.travis.yml @ray-project/ray-core
#/ci/ @ray-project/ray-core
# Buildkite pipeline management
.buildkite/hooks @simon-mo @krfricke
/release/ray_release @krfricke @rkooo567 @simon-mo
/.github/ISSUE_TEMPLATE/ @ericl @stephanie-wang @scv119 @pcmoritz