From 563c3ae8f003d1c7fd9e788872b32bcfb03ea3e0 Mon Sep 17 00:00:00 2001 From: Kevin Hunter Kesling Date: Thu, 10 Oct 2024 02:12:04 -0400 Subject: [PATCH] Use code-style formatting for link --- .../20241004_101450_rchard_set_default_max_workers.rst | 4 +--- docs/changelog.rst | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.d/20241004_101450_rchard_set_default_max_workers.rst b/changelog.d/20241004_101450_rchard_set_default_max_workers.rst index 3ef71b2e3..c52a8aed4 100644 --- a/changelog.d/20241004_101450_rchard_set_default_max_workers.rst +++ b/changelog.d/20241004_101450_rchard_set_default_max_workers.rst @@ -2,7 +2,5 @@ Changed ^^^^^^^ - Prevent unintended hogging of resources (e.g., login nodes) by setting the default - endpoint configuration (which uses `LocalProvider`_) to only use a single worker + endpoint configuration (which uses |LocalProvider|_) to only use a single worker (``max_workers_per_node=1``). - -.. _LocalProvider: https://parsl.readthedocs.io/en/stable/stubs/parsl.providers.LocalProvider.html diff --git a/docs/changelog.rst b/docs/changelog.rst index 6f087cf9e..7b670d431 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2473,3 +2473,5 @@ New Functionality .. _MPIExecutor: https://parsl.readthedocs.io/en/stable/stubs/parsl.executors.MPIExecutor.html .. |HighThroughputExecutor| replace:: ``HighThroughputExecutor`` .. _HighThroughputExecutor: https://parsl.readthedocs.io/en/stable/stubs/parsl.executors.HighThroughputExecutor.html +.. |LocalProvider| replace:: ``LocalProvider`` +.. _LocalProvider: https://parsl.readthedocs.io/en/stable/stubs/parsl.providers.LocalProvider.html