Changeset db7d2c7 in sasview


Ignore:
Timestamp:
May 23, 2018 2:40:05 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_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
Children:
87dfca4
Parents:
fe76fba
Message:

Moved fitting algorithm help images to sasview. Temporarily for SASVIEW-947

Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • docs/sphinx-docs/build_sphinx.py

    r417c03f rdb7d2c7  
    149149    if exists(BUMPS_SOURCE): 
    150150        print("=== Retrieve BUMPS Docs ===") 
    151         filenames = [joinpath(BUMPS_SOURCE, "optimizer.rst")] 
    152         filenames += glob(joinpath(BUMPS_SOURCE, "dream-*.png")) 
    153         filenames += glob(joinpath(BUMPS_SOURCE, "fit-*.png")) 
     151        filenames = glob(joinpath(BUMPS_SOURCE, "dream-*.png")) 
     152        #filenames = [joinpath(BUMPS_SOURCE, "optimizer.rst")] 
     153        #filenames += glob(joinpath(BUMPS_SOURCE, "dream-*.png")) 
     154        #filenames += glob(joinpath(BUMPS_SOURCE, "fit-*.png")) 
    154155        for f in filenames: 
    155156            print("Copying file", f) 
Note: See TracChangeset for help on using the changeset viewer.