From d21fc6601d2b3982c1b762abc3513bd0cf1a7634 Mon Sep 17 00:00:00 2001 From: GavinWongYF <61688522+GavinWongYF@users.noreply.github.com> Date: Fri, 3 Apr 2026 20:45:32 -0400 Subject: [PATCH] Fix Monarch tutorial links --- intermediate_source/monarch_distributed_tutorial.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intermediate_source/monarch_distributed_tutorial.rst b/intermediate_source/monarch_distributed_tutorial.rst index 056cd2edd08..85605548245 100644 --- a/intermediate_source/monarch_distributed_tutorial.rst +++ b/intermediate_source/monarch_distributed_tutorial.rst @@ -22,7 +22,7 @@ Monarch is an actor framework designed to streamline the development of distribu - **Flexible resource management**: Support for multiple cluster schedulers including SLURM, Kubernetes, custom host management, and local processes - **Integrated monitoring**: Stream logs from remote processes back to your client for easy debugging and aggregation -For more details, see the `Monarch documentation `_. +For more details, see the `Monarch documentation `_. Why Use Monarch? ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -224,7 +224,7 @@ but here is some pseudocode with common usages: pass Remote actor endpoints can also utilize Python native breakpoints, enabling interactive debugging sessions. -For a complete deep-dive into Monarch debuggers, please `refer to the documentation `_. +For a complete deep-dive into Monarch debuggers, please `refer to the documentation `_. .. code-block:: python