Skip to content

Commit

Permalink
Add missing entries in in init and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
m-brath authored and olemke committed Sep 21, 2022
1 parent e3b9cc4 commit 1bd5937
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/typhon.physics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ physics
.. autosummary::
:toctree: generated

cie_color_matching_kernels
convert_xyz2rgb
density
e_eq_ice_mk
e_eq_water_mk
Expand All @@ -16,6 +18,7 @@ physics
frequency2wavenumber
fresnel
integrate_water_vapor
match_color
mixing_ratio2specific_humidity
mixing_ratio2vmr
moist_lapse_rate
Expand Down Expand Up @@ -44,6 +47,8 @@ physics
wavelength2wavenumber
wavenumber2frequency
wavenumber2wavelength
xyz2rgb_cv2
xyz2rgb_walker_hdtv
zeeman_splitting
zeeman_strength
zeeman_transitions
Expand Down
1 change: 1 addition & 0 deletions typhon/physics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from typhon.physics.em import * # noqa
from typhon.physics.metrology import * # noqa
from typhon.physics.thermodynamics import * # noqa
from typhon.physics.color_rendering import * # noqa


__all__ = [s for s in dir() if not s.startswith('_')]

0 comments on commit 1bd5937

Please sign in to comment.