Skip to content

Commit

Permalink
fix: update mathematical notation for consistency in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Feb 4, 2025
1 parent 0b8fc67 commit 8fd0de4
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions docs/source/core/constituent.rst
Original file line number Diff line number Diff line change
Expand Up @@ -441,11 +441,11 @@

:math:`MKS_2 = M_2 + K_2 - S_2`

==================== ========================================= =======================
==================== ========================================= ============================
V u Factor-f
==================== ========================================= =======================
:math:`2T - 2s + 4h` :math:`2\xi - 2\nu -2\nu^{\prime \prime}` :math:`f(M_2) × f(K_2)`
==================== ========================================= =======================
==================== ========================================= ============================
:math:`2T - 2s + 4h` :math:`2\xi - 2\nu -2\nu^{\prime \prime}` :math:`f(M_2) \times f(K_2)`
==================== ========================================= ============================

.. autoattribute:: kLambda2

Expand Down Expand Up @@ -579,21 +579,21 @@

:math:`MO_3 = M_2 + O_1`

========================== =================== =======================
========================== =================== ============================
V u Factor-f
========================== =================== =======================
:math:`3T - 4s + 3h + 90°` :math:`4\xi - 3\nu` :math:`f(M_2) × f(O_1)`
========================== =================== =======================
========================== =================== ============================
:math:`3T - 4s + 3h + 90°` :math:`4\xi - 3\nu` :math:`f(M_2) \times f(O_1)`
========================== =================== ============================

.. autoattribute:: k2MK3

:math:`2MK_3 = 2M_2 - K_1`

========================== ================================== =========================
========================== ================================== ==============================
V u Factor-f
========================== ================================== =========================
:math:`3T - 4s + 3h + 90°` :math:`4\xi - 4\nu + \nu^{\prime}` :math:`f(M_2)^2 × f(K_1)`
========================== ================================== =========================
========================== ================================== ==============================
:math:`3T - 4s + 3h + 90°` :math:`4\xi - 4\nu + \nu^{\prime}` :math:`f(M_2)^2 \times f(K_1)`
========================== ================================== ==============================

.. autoattribute:: kM3

Expand All @@ -613,11 +613,11 @@

:math:`MK_3 = M_2 + K_1`

========================== ================================== =======================
========================== ================================== ============================
V u Factor-f
========================== ================================== =======================
:math:`3T - 2s + 3h - 90°` :math:`2\xi - 2\nu - \nu^{\prime}` :math:`f(M_2) × f(K_1)`
========================== ================================== =======================
========================== ================================== ============================
:math:`3T - 2s + 3h - 90°` :math:`2\xi - 2\nu - \nu^{\prime}` :math:`f(M_2) \times f(K_1)`
========================== ================================== ============================

.. autoattribute:: kN4

Expand Down Expand Up @@ -773,11 +773,11 @@

:math:`MSK_6 = M_2 + K_2 + S_2`

==================== =================== =======================
==================== =================== ============================
V u Factor-f
==================== =================== =======================
:math:`6T - 2s + 4h` :math:`2\xi - 2\nu` :math:`f(M_2) × f(K_2)`
==================== =================== =======================
==================== =================== ============================
:math:`6T - 2s + 4h` :math:`2\xi - 2\nu` :math:`f(M_2) \times f(K_2)`
==================== =================== ============================

.. autoattribute:: kS6

Expand All @@ -803,11 +803,11 @@

:math:`MSf = M_2 - S_2`

=============== ================== ===========================
=============== ================== ============================
V u Factor-f
=============== ================== ===========================
:math:`2s - 2h` :math:`2\xi -2\nu` :math:`f(M_2) \prod f(S_2)`
=============== ================== ===========================
=============== ================== ============================
:math:`2s - 2h` :math:`2\xi -2\nu` :math:`f(M_2) \times f(S_2)`
=============== ================== ============================

.. warning::

Expand Down

0 comments on commit 8fd0de4

Please sign in to comment.