File tree Expand file tree Collapse file tree 7 files changed +71
-11
lines changed Expand file tree Collapse file tree 7 files changed +71
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ .. currentmodule :: tidy3d
2+
3+ Mode Simulation
4+ ===============
5+
6+ .. autosummary ::
7+ :toctree: ../_autosummary/
8+ :template: module.rst
9+
10+ tidy3d.ModeSimulation
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments