- Timestamp:
- May 23, 2018 2:40:05 AM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/build_sphinx.py
r417c03f rdb7d2c7 149 149 if exists(BUMPS_SOURCE): 150 150 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")) 154 155 for f in filenames: 155 156 print("Copying file", f)
Note: See TracChangeset
for help on using the changeset viewer.