Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
51 changes: 51 additions & 0 deletions docs/tutorials/advanced/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
.. _advanced_tutorials:

======================================================
Advanced Tutorials
======================================================

The following advanced tutorials assume familiarity with distributed computing
concepts. If terms like "workers," "schedulers," "containers," or "declarative
programming" are unfamiliar, please start with the :ref:`beginner_tutorials`
first.

Getting Started
---------------

.. toctree::
:maxdepth: 1

../01_getting_started
../02_manifest_system

These introductory tutorials assume no prior Scalable experience. Start here
if you are new to the framework.

Core Capabilities
-----------------

.. toctree::
:maxdepth: 1

../03_scaling_strategies
../04_caching_performance
../05_cloud_integration
../06_telemetry
../07_error_handling

These tutorials cover Scalable's primary feature set. They assume you have
completed the Getting Started tutorials and have a working local environment.

Advanced Topics
---------------

.. toctree::
:maxdepth: 1

../08_kubernetes
../09_ml_emulation
../10_ai_composition

These tutorials explore Scalable's advanced and differentiating capabilities.
They assume familiarity with the core features and, in some cases, access to
external infrastructure (Kubernetes clusters, cloud accounts).
45 changes: 2 additions & 43 deletions docs/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,53 +26,12 @@ Beginner Tutorials
with the concepts, graduate to the advanced tutorials for production patterns.

Advanced Tutorials
===================

The following advanced tutorials assume familiarity with distributed computing
concepts. If terms like "workers," "schedulers," "containers," or "declarative
programming" are unfamiliar, please start with the :ref:`beginner_tutorials`
above.

Getting Started
---------------

.. toctree::
:maxdepth: 1

01_getting_started
02_manifest_system

These introductory tutorials assume no prior Scalable experience. Start here
if you are new to the framework.

Core Capabilities
-----------------

.. toctree::
:maxdepth: 1

03_scaling_strategies
04_caching_performance
05_cloud_integration
06_telemetry
07_error_handling

These tutorials cover Scalable's primary feature set. They assume you have
completed the Getting Started tutorials and have a working local environment.

Advanced Topics
---------------
-------------------

.. toctree::
:maxdepth: 1

08_kubernetes
09_ml_emulation
10_ai_composition

These tutorials explore Scalable's advanced and differentiating capabilities.
They assume familiarity with the core features and, in some cases, access to
external infrastructure (Kubernetes clusters, cloud accounts).
advanced/index

Recommended Learning Path
--------------------------
Expand Down
Loading