Changes in / [fd19811:3c567c6b] in sasmodels


Ignore:
Files:
3 added
9 edited

Legend:

Unmodified
Added
Removed
  • doc/ref/index.rst

    r7bb290c r9f60c06  
    88 
    99   intro.rst 
     10   magnetism.rst 
    1011   refs.rst 
  • doc/ref/intro.rst

    r61ba623 r9f60c06  
    4444($x$) axis of the plane of the detector. 
    4545 
    46 For information about polarised and magnetic scattering, see here_. 
     46For information about polarised and magnetic scattering, see :ref:`magnetism`. 
    4747 
    48  
    49 .. _here: polar_mag_help.html 
  • sasmodels/models/core_multi_shell.py

    r40a87fa r9f60c06  
    2626 
    2727For information about polarised and magnetic scattering, see 
    28 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
     28the :ref:`magnetism` documentation. 
    2929 
    3030Our model uses the form factor calculations implemented in a c-library provided 
  • sasmodels/models/core_shell_sphere.py

    r40a87fa r9f60c06  
    44This model provides the form factor, $P(q)$, for a spherical particle with 
    55a core-shell structure. The form factor is normalized by the particle volume. 
     6 
     7For information about polarised and magnetic scattering, see 
     8the :ref:`magnetism` documentation. 
    69 
    710Definition 
  • sasmodels/models/cylinder.py

    r40a87fa r9f60c06  
    33r""" 
    44The form factor is normalized by the particle volume V = \piR^2L. 
     5For information about polarised and magnetic scattering, see 
     6the :ref:`magnetism` documentation. 
    57 
    68Definition 
  • sasmodels/models/fuzzy_sphere.py

    r40a87fa r9f60c06  
    11r""" 
    22For information about polarised and magnetic scattering, see 
    3 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` 
     3the :ref:`magnetism` 
    44documentation. 
    55 
  • sasmodels/models/multilayer_vesicle.py

    r40a87fa r9f60c06  
    1313    Geometry of the multilayer_vesicle model. 
    1414 
    15 See the :ref:`core-shell` model for more documentation. 
     15See the :ref:`core-shell-sphere` model for more documentation. 
    1616 
    1717The 2D scattering intensity is the same as 1D, regardless of the orientation 
     
    2828 
    2929For information about polarised and magnetic scattering, see 
    30 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
     30the :ref:`magnetism` documentation. 
    3131 
    3232This code is based on the form factor calculations implemented in the NIST 
  • sasmodels/models/parallelepiped.py

    r40a87fa r9f60c06  
    33r""" 
    44The form factor is normalized by the particle volume. 
     5For information about polarised and magnetic scattering, see 
     6the :ref:`magnetism` documentation. 
    57 
    68Definition 
  • sasmodels/models/sphere.py

    r40a87fa r9f60c06  
    11r""" 
    22For information about polarised and magnetic scattering, see 
    3 the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` 
     3the :ref:`magnetism` documentation. 
    44documentation. 
    55 
Note: See TracChangeset for help on using the changeset viewer.