From 20a9efaf14f81ddbec3d46b3a8bc24d622fb2cb0 Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Wed, 15 Jan 2025 21:56:03 -0500 Subject: [PATCH] doc note --- docs/guide/pipeline.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/guide/pipeline.rst b/docs/guide/pipeline.rst index 0555299fd..c35dd52a7 100644 --- a/docs/guide/pipeline.rst +++ b/docs/guide/pipeline.rst @@ -171,6 +171,9 @@ you can do a couple of things: :class:`PipelineConfig` that can be serialized and reloaded from JSON, YAML, or similar formats. +Building a pipeline resolves default connections, instantiates components from their +configurations, and checks for cycles. + .. _pipeline-execution: Execution