Skip to content

Commit 0964684

Browse files
committed
nest advanced tutorial docs
1 parent 324d24d commit 0964684

2 files changed

Lines changed: 53 additions & 43 deletions

File tree

docs/tutorials/advanced/index.rst

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
.. _advanced_tutorials:
2+
3+
======================================================
4+
Advanced Tutorials
5+
======================================================
6+
7+
The following advanced tutorials assume familiarity with distributed computing
8+
concepts. If terms like "workers," "schedulers," "containers," or "declarative
9+
programming" are unfamiliar, please start with the :ref:`beginner_tutorials`
10+
first.
11+
12+
Getting Started
13+
---------------
14+
15+
.. toctree::
16+
:maxdepth: 1
17+
18+
../01_getting_started
19+
../02_manifest_system
20+
21+
These introductory tutorials assume no prior Scalable experience. Start here
22+
if you are new to the framework.
23+
24+
Core Capabilities
25+
-----------------
26+
27+
.. toctree::
28+
:maxdepth: 1
29+
30+
../03_scaling_strategies
31+
../04_caching_performance
32+
../05_cloud_integration
33+
../06_telemetry
34+
../07_error_handling
35+
36+
These tutorials cover Scalable's primary feature set. They assume you have
37+
completed the Getting Started tutorials and have a working local environment.
38+
39+
Advanced Topics
40+
---------------
41+
42+
.. toctree::
43+
:maxdepth: 1
44+
45+
../08_kubernetes
46+
../09_ml_emulation
47+
../10_ai_composition
48+
49+
These tutorials explore Scalable's advanced and differentiating capabilities.
50+
They assume familiarity with the core features and, in some cases, access to
51+
external infrastructure (Kubernetes clusters, cloud accounts).

docs/tutorials/index.rst

Lines changed: 2 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -26,53 +26,12 @@ Beginner Tutorials
2626
with the concepts, graduate to the advanced tutorials for production patterns.
2727

2828
Advanced Tutorials
29-
===================
30-
31-
The following advanced tutorials assume familiarity with distributed computing
32-
concepts. If terms like "workers," "schedulers," "containers," or "declarative
33-
programming" are unfamiliar, please start with the :ref:`beginner_tutorials`
34-
above.
35-
36-
Getting Started
37-
---------------
38-
39-
.. toctree::
40-
:maxdepth: 1
41-
42-
01_getting_started
43-
02_manifest_system
44-
45-
These introductory tutorials assume no prior Scalable experience. Start here
46-
if you are new to the framework.
47-
48-
Core Capabilities
49-
-----------------
50-
51-
.. toctree::
52-
:maxdepth: 1
53-
54-
03_scaling_strategies
55-
04_caching_performance
56-
05_cloud_integration
57-
06_telemetry
58-
07_error_handling
59-
60-
These tutorials cover Scalable's primary feature set. They assume you have
61-
completed the Getting Started tutorials and have a working local environment.
62-
63-
Advanced Topics
64-
---------------
29+
-------------------
6530

6631
.. toctree::
6732
:maxdepth: 1
6833

69-
08_kubernetes
70-
09_ml_emulation
71-
10_ai_composition
72-
73-
These tutorials explore Scalable's advanced and differentiating capabilities.
74-
They assume familiarity with the core features and, in some cases, access to
75-
external infrastructure (Kubernetes clusters, cloud accounts).
34+
advanced/index
7635

7736
Recommended Learning Path
7837
--------------------------

0 commit comments

Comments
 (0)