Skip to content

Commit

Permalink
📝 Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
je-cook committed Oct 21, 2024
1 parent 9d03922 commit b4ea92f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bluemira/plasma_physics/rules_of_thumb.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ def estimate_M(A: float, kappa: float) -> float: # noqa: N802
-----
.. doi:: 10.1063/1.865934
:title: Hirshman and Neilson, 1986
Assuming a LCFS parameterisation as per:
Assuming a LCFS parameterisation as per
:py:func:`~bluemira.equilibria.shapes.flux_surface_hirshman`
"""
eps = 1 / A
Expand Down
5 changes: 2 additions & 3 deletions bluemira/plasma_physics/scaling_laws.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ def lambda_q(
Notes
-----
[4] Eich et al., 2011
<https://journals.aps.org/prl/pdf/10.1103/PhysRevLett.107.215001>
[4] :doi:`Eich et al., 2011 <10.1103/PhysRevLett.107.215001>`
\t:math:`\\lambda_q=(0.73\\pm0.38)B_t^{-0.78\\pm0.25}q_{95}^{1.2\\pm0.27}P_{SOL}^{0.1\\pm0.11}R_{0}^{0.02\\pm0.2}`
"""
Expand Down Expand Up @@ -250,7 +249,7 @@ def IPB98y2( # noqa: N802
Notes
-----
[2] :doi:`ITER Physics Expert Group, Nucl. Fus. 39, 12 <10.1088/0029-5515/39/12/302>
[2] :doi:`ITER Physics Expert Group, Nucl. Fus. 39, 12 <10.1088/0029-5515/39/12/302>`
\t:math:`\\tau_{E}=0.0562I_p^{0.93}B_t^{0.15}P_{sep}^{-0.69}n^{0.41}M^{0.19}R_0^{1.97}A^{-0.58}\\kappa^{0.78}`
"""
Expand Down

0 comments on commit b4ea92f

Please sign in to comment.