Changeset 01f1e17 in sasview for docs


Ignore:
Timestamp:
Apr 11, 2017 5:57:47 AM (7 years ago)
Author:
ajj
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
Message:

More fixes

File:
1 edited

Legend:

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

    r21bba86 r01f1e17  
    66http://sphinx-doc.org/invocation.html 
    77""" 
     8from __future__ import print_function 
     9 
    810import subprocess 
    911import os 
     
    1214import shutil 
    1315import imp 
    14 from __future__ import print_function 
    1516 
    1617from glob import glob 
     
    207208                    shutil.copy(fromhere,tohere) 
    208209    else: 
    209         print "no source directory",SASMODELS_SOURCE_GPU,"was found" 
     210        print("no source directory",SASMODELS_SOURCE_GPU,"was found") 
    210211 
    211212    if os.path.exists(SASMODELS_SOURCE_SESANS): 
     
    338339    else: 
    339340        print(""" 
    340 *** Error *** missing directory %s 
     341======= Error ======= 
     342missing directory %s 
    341343The documentation will not include the optimizer selection section. 
    342344Checkout the bumps source tree and rebuild the docs. 
    343  
    344  
    345345""" % BUMPS_DOCS) 
    346346 
Note: See TracChangeset for help on using the changeset viewer.