From 54ce97a30509df78aadaa2775033a7d5513b99fa Mon Sep 17 00:00:00 2001 From: M Q Date: Mon, 8 Jun 2026 23:27:37 -0700 Subject: [PATCH] Minor edits to update module names in the doc Signed-off-by: M Q --- docs/source/modules/executors.md | 2 +- docs/source/modules/graphs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/modules/executors.md b/docs/source/modules/executors.md index ea3c5e77..086c8345 100644 --- a/docs/source/modules/executors.md +++ b/docs/source/modules/executors.md @@ -3,6 +3,6 @@ Please see Holoscan SDK Python API for classes that are in this module. ```{eval-rst} -.. automodule:: monai.deploy.core.executors +.. automodule:: monai.deploy.executors :noindex: ``` diff --git a/docs/source/modules/graphs.md b/docs/source/modules/graphs.md index d1062293..cc814783 100644 --- a/docs/source/modules/graphs.md +++ b/docs/source/modules/graphs.md @@ -3,6 +3,6 @@ Please see Holoscan SDK Python API for classes that are in this module. ```{eval-rst} -.. automodule:: monai.deploy.core.graphs +.. automodule:: monai.deploy.graphs :noindex: ```