Changeset 0fc5a03 in sasview for docs/sphinx-docs/source
- Timestamp:
- Nov 7, 2017 9:09:49 AM (7 years ago)
- Branches:
- master, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 0957bb3a, 2469df7, 6debc16
- Parents:
- 08b9e331 (diff), 2a2fb09 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Paul Kienzle <pkienzle@…> (11/07/17 09:09:49)
- git-committer:
- GitHub <noreply@…> (11/07/17 09:09:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/_extensions/dollarmath.py
reddf6af5 r2a2fb09 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.