From 2778615cd94be2ba13b34620d41981533a26e6bb Mon Sep 17 00:00:00 2001 From: dschmitz89 Date: Fri, 17 Sep 2021 21:27:09 +0200 Subject: [PATCH] Docstring fixes --- spherical_stats/_esag.py | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/spherical_stats/_esag.py b/spherical_stats/_esag.py index 9781cdb..8e26579 100644 --- a/spherical_stats/_esag.py +++ b/spherical_stats/_esag.py @@ -228,14 +228,9 @@ class ESAG(object): Args: params (optional, ndarray (5, ) ): Parameters of the distribution - The parameters are the following: - - .. math:: - - params=(\mu_0, \mu_1, \mu_2, \gamma_1, \gamma_2) - - The principal orientation vectors is given by the normalized vector :math:`\mu=(\mu_0, \mu_1, \mu_2)/||(\mu_0, \mu_1, \mu_2)||` - and the shape of the distribution is controlled by the parameters :math:`\gamma_1` and :math:`\gamma_2`. + ``params`` are the following: :math:`(\mu_0, \mu_1, \mu_2, \gamma_1, \gamma_2)`.\n + The principal orientation vectors is given by the normalized vector :math:`\mu=(\mu_0, \mu_1, \mu_2)/||(\mu_0, \mu_1, \mu_2)||`.\n + and the shape of the distribution is controlled by the parameters :math:`\gamma_1` and :math:`\gamma_2`. Notes -------