Changeset b1c40bee in sasmodels


Ignore:
Timestamp:
Aug 12, 2016 7:27:01 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:
9a4811a, bde38b5
Parents:
40e415d
Message:

Moving magnetism file to seprate directory and temporarily revereting old magnetism link

Files:
8 edited
3 moved

Legend:

Unmodified
Added
Removed
  • doc/ref/index.rst

    r9f60c06 rb1c40bee  
    88 
    99   intro.rst 
    10    magnetism.rst 
    1110   refs.rst 
     11   magnetism/magnetism.rst 
  • sasmodels/models/core_multi_shell.py

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

    r9f60c06 rb1c40bee  
    66 
    77For information about polarised and magnetic scattering, see 
    8 the :ref:`magnetism` documentation. 
     8the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
    99 
    1010Definition 
  • sasmodels/models/cylinder.py

    r9f60c06 rb1c40bee  
    44The form factor is normalized by the particle volume V = \piR^2L. 
    55For information about polarised and magnetic scattering, see 
    6 the :ref:`magnetism` documentation. 
     6the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
    77 
    88Definition 
  • sasmodels/models/fuzzy_sphere.py

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

    r9f60c06 rb1c40bee  
    2828 
    2929For information about polarised and magnetic scattering, see 
    30 the :ref:`magnetism` documentation. 
     30the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
    3131 
    3232This code is based on the form factor calculations implemented in the NIST 
  • sasmodels/models/parallelepiped.py

    r9f60c06 rb1c40bee  
    44The form factor is normalized by the particle volume. 
    55For information about polarised and magnetic scattering, see 
    6 the :ref:`magnetism` documentation. 
     6the :doc:`magnetic help <../sasgui/perspectives/fitting/mag_help>` documentation. 
    77 
    88Definition 
  • sasmodels/models/sphere.py

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