From 41fa537db3021575d7cf2ee92b5cebd7baa0f102 Mon Sep 17 00:00:00 2001 From: dmarek Date: Mon, 22 Apr 2024 12:55:22 -0400 Subject: [PATCH] fix missing doc references for smatrix --- docs/api/plugins/smatrix.rst | 5 ++++- tidy3d/plugins/smatrix/component_modelers/base.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/api/plugins/smatrix.rst b/docs/api/plugins/smatrix.rst index fcd7919da..8d1e95b0c 100644 --- a/docs/api/plugins/smatrix.rst +++ b/docs/api/plugins/smatrix.rst @@ -9,4 +9,7 @@ Scattering Matrix Calculator tidy3d.plugins.smatrix.ComponentModeler tidy3d.plugins.smatrix.Port - tidy3d.plugins.smatrix.SMatrixDataArray \ No newline at end of file + tidy3d.plugins.smatrix.ModalPortDataArray + tidy3d.plugins.smatrix.TerminalComponentModeler + tidy3d.plugins.smatrix.LumpedPort + tidy3d.plugins.smatrix.LumpedPortDataArray \ No newline at end of file diff --git a/tidy3d/plugins/smatrix/component_modelers/base.py b/tidy3d/plugins/smatrix/component_modelers/base.py index cc24bbf56..555ef39c0 100644 --- a/tidy3d/plugins/smatrix/component_modelers/base.py +++ b/tidy3d/plugins/smatrix/component_modelers/base.py @@ -67,7 +67,7 @@ class AbstractComponentModeler(ABC, Tidy3dBaseModel): verbose: bool = pd.Field( False, title="Verbosity", - description="Whether the :class:`.ComponentModeler` should print status and progressbars.", + description="Whether the :class:`.AbstractComponentModeler` should print status and progressbars.", ) callback_url: str = pd.Field(