diff --git a/lasy/profiles/combined_profile.py b/lasy/profiles/combined_profile.py index b4ee5986..0e8f6fdc 100644 --- a/lasy/profiles/combined_profile.py +++ b/lasy/profiles/combined_profile.py @@ -37,11 +37,11 @@ class CombinedLongitudinalTransverseProfile(Profile): field (:math:`E_0` in the above formula) is automatically calculated so that the pulse has the prescribed energy. - long_profile : an instance of `lasy`'s :class:LongitudinalProfile + long_profile : :class:`.LongitudinalProfile` Defines the longitudinal envelope of the laser, i.e. the function :math:`\mathcal{L}(t)` in the above formula. - transverse_profile : an instance of `lasy`'s :class:TransverseProfile + transverse_profile : :class:`.TransverseProfile` Defines the transverse envelope of the laser, i.e. the function :math:`\mathcal{T}(x, y)` in the above formula. """ diff --git a/lasy/profiles/longitudinal/gaussian_profile.py b/lasy/profiles/longitudinal/gaussian_profile.py index 66a5e1b2..2868ba76 100644 --- a/lasy/profiles/longitudinal/gaussian_profile.py +++ b/lasy/profiles/longitudinal/gaussian_profile.py @@ -8,7 +8,7 @@ class GaussianLongitudinalProfile(LongitudinalProfile): Derived class for the analytic profile of a longitudinally-Gaussian laser pulse. More precisely, the longitudinal envelope - (to be used in the :class:CombinedLongitudinalTransverseProfile class) + (to be used in the :class:`.CombinedLongitudinalTransverseProfile` class) corresponds to: .. math:: diff --git a/lasy/profiles/transverse/gaussian_profile.py b/lasy/profiles/transverse/gaussian_profile.py index 1f3f4c98..f7d95f2e 100644 --- a/lasy/profiles/transverse/gaussian_profile.py +++ b/lasy/profiles/transverse/gaussian_profile.py @@ -8,7 +8,7 @@ class GaussianTransverseProfile(TransverseProfile): Derived class for the analytic profile of a Gaussian laser pulse. More precisely, at focus (``z_foc=0``), the transverse envelope - (to be used in the :class:CombinedLongitudinalTransverseLaser class) + (to be used in the :class:`.CombinedLongitudinalTransverseLaser` class) corresponds to: .. math:: diff --git a/lasy/profiles/transverse/hermite_gaussian_profile.py b/lasy/profiles/transverse/hermite_gaussian_profile.py index 09943576..40f81b66 100644 --- a/lasy/profiles/transverse/hermite_gaussian_profile.py +++ b/lasy/profiles/transverse/hermite_gaussian_profile.py @@ -11,7 +11,7 @@ class HermiteGaussianTransverseProfile(TransverseProfile): Derived class for an analytic profile. More precisely, the transverse envelope (to be used in the - :class:CombinedLongitudinalTransverseLaser class) corresponds to: + :class:`.CombinedLongitudinalTransverseLaser` class) corresponds to: .. math:: diff --git a/lasy/profiles/transverse/laguerre_gaussian_profile.py b/lasy/profiles/transverse/laguerre_gaussian_profile.py index 6c5c476a..98674c9d 100644 --- a/lasy/profiles/transverse/laguerre_gaussian_profile.py +++ b/lasy/profiles/transverse/laguerre_gaussian_profile.py @@ -10,7 +10,7 @@ class LaguerreGaussianTransverseProfile(TransverseProfile): Derived class for an analytic profile. More precisely, at focus (`z_foc=0`), the transverse envelope (to be used in the - :class:CombinedLongitudinalTransverseLaser class) corresponds to: + :class:`.CombinedLongitudinalTransverseLaser` class) corresponds to: .. math::