Skip to content

Commit

Permalink
DOC: include missing pages to reference docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Beutel committed Oct 23, 2023
1 parent 247974f commit e8f8ba2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/treams/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
PhysicsArray
SMatrix
SMatrices
TMatrix
TMatrixC
Expand All @@ -46,12 +47,14 @@
bfield
changepoltype
chirality_density
dfield
efield
expand
expandlattice
hfield
permute
plane_wave
rotate
translate
Expand Down
2 changes: 1 addition & 1 deletion src/treams/_tmatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ def plane_wave(
material (Material, optional): Material definition.
modetype (str, optional): Mode type (see :ref:`params:Mode types`).
poltype (str, optional): Polarization type (see
:ref:`polarization:Polarizations`).
:ref:`params:Polarizations`).
"""
if len(kvec) == 2:
return _plane_wave_partial(
Expand Down

0 comments on commit e8f8ba2

Please sign in to comment.