From 14fd7a09d94d2d25dd2adb120c9fd9546e27ed55 Mon Sep 17 00:00:00 2001 From: Yadu Babuji Date: Sat, 23 Nov 2024 19:27:35 -0600 Subject: [PATCH] Fix docstring code highlighting --- parsl/executors/high_throughput/executor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parsl/executors/high_throughput/executor.py b/parsl/executors/high_throughput/executor.py index 307895483e..a8712979cb 100644 --- a/parsl/executors/high_throughput/executor.py +++ b/parsl/executors/high_throughput/executor.py @@ -87,13 +87,13 @@ address : string An address to connect to the main Parsl process which is reachable from the network in which workers will be running. This field expects an IPv4 address (xxx.xxx.xxx.xxx) (when - enable_ipv6 is not set) + ``enable_ipv6`` is not set) Most login nodes on clusters have several network interfaces available, only some of which can be reached from the compute nodes. This field can be used to limit the executor to listen only on a specific interface, and limiting connections to the internal network. By default, the executor will attempt to enumerate and connect through all possible addresses. Setting an address here overrides the default behavior. - If `enable_ipv6` is set, specify an IPv6 address in brackets, for eg: address=[::1] + If ``enable_ipv6`` is set, specify an IPv6 address in brackets, for eg: ``address=[::1]`` default=None worker_ports : (int, int)