Changeset c1cfa80 in sasview for docs


Ignore:
Timestamp:
Aug 31, 2018 6:20:25 AM (6 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

Added minor fixes from master

  • doc dates
  • improved tooltip on chi2 control
  • regular expression improvement
Location:
docs/sphinx-docs/source
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/source/_extensions/dollarmath.py

    reddf6af5 rc1cfa80  
    1111 
    1212import re 
    13 _dollar = re.compile(r"(?:^|(?<=\s))[$]([^\n]*?)(?<![\\])[$](?:$|(?=\s|[.,;:?\\()]))") 
     13_dollar = re.compile(r"(?:^|(?<=\s|[-(]))[$]([^\n]*?)(?<![\\])[$](?:$|(?=\s|[-.,;:?\\)]))") 
    1414_notdollar = re.compile(r"\\[$]") 
    1515 
  • docs/sphinx-docs/source/conf.py

    rd8f4d9b rc1cfa80  
    7171# General information about the project. 
    7272project = u'SasView' 
    73 copyright = u'2017, The SasView Project' 
     73copyright = u'2018, The SasView Project' 
    7474 
    7575# The version info for the project you're documenting, acts as replacement for 
     
    7878# 
    7979# The short X.Y version. 
    80 version = '4.1' 
     80version = '5.0' 
    8181# The full version, including alpha/beta/rc tags. 
    8282release = '5.0.0' 
Note: See TracChangeset for help on using the changeset viewer.