Changeset 59dfb53 in sasview for docs/sphinx-docs/source/user
- Timestamp:
- Sep 28, 2017 5:59:50 PM (7 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, magnetic_scatt, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- a26f67f
- Parents:
- 64cdb0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/sphinx-docs/source/user/marketplace.rst
r959eb01 r59dfb53 3 3 Model Marketplace 4 4 ================= 5 The Model Marketplace allows members of the SAS Community to contribute plug-in fitting models for *SasView* for all to use. 5 The Model Marketplace allows members of the SAS Community to contribute 6 plug-in fitting models for *SasView* for all to use. 6 7 7 8 .. note:: These plug-in models require SasView version 4.0 or later. 8 9 9 Contributed models should be written in Python (only version 2.7.x is currently supported) or, if computational speed is an issue, in a combination of Python and C. You only need to upload the .py/.c source code files to the Marketplace! 10 Contributed models should be written in Python (only version 2.7.x is 11 currently supported) or, if computational speed is an issue, in a 12 combination of Python and C. You only need to upload the .py/.c source 13 code files to the Marketplace! 10 14 11 For guidance on how to write a plugin model see :ref:`Writing_a_Plugin` . It may also be helpful to examine the library models in the */sasmodels-data/models* sub-folder of your SasView installation directory. 15 For guidance on how to write a plugin model see :ref:`Writing_a_Plugin` . It 16 may also be helpful to examine the library models in 17 the */sasmodels-data/models* sub-folder of your SasView installation directory. 12 18 13 The Marketplace also provides the option to upload a SasView text file of the scattering function data computed by your model. If you do this a graph of the scattering function will appear under the Marketplace entry for your model. 19 The Marketplace also provides the option to upload a SasView text file of 20 the scattering function data computed by your model. If you do this a graph 21 of the scattering function will appear under the Marketplace entry for 22 your model. 14 23 15 .. note:: The SasView Development Team regret to say that they do not have the resources to fix the bugs or polish the code in every model contributed to the Marketplace! 24 .. note:: 25 The SasView Development Team regret to say that they do not have the 26 resources to fix the bugs or polish the code in every model contributed 27 to the Marketplace!
Note: See TracChangeset
for help on using the changeset viewer.