Skip to content

Commit 6192392

Browse files
docs: introduce ModeSimulation
1 parent 3d93236 commit 6192392

File tree

7 files changed

+71
-11
lines changed

7 files changed

+71
-11
lines changed

docs/api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ API |:computer:|
2020
utilities
2121
configuration
2222
mesh/index
23+
mode/index
2324
heat/index
2425
charge/index
2526
eme/index

docs/api/mode.rst

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1 @@
1-
.. currentmodule:: tidy3d
2-
3-
Mode Specifications
4-
===================
5-
6-
.. autosummary::
7-
:toctree: _autosummary/
8-
:template: module.rst
9-
10-
tidy3d.ModeSpec
1+
.. include:: /api/mode/index.rst

docs/api/mode/index.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Mode |:record_button:|
2+
======================
3+
4+
.. toctree::
5+
:hidden:
6+
7+
simulation
8+
specification
9+
output_data
10+
11+
12+
.. include:: /api/mode/simulation.rst
13+
.. include:: /api/mode/specification.rst
14+
.. include:: /api/mode/output_data.rst

docs/api/mode/output_data.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.. currentmodule:: tidy3d
2+
3+
Output Data
4+
-----------
5+
6+
Simulation Data
7+
^^^^^^^^^^^^^^^
8+
9+
.. autosummary::
10+
:toctree: ../_autosummary/
11+
:template: module.rst
12+
13+
tidy3d.ModeSimulationData
14+
15+
16+
Monitor Data
17+
^^^^^^^^^^^^
18+
19+
.. autosummary::
20+
:toctree: ../_autosummary/
21+
:template: module.rst
22+
23+
tidy3d.ModeSolverData
24+
25+
26+
Datasets
27+
^^^^^^^^
28+
29+
.. autosummary::
30+
:toctree: ../_autosummary/
31+
:template: module.rst
32+
33+
tidy3d.ModeSolverDataset

docs/api/mode/simulation.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.. currentmodule:: tidy3d
2+
3+
Mode Simulation
4+
===============
5+
6+
.. autosummary::
7+
:toctree: ../_autosummary/
8+
:template: module.rst
9+
10+
tidy3d.ModeSimulation

docs/api/mode/specification.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
.. currentmodule:: tidy3d
2+
3+
Mode Specifications
4+
===================
5+
6+
.. autosummary::
7+
:toctree: ../_autosummary/
8+
:template: module.rst
9+
10+
tidy3d.ModeSpec
11+
tidy3d.ModeSortSpec

docs/api/simulation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Other Simulation Types
4040
:toctree: _autosummary/
4141
:template: module.rst
4242

43-
tidy3d.plugins.mode.ModeSolver
43+
tidy3d.ModeSimulation
4444
tidy3d.EMESimulation
4545
tidy3d.HeatSimulation
4646
tidy3d.HeatChargeSimulation

0 commit comments

Comments
 (0)