Changeset 9f60c06 in sasmodels for sasmodels/models


Ignore:
Timestamp:
Aug 12, 2016 6:50:05 AM (8 years ago)
Author:
wojciech
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3c567c6b
Parents:
672978c
Message:

Magnetism help file moved to sasmodels - fixing ticket #607

Location:
sasmodels/models
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • 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.