Skip to content

Commit

Permalink
📚 Include mode web api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinteroflex committed Aug 26, 2024
1 parent 22219ee commit 2e91ebf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions docs/api/submit_simulations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Submitting Simulations
======================

Through python API
------------------
Generic Web API
----------------

.. autosummary::
:toctree: _autosummary/
Expand All @@ -26,8 +26,8 @@ Through python API
tidy3d.web.api.webapi.load_simulation
tidy3d.web.api.asynchronous.run_async

Convenience for Single and Batch
--------------------------------
Job and Batch Containers
-------------------------

.. autosummary::
:toctree: _autosummary/
Expand All @@ -46,3 +46,15 @@ Information Containers

tidy3d.web.core.task_info.TaskInfo
tidy3d.web.core.task_info.TaskStatus


Mode Solver Web API
--------------------

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

tidy3d.web.api.mode.run
tidy3d.web.api.mode.run_batch
tidy3d.web.api.mode.ModeSolverTask

0 comments on commit 2e91ebf

Please sign in to comment.