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