Changeset 0507e09 in sasmodels for sasmodels/models/lorentz.py


Ignore:
Timestamp:
Mar 25, 2019 12:04:23 PM (5 years ago)
Author:
smk78
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
2464785, c94ab04
Parents:
b6422c7
Message:

Added link to source code to each model. Closes #883

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/lorentz.py

    rb297ba9 r0507e09  
    2020---------- 
    2121 
    22 L.S. Qrnstein and F. Zernike, *Proc. Acad. Sci. Amsterdam* 17, 793 (1914), and 
    23 *Z. Phys.* 19, 134 (1918), and 27, 761 {1926); referred to as QZ. 
    24 """ 
     22.. [#] L.S. Qrnstein and F. Zernike, *Proc. Acad. Sci. Amsterdam* 17, 793 (1914), and *Z. Phys.* 19, 134 (1918), and 27, 761 {1926); referred to as QZ. 
     23 
     24Source 
     25------ 
     26 
     27`lorentz.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/lorentz.py>`_ 
     28 
     29Authorship and Verification 
     30---------------------------- 
     31 
     32* **Author:**  
     33* **Last Modified by:**  
     34* **Last Reviewed by:**  
     35* **Source added by :** Steve King **Date:** March 25, 2019""" 
    2536 
    2637import numpy as np 
Note: See TracChangeset for help on using the changeset viewer.