diff options
author | Théo de la Hogue | 2024-04-25 21:06:57 +0200 |
---|---|---|
committer | Théo de la Hogue | 2024-04-25 21:06:57 +0200 |
commit | e7d7c073d5ca505b79c321e32d451e5a71faf566 (patch) | |
tree | 9853b743f3fa2e138b208923ecbbc17c74cc882f | |
parent | 350cbb2a0b2ca673c6c72df6bf4dd1ab562b2ade (diff) | |
download | argaze-e7d7c073d5ca505b79c321e32d451e5a71faf566.zip argaze-e7d7c073d5ca505b79c321e32d451e5a71faf566.tar.gz argaze-e7d7c073d5ca505b79c321e32d451e5a71faf566.tar.bz2 argaze-e7d7c073d5ca505b79c321e32d451e5a71faf566.tar.xz |
Improving specific parameter documentation.
-rw-r--r-- | docs/user_guide/pipeline_input_context/context_definition.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user_guide/pipeline_input_context/context_definition.md b/docs/user_guide/pipeline_input_context/context_definition.md index c608532..7d30438 100644 --- a/docs/user_guide/pipeline_input_context/context_definition.md +++ b/docs/user_guide/pipeline_input_context/context_definition.md @@ -53,4 +53,5 @@ class Example(ArFeatures.ArContext): !!! note "" - The next chapter explains how to [load a context to connect it with a pipeline](configuration_and_connection.md).
\ No newline at end of file + The next chapter explains how to [load a context to connect it with a pipeline](configuration_and_connection.md). +
\ No newline at end of file |