diff --git a/docs/tutorials/advanced/index.rst b/docs/tutorials/advanced/index.rst new file mode 100644 index 0000000..7e0d1fc --- /dev/null +++ b/docs/tutorials/advanced/index.rst @@ -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). diff --git a/docs/tutorials/index.rst b/docs/tutorials/index.rst index 41db4c0..01aeef3 100644 --- a/docs/tutorials/index.rst +++ b/docs/tutorials/index.rst @@ -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 --------------------------