From b106cfb4acef17c6e142ee610d3446d1ff66cf65 Mon Sep 17 00:00:00 2001 From: Brett Date: Mon, 28 Oct 2024 09:09:14 -0400 Subject: [PATCH] mention strun package name usage in docs --- docs/roman/pipeline_run.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/roman/pipeline_run.rst b/docs/roman/pipeline_run.rst index f57d04ee9..2697fdb74 100644 --- a/docs/roman/pipeline_run.rst +++ b/docs/roman/pipeline_run.rst @@ -48,6 +48,13 @@ The mosaic level pipeline also has an alias, ``roman_mos``, and can be run as $ strun roman_mos r0008308002010007027_asn.json +.. note:: + + When using an **alias** with strun (for example ``strun resample``) you may + need to provide the ``romancal`` package name if you have other packages installed + that also use the same **alias**. The package name is provided prior to the + **alias** separated by ``::`` (for example ``strun romancal::resample``). + Exit Status ```````````