Changeset 091eee64 in sasview for docs/sphinx-docs/source/user
- Timestamp:
- Feb 20, 2019 8:59:13 AM (6 years ago)
- Branches:
- ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
- Children:
- 390494d
- Parents:
- d1b525b
- Location:
- docs/sphinx-docs/source/user
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/user/marketplace.rst
r59dfb53 r091eee64 6 6 plug-in fitting models for *SasView* for all to use. 7 7 8 .. note:: These plug-in models require SasView version 4.0 or later. 8 .. note:: 9 These plug-in models require SasView version 4.0 or later. However, 10 not *all* models may work with *every* version of SasView because 11 of changes to our API. 9 12 10 13 Contributed models should be written in Python (only version 2.7.x is … … 12 15 combination of Python and C. You only need to upload the .py/.c source 13 16 code files to the Marketplace! 17 18 Please put a comment in your code to indicate which version of SasView you 19 wrote the model for. 14 20 15 21 For guidance on how to write a plugin model see :ref:`Writing_a_Plugin` . It -
docs/sphinx-docs/source/user/tutorial.rst
r3bd677b r091eee64 8 8 .. note:: In Windows use [Alt]-[Cursor left] to return to the previous page 9 9 10 The following tutorial was written for Version 2.x but is still a useful overview of 11 much of the analysis capability in SasView (but disregard Appendix XIII if using 12 Version 4.2 or later) 13 14 :download:`Old Tutorial <sasview/Tutorial.pdf>` 15 16 The following tutorials have been written for Version 4.x 17 10 18 :download:`Getting Started with Sasview <sasview/getting_started_with_sasview.pdf>` 11 19 12 :download:`Old Tutorial <sasview/Tutorial.pdf>` 20 :download:`Basic 1D Fitting in Sasview <sasview/basic_1d_fitting_in_sasview_v3x_4x.pdf>` 21 22 :download:`Simultaneous 1D Fitting in Sasview <sasview/simultaneous_1d_fitting_in_sasview_v3x_4x.pdf>` 23 24 :download:`Correlation Function Analysis in SasView <sasview/correlation_function_analysis_in_sasview_v4x.pdf>`
Note: See TracChangeset
for help on using the changeset viewer.