Changeset 1fbadb2 in sasmodels for sasmodels/compare.py


Ignore:
Timestamp:
Apr 17, 2018 6:51:56 AM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
c11d09f, d533590
Parents:
7c3fb15
Message:

fix math rendering for rst2html: now need mathjax URL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/compare.py

    r5770493 r1fbadb2  
    13761376    path = os.path.dirname(info.filename) 
    13771377    url = "file://" + path.replace("\\", "/")[2:] + "/" 
    1378     rst2html.view_html_qtapp(html, url) 
     1378    rst2html.view_html_wxapp(html, url) 
    13791379 
    13801380def explore(opts): 
Note: See TracChangeset for help on using the changeset viewer.