Changeset 5802e7b in sasview for docs


Ignore:
Timestamp:
Mar 18, 2016 11:03:14 AM (8 years ago)
Author:
smk78
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.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
372bb7c
Parents:
cf8e119
Message:

Start paving the way to build sasview and sasmodels documentation in one
go: first, find the feckin' files…

File:
1 edited

Legend:

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

    rba31ed1 r5802e7b  
    2828SASVIEW_DOCS = os.path.join(SASVIEW_BUILD, "doc") 
    2929SASVIEW_TEST = os.path.join(SASVIEW_SRC, "..", "sasview", "test", "media") 
     30 
     31# Need to slurp in the new sasmodels model definitions to replace the old model_functions.rst 
     32# We are currently here: 
     33#/sasview-local-trunk/docs/sphinx-docs/build_sphinx.py 
     34SASMODELS_SOURCE_MODELS = os.path.join(CURRENT_SCRIPT_DIR, "..", "..", "..", "sasmodels", "sasmodels", "models") 
     35SASMODELS_SOURCE_IMG = os.path.join(CURRENT_SCRIPT_DIR, "..", "..", "..", "sasmodels", "sasmodels", "models", "img") 
     36 
     37#/sasview-local-trunk/docs/sphinx-docs/source/user/models 
     38SASMODELS_DEST_MODELS = os.path.join(CURRENT_SCRIPT_DIR, "source", "user", "models") 
     39SASMODELS_DEST_IMG = os.path.join(CURRENT_SCRIPT_DIR, "source", "user", "models", "img") 
     40 
     41#print SASMODELS_SOURCE_MODELS 
     42#print SASMODELS_SOURCE_IMG 
     43#print SASMODELS_DEST_MODELS 
     44#print SASMODELS_DEST_IMG 
    3045 
    3146SPHINX_BUILD = os.path.join(CURRENT_SCRIPT_DIR, "build") 
Note: See TracChangeset for help on using the changeset viewer.