From 79adae33493dbd42b4b2c4615ca84188082593b6 Mon Sep 17 00:00:00 2001 From: Oddant1 Date: Wed, 17 Jul 2024 13:13:29 -0700 Subject: [PATCH] Add parsl docs to info --- q2cli/builtin/info.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/q2cli/builtin/info.py b/q2cli/builtin/info.py index 7b17571a..354a96c1 100644 --- a/q2cli/builtin/info.py +++ b/q2cli/builtin/info.py @@ -82,3 +82,10 @@ def info(config_level): click.secho('\nGetting help', fg='green') click.secho('To get help with QIIME 2, visit https://qiime2.org') + + # When we have the final docs for this stuff up we should probably replace + # this with a reference to our docs which wil reference the parsl docs + if config_level: + click.secho('To get help with configuring/understanding QIIME 2 ' + 'parallelization visit ' + 'https://parsl.readthedocs.io/en/stable/')