diff --git a/docs/source/usersguide/tallies.rst b/docs/source/usersguide/tallies.rst index bbec016423..1210bc2820 100644 --- a/docs/source/usersguide/tallies.rst +++ b/docs/source/usersguide/tallies.rst @@ -213,7 +213,7 @@ The following tables show all valid scores: +----------------------+---------------------------------------------------+ |nu-fission |Total production of neutrons due to fission. | +----------------------+---------------------------------------------------+ - |nu-scatter, |This score is similar in functionality to the | + |nu-scatter |This score is similar in functionality to the | | |``scatter`` score except the total production of | | |neutrons due to scattering is scored vice simply | | |the scattering rate. This accounts for | diff --git a/openmc/filter_expansion.py b/openmc/filter_expansion.py index 5159cfd473..1970c07710 100644 --- a/openmc/filter_expansion.py +++ b/openmc/filter_expansion.py @@ -54,7 +54,7 @@ class LegendreFilter(ExpansionFilter): r"""Score Legendre expansion moments up to specified order. This filter allows scores to be multiplied by Legendre polynomials of the - change in particle angle ($\mu$) up to a user-specified order. + change in particle angle (:math:`\mu`) up to a user-specified order. Parameters ----------