Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ API |:computer:|
utilities
configuration
mesh/index
mode/index
heat/index
charge/index
eme/index
Expand Down
11 changes: 1 addition & 10 deletions docs/api/mode.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
.. currentmodule:: tidy3d

Mode Specifications
===================

.. autosummary::
:toctree: _autosummary/
:template: module.rst

tidy3d.ModeSpec
.. include:: /api/mode/index.rst
14 changes: 14 additions & 0 deletions docs/api/mode/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Mode |:record_button:|
======================

.. toctree::
:hidden:

simulation
specification
output_data


.. include:: /api/mode/simulation.rst
.. include:: /api/mode/specification.rst
.. include:: /api/mode/output_data.rst
33 changes: 33 additions & 0 deletions docs/api/mode/output_data.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
.. currentmodule:: tidy3d

Output Data
-----------

Simulation Data
^^^^^^^^^^^^^^^

.. autosummary::
:toctree: ../_autosummary/
:template: module.rst

tidy3d.ModeSimulationData


Monitor Data
^^^^^^^^^^^^

.. autosummary::
:toctree: ../_autosummary/
:template: module.rst

tidy3d.ModeSolverData


Datasets
^^^^^^^^

.. autosummary::
:toctree: ../_autosummary/
:template: module.rst

tidy3d.ModeSolverDataset
10 changes: 10 additions & 0 deletions docs/api/mode/simulation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.. currentmodule:: tidy3d

Mode Simulation
===============

.. autosummary::
:toctree: ../_autosummary/
:template: module.rst

tidy3d.ModeSimulation
11 changes: 11 additions & 0 deletions docs/api/mode/specification.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.. currentmodule:: tidy3d

Mode Specifications
===================

.. autosummary::
:toctree: ../_autosummary/
:template: module.rst

tidy3d.ModeSpec
tidy3d.ModeSortSpec
2 changes: 1 addition & 1 deletion docs/api/simulation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Other Simulation Types
:toctree: _autosummary/
:template: module.rst

tidy3d.plugins.mode.ModeSolver
tidy3d.ModeSimulation
tidy3d.EMESimulation
tidy3d.HeatSimulation
tidy3d.HeatChargeSimulation
Expand Down