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


Ignore:
Timestamp:
Mar 25, 2019 2: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/linear_pearls.py

    rb297ba9 r0507e09  
    2929---------- 
    3030 
    31 A V Dobrynin, M Rubinstein and S P Obukhov, *Macromol.*, 
    32 29 (1996) 2974-2979 
    33 """ 
     31.. [#] A V Dobrynin, M Rubinstein and S P Obukhov, *Macromol.*, 29 (1996) 2974-2979 
     32 
     33Source 
     34------ 
     35 
     36`linear_pearls.py <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/linear_pearls.py>`_ 
     37 
     38`linear_pearls.c <https://github.com/SasView/sasmodels/blob/master/sasmodels/models/linear_pearls.c>`_ 
     39 
     40Authorship and Verification 
     41---------------------------- 
     42 
     43* **Author:**  
     44* **Last Modified by:**  
     45* **Last Reviewed by:**  
     46* **Source added by :** Steve King **Date:** March 25, 2019""" 
    3447 
    3548import numpy as np 
Note: See TracChangeset for help on using the changeset viewer.