From cdad7f2358feaa27b59c83057543af27c0f9b96d Mon Sep 17 00:00:00 2001 From: zdevito Date: Tue, 7 Oct 2025 14:40:51 -0700 Subject: [PATCH] [easy] missing this_host in docs Differential Revision: [D84097597](https://our.internmc.facebook.com/intern/diff/D84097597/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D84097597/)! [ghstack-poisoned] --- docs/source/api/monarch.actor.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/api/monarch.actor.rst b/docs/source/api/monarch.actor.rst index bd1c79bce..1e8ef119a 100644 --- a/docs/source/api/monarch.actor.rst +++ b/docs/source/api/monarch.actor.rst @@ -27,6 +27,8 @@ are launch across hosts. HostMesh represents a mesh of hosts. ProcMesh is a mesh .. autofunction:: get_or_spawn_controller +.. autofunction:: this_host + Defining Actors ===============