Changeset c1cfa80 in sasview for docs/sphinx-docs/source/_extensions
- Timestamp:
- Aug 31, 2018 8:20:25 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- facf4ca, 0eff615
- Parents:
- 3a473ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/_extensions/dollarmath.py
reddf6af5 rc1cfa80 11 11 12 12 import re 13 _dollar = re.compile(r"(?:^|(?<=\s ))[$]([^\n]*?)(?<![\\])[$](?:$|(?=\s|[.,;:?\\()]))")13 _dollar = re.compile(r"(?:^|(?<=\s|[-(]))[$]([^\n]*?)(?<![\\])[$](?:$|(?=\s|[-.,;:?\\)]))") 14 14 _notdollar = re.compile(r"\\[$]") 15 15
Note: See TracChangeset
for help on using the changeset viewer.