Changeset 2e66ef5 in sasmodels for doc


Ignore:
Timestamp:
May 8, 2017 12:16:09 AM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
a03fad8
Parents:
990d8df
Message:

add a short scripting guide; start in on developer docs

Location:
doc
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • doc/developer/calculator.rst

    re822c97 r2e66ef5  
    77model calculator which implements the polydispersity and magnetic SLD 
    88calculations.  There are three separate implementations of this layer, 
    9 *kernelcl.py* for OpenCL, which operates on a single Q value at a time, 
    10 *kerneldll.c* for the DLL, which loops over a vector of Q values, and 
    11 *kernelpy.py* for python models which operates on vector Q values. 
     9:mod:`kernelcl` for OpenCL, which operates on a single Q value at a time, 
     10:mod:`kerneldll` for the DLL, which loops over a vector of Q values, and 
     11:mod:`kernelpy` for python models which operates on vector Q values. 
    1212 
    1313Each implementation provides three different calls *Iq*, *Iqxy* and *Imagnetic* 
  • doc/developer/index.rst

    rb85be2d r2e66ef5  
    77   :maxdepth: 4 
    88 
     9   overview.rst 
    910   calculator.rst 
  • doc/genapi.py

    r8ae8532 r2e66ef5  
    5656 
    5757modules = [ 
    58     ('__init__', 'Top level namespace'), 
     58    ('__init__', 'Sasmodels package'), 
    5959    #('alignment', 'GPU data alignment [unused]'), 
    6060    ('bumps_model', 'Bumps interface'), 
  • doc/guide/index.rst

    r990d8df r2e66ef5  
    1515   sesans/sesans_fitting.rst 
    1616   plugin.rst 
     17   scripting.rst 
    1718   refs.rst 
Note: See TracChangeset for help on using the changeset viewer.