Skip to content

Commit

Permalink
FIX: Post 2.6 release 🚨
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinteroflex committed Feb 23, 2024
1 parent a872049 commit 89d9d43
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 28 deletions.
10 changes: 10 additions & 0 deletions docs/api/charge/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CHARGE |:zap:|
==============

.. toctree::
:hidden:

mediums


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

Charge Perturbation Specification
------------------------------------

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

tidy3d.LinearChargePerturbation
tidy3d.CustomChargePerturbation
12 changes: 12 additions & 0 deletions docs/api/heat/mediums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@ Material Thermal Specification

tidy3d.FluidSpec
tidy3d.SolidSpec


Thermal Perturbation Specification
------------------------------------

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

tidy3d.LinearHeatPerturbation
tidy3d.CustomHeatPerturbation

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:|
logging
submit_simulations
heat/index
charge/index
plugins/index
constants
abstract_base
Expand Down
12 changes: 12 additions & 0 deletions docs/api/mediums.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,18 @@ Spatially varying
tidy3d.CustomDrude
tidy3d.CustomDebye


Medium Perturbations
--------------------

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

tidy3d.PerturbationMedium
tidy3d.PerturbationPoleResidue


General Mediums (can be both dispersive and non-dispersive)
-----------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/api/submit_simulations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Through python API
tidy3d.web.api.webapi.download_log
tidy3d.web.api.webapi.download_json
tidy3d.web.api.webapi.load_simulation
tidy3d.web.api.webapi.run_async
tidy3d.web.api.asynchronous.run_async

Convenience for Single and Batch
--------------------------------
Expand Down
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"IPython.sphinxext.ipython_directive",
"IPython.sphinxext.ipython_console_highlighting",
"nbsphinx", # Integrate Jupyter Notebooks and Sphinx
"notfound.extension",
"myst_parser",
# "sphinxcontrib.divparams", # TODO FIX
"sphinx.ext.autodoc", # Core Sphinx library for auto html doc generation from docstrings
Expand Down Expand Up @@ -112,7 +113,7 @@
html_css_files = [
"css/custom.css",
]
html_extra_path = ["./_static/robots.txt"]
html_extra_path = ["./_static/robots.txt", "./_static/"]
html_favicon = "_static/logo.ico"
html_js_files = ["js/custom-download.js"]
htmlhelp_basename = "tidy3ddoc"
Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Next Steps

That should get you started!

To see some other examples of Tidy3D being used in large scale photonics simulations, see `Examples <./examples.html>`_.
To see some other examples of Tidy3D being used in large scale photonics simulations, see `Examples <./notebooks/docs/index.html>`_.

To learn more about the many features of Tidy3D, check out our `Feature Walkthrough <./notebooks/Simulation.html>`_.

Expand Down
60 changes: 39 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ pydata-sphinx-theme = {version = ">=0.13.3", optional = true}
tmm = {version="*", optional = true}
grcwa = {version="*", optional = true}
sphinx-sitemap = {version=">=2.5.1", optional = true}
sphinx-notfound-page = {version="*", optional = true}
sphinx-tabs = {version="*", optional = true}
nbdime = {version="*", optional = true}
myst-parser = {version="*", optional = true}
Expand All @@ -109,9 +110,9 @@ cma = {version="*", optional = true}
dev = ['black', "coverage", 'dill', 'divparams', 'gdspy', 'gdstk', 'gdstk', 'grcwa', 'ipython', 'ipython', 'jax', 'jaxlib', 'jinja2',
'jupyter', 'jupyterblack', 'myst-parser', 'memory_profiler', 'nbconvert', 'nbdime', 'nbsphinx', 'networkx', 'optax', 'pre-commit',
'pydata-sphinx-theme', 'pylint', 'pyswarms', 'pytest', 'pytest-timeout', 'rtree', 'ruff', 'sax', 'signac', 'sphinx',
'sphinx-book-theme', 'sphinx-copybutton', 'sphinx-sitemap', 'sphinx-tabs', 'sphinxemoji', 'tmm', 'tox', 'trimesh',
'sphinx-book-theme', 'sphinx-copybutton', 'sphinx-notfound-page', 'sphinx-sitemap', 'sphinx-tabs', 'sphinxemoji', 'tmm', 'tox', 'trimesh',
'vtk', 'devsim', 'cma']
docs = ["jupyter", "jinja2", "nbconvert", "sphinx", "nbsphinx", "ipython", "divparams", "sphinx-copybutton", "sphinx-book-theme", "pydata-sphinx-theme", "tmm", "gdstk", "grcwa", "sphinx-sitemap", "nbdime", "optax", "signac", "sax", "pylint", "jupyterblack", "sphinx-tabs", "sphinxemoji", "myst-parser", "devsim", "cma"]
docs = ["jupyter", "jinja2", "nbconvert", "sphinx", "nbsphinx", "ipython", "divparams", "sphinx-copybutton", "sphinx-book-theme", "pydata-sphinx-theme", "tmm", "gdstk", "grcwa", "sphinx-sitemap", 'sphinx-notfound-page', "nbdime", "optax", "signac", "sax", "pylint", "jupyterblack", "sphinx-tabs", "sphinxemoji", "myst-parser", "devsim", "cma"]
gdspy = ["gdspy"]
gdstk = ["gdstk"]
jax = ["jaxlib", "jax"]
Expand Down

0 comments on commit 89d9d43

Please sign in to comment.