Changeset 81d3a0c in sasmodels


Ignore:
Timestamp:
Mar 19, 2016 1:00:06 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3a45c2c, 053c4f1, 43b7eea, 89f4163, e65a3e7, 0a7eec11
Parents:
d7cd7d1 (diff), a84a0ca (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.
Message:

Merge branch 'master' of github.com:sasview/sasmodels

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/rst_prolog

    r4b0e1f3 ra0fb06a  
    11.. Set up some substitutions to make life easier... 
    22.. Remove |biggamma|, etc. when they are no longer needed. 
     3 
    34 
    45.. |alpha| unicode:: U+03B1 
     
    3233.. |bigzeta| unicode:: U+039E 
    3334.. |bigpsi| unicode:: U+03A8 
     35.. |bigphi| unicode:: U+03A6 
     36.. |bigsigma| unicode:: U+03A3 
    3437.. |Gamma| unicode:: U+0393 
    3538.. |Delta| unicode:: U+0394 
    3639.. |Zeta| unicode:: U+039E 
    3740.. |Psi| unicode:: U+03A8 
     41 
    3842 
    3943.. |drho| replace:: |Delta|\ |rho| 
     
    5761 
    5862 
     63.. |equiv| unicode:: U+2261 
     64.. |noteql| unicode:: U+2260 
     65.. |TM| unicode:: U+2122 
     66 
     67 
    5968.. |cdot| unicode:: U+00B7 
    6069.. |deg| unicode:: U+00B0 
  • example/fit_sesans.py

    r52e3eef rd7cd7d1  
    1414sys.path.insert(0, SASMODELS) 
    1515 
    16 from bumps.gui.gui_app import main as gui 
    17 gui() 
     16if sys.argv[-1].startswith('-'): 
     17    from bumps.cli import main as run_bumps 
     18else: 
     19    from bumps.gui.gui_app import main as run_bumps 
     20run_bumps() 
Note: See TracChangeset for help on using the changeset viewer.