Changeset 01f1e17 in sasview
- Timestamp:
- Apr 11, 2017 5:57:47 AM (8 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, 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, costrafo411, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 14bb7a4
- Parents:
- 21bba86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/build_sphinx.py
r21bba86 r01f1e17 6 6 http://sphinx-doc.org/invocation.html 7 7 """ 8 from __future__ import print_function 9 8 10 import subprocess 9 11 import os … … 12 14 import shutil 13 15 import imp 14 from __future__ import print_function15 16 16 17 from glob import glob … … 207 208 shutil.copy(fromhere,tohere) 208 209 else: 209 print "no source directory",SASMODELS_SOURCE_GPU,"was found"210 print("no source directory",SASMODELS_SOURCE_GPU,"was found") 210 211 211 212 if os.path.exists(SASMODELS_SOURCE_SESANS): … … 338 339 else: 339 340 print(""" 340 *** Error *** missing directory %s 341 ======= Error ======= 342 missing directory %s 341 343 The documentation will not include the optimizer selection section. 342 344 Checkout the bumps source tree and rebuild the docs. 343 344 345 345 """ % BUMPS_DOCS) 346 346
Note: See TracChangeset
for help on using the changeset viewer.