Skip to content

Commit

Permalink
Fix math math
Browse files Browse the repository at this point in the history
  • Loading branch information
brynpickering committed Feb 25, 2025
1 parent 3611d75 commit 2ef3380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/hooks/generate_math_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def on_files(files: list, config: dict, **kwargs):
f"{override}.yaml",
textwrap.dedent(
f"""
Pre-defined additional math to apply {custom_documentation.name} math on top of the [base mathematical formulation][base-math].
Pre-defined additional math to apply {custom_documentation.name} __on top of__ the [base mathematical formulation][base-math].
This math is _only_ applied if referenced in the `config.init.add_math` list as `{override}`.
"""
),
Expand Down

0 comments on commit 2ef3380

Please sign in to comment.