@@ -170,24 +170,7 @@ So `OutputRequest(...)` is not just a way to rename a column. It is also a
170170declaration of which stream you want, at which cadence, and with which
171171resampling policy.
172172
173- ## 6. Scopes in larger MTGs
174-
175- The first two pages use a minimal MTG with one plant, so ` ScopeModel(...) ` is
176- not needed there. In a larger scene, however, several plants may contain the
177- same scales and the same processes. In that case, scopes control how streams are
178- partitioned across the MTG.
179-
180- Typical choices are:
181-
182- - ` ScopeModel(:global) ` to share a stream across the whole simulation;
183- - ` ScopeModel(:plant) ` to isolate streams within each plant subtree;
184- - ` ScopeModel(:scene) ` to isolate them within each scene;
185- - ` ScopeModel(:self) ` to keep a stream attached to each individual node.
186-
187- Once a mapping contains repeated scales and repeated processes, adding the right
188- scope is often just as important as choosing the right timestep.
189-
190- ## 7. Inspect resolved configuration
173+ ## 6. Inspect resolved configuration
191174
192175When a mapping mixes inferred bindings, explicit bindings, custom meteo
193176aggregation, scopes, and export requests, it becomes difficult to reason about
@@ -213,7 +196,7 @@ These helpers let you confirm:
213196In practice, this is often the fastest way to debug a multi-rate mapping before
214197running a larger simulation.
215198
216- ## 8 . How to choose between the three pages
199+ ## 7 . How to choose between the three pages
217200
218201Use the pages in this order:
219202
0 commit comments