Math expressions shouldn't include full stop periods
Open
@beckykd is already working on this.
Since Sep 15, 2026.
content 📄
- Dominant language
- Jupyter Notebook
- Stars
- 106
- Forks
- 223
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 72
Description
We have a lot of math expressions that include the period at the end of a sentence on them. We should avoid doing this because it doesn't work well with translations.
Example of this in https://github.com/Qiskit/documentation/pull/4748
... with probability $1/4.$
Depending on the language, the order of the phrases is different and the math expressions usually change their position on a sentence. When that happens, the period is moved around with the math expression.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.