From b11a0402f8a5f043da5bc00e9b814cc35414e0f9 Mon Sep 17 00:00:00 2001 From: Reid Mello <30907815+rjmello@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:33:53 -0400 Subject: [PATCH] Note that HTEngine is marked for deprecation in docs --- docs/endpoints/endpoint_examples.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/endpoints/endpoint_examples.rst b/docs/endpoints/endpoint_examples.rst index 755b48158..dd1d31bb7 100644 --- a/docs/endpoints/endpoint_examples.rst +++ b/docs/endpoints/endpoint_examples.rst @@ -21,9 +21,9 @@ like Slurm and PBSTorque to provision compute nodes dynamically in response to w These capabilities are largely borrowed from Parsl's |HighThroughputExecutor|_ and therefore all of |HighThroughputExecutor|_'s parameter options are supported as passthrough. -Note:: -As of ``globus-compute-endpoint==2.12.0`` |GlobusComputeEngine|_, replaces the -``HighThroughputEngine`` as the default executor. +.. note:: + As of ``globus-compute-endpoint==2.12.0``, |GlobusComputeEngine|_ is the default engine type. + The ``HighThroughputEngine`` is marked for deprecation. Here are |GlobusComputeEngine|_ specific features: