Changeset 48153283 in sasview for docs/sphinx-docs
- Timestamp:
- Feb 17, 2015 3:46:30 AM (10 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.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:
- 36c5910
- Parents:
- 920928f (diff), 5dfdfa7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- docs/sphinx-docs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/build_sphinx.py
rf620870 r296f290 10 10 import fnmatch 11 11 import shutil 12 import imp 12 13 13 14 from distutils.dir_util import copy_tree … … 17 18 18 19 CURRENT_SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) 20 21 run = imp.load_source('run', os.path.join(CURRENT_SCRIPT_DIR, '..', '..', 'run.py')) 22 run.prepare() 19 23 20 24 SASVIEW_SRC = os.path.join(CURRENT_SCRIPT_DIR, "..", "..", "src") … … 108 112 build() 109 113 110 print "=== Done ==="114 print "=== Done ===" -
docs/sphinx-docs/source/user/user.rst
ref325c7 r64c8fc1 12 12 Plotting Data/Models <guiframe/graph_help> 13 13 14 Fitting Perspective <fit ting/fitting_help>14 Fitting Perspective <fit/fitting_help> 15 15 16 16 P(r) Inversion Perspective <invariant/pr_help> … … 33 33 Generic Scattering Calculator Tool <calculator/sas_calculator_help> 34 34 35 Python Shell Tool 35 Python Shell Tool <perspectives/calculator/python_shell_help> 36 36 37 Image Viewer Tool 37 Image Viewer Tool <perspectives/calculator/image_viewer_help>
Note: See TracChangeset
for help on using the changeset viewer.