Skip to content

Commit 10aafe5

Browse files
committed
fix build, improve structure
Signed-off-by: Max Pumperla <max.pumperla@googlemail.com>
1 parent 65d7fed commit 10aafe5

25 files changed

+236
-297
lines changed

_toc.yml

Lines changed: 51 additions & 126 deletions
Large diffs are not rendered by default.

courses/courses.yaml

Lines changed: 23 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,35 @@
1-
# Split up into intro, core, AI Libs, Train, Tune, Data, Serve courses
2-
- name: New Ray 101
3-
source: 00_Developer_Intro_to_Ray
4-
5-
- name: Getting Started with Anyscale for Developers
6-
source: GettingStarted
7-
81
# FOUNDATIONS
92

10-
- name: Ray Train Foundation
11-
source: Ray_Train_Foundation
12-
133
- name: Getting Started with Anyscale for Administrators
144
source: foundations/Anyscale_For_Admins
155

16-
- name: Introduction to Observability
17-
source: foundations/Observability
6+
- name: Getting Started with Anyscale for Developers
7+
source: foundations/Developer_Intro_to_Ray
188

199
- name: LLM Serving Foundations
2010
source: foundations/LLM_Serving
2111

12+
- name: Introduction to Observability
13+
source: foundations/Observability
14+
15+
- name: Ray Core Foundation
16+
source: foundations/Ray_Core
17+
18+
- name: Ray AI Libs Foundation
19+
source: foundations/Ray_AI_Libs
20+
21+
- name: Ray Train Foundation
22+
source: foundations/Ray_Train
23+
24+
- name: Ray Tune Foundation
25+
source: foundations/Ray_Tune
26+
27+
- name: Ray Data Foundation
28+
source: foundations/Ray_Data
29+
30+
- name: Ray Serve Foundation
31+
source: foundations/Ray_Serve
32+
2233

2334
# WORKLOADS
2435

@@ -51,8 +62,3 @@
5162

5263
- name: Ray Train Vision Pattern
5364
source: workloads/Train_Vision_Pattern
54-
55-
# DEPRECATED
56-
# Remove soon
57-
- name: Ray 101 (Old)
58-
source: ray-101

courses/foundations/Developer_Intro_to_Ray/00_Introduction.ipynb renamed to courses/deprecated/Developer_Intro_to_Ray/00_Introduction.ipynb

File renamed without changes.

courses/foundations/Developer_Intro_to_Ray/00a_Intro_Ray_Core_Basics.ipynb renamed to courses/deprecated/Developer_Intro_to_Ray/00a_Intro_Ray_Core_Basics.ipynb

File renamed without changes.

courses/foundations/Developer_Intro_to_Ray/00b_Intro_Ray_Core_Advancement.ipynb renamed to courses/deprecated/Developer_Intro_to_Ray/00b_Intro_Ray_Core_Advancement.ipynb

File renamed without changes.

courses/foundations/Developer_Intro_to_Ray/01_Intro_Ray_AI_Libs_Overview.ipynb renamed to courses/deprecated/Developer_Intro_to_Ray/01_Intro_Ray_AI_Libs_Overview.ipynb

File renamed without changes.

courses/foundations/Developer_Intro_to_Ray/02a_Intro_Ray_Train_with_PyTorch.ipynb renamed to courses/deprecated/Developer_Intro_to_Ray/02a_Intro_Ray_Train_with_PyTorch.ipynb

File renamed without changes.

0 commit comments

Comments
 (0)