Changeset c1cfa80 in sasview
- 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
- Files:
-
- 3 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 -
docs/sphinx-docs/source/conf.py
rd8f4d9b rc1cfa80 71 71 # General information about the project. 72 72 project = u'SasView' 73 copyright = u'201 7, The SasView Project'73 copyright = u'2018, The SasView Project' 74 74 75 75 # The version info for the project you're documenting, acts as replacement for … … 78 78 # 79 79 # The short X.Y version. 80 version = ' 4.1'80 version = '5.0' 81 81 # The full version, including alpha/beta/rc tags. 82 82 release = '5.0.0' -
src/sas/qtgui/Perspectives/Fitting/UI/FittingWidgetUI.ui
rd4dac80 rc1cfa80 315 315 <item row="1" column="3"> 316 316 <widget class="QGroupBox" name="groupBox_9"> 317 <property name="toolTip"> 318 <string><html><head/><body><p>Ï<span style=" vertical-align:super;">2</span>/DOF (DOF=N<span style=" vertical-align:sub;">pts</span>-N<span style=" vertical-align:sub;">par</span> fitted)</p></body></html></string> 319 </property> 317 320 <property name="title"> 318 321 <string>Fitting error</string>
Note: See TracChangeset
for help on using the changeset viewer.