Changeset a146eaa in sasmodels for sasmodels/resolution.py


Ignore:
Timestamp:
Mar 18, 2016 6:20:43 AM (8 years ago)
Author:
smk78
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:
3a45c2c, 044a9c1
Parents:
59ce4cb
Message:

Addressing Sphinx build errors: Changed unexpected section title
Algorithm to Definition. Also corrected erroneous indent.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/resolution.py

    r17bbadd ra146eaa  
    197197 
    198198 
    199     **Algorithm** 
     199    Definition 
     200    ---------- 
    200201 
    201202    We are using the mid-point integration rule to assign weights to each 
     
    441442    .. math:: 
    442443 
    443         n_\text{extend} = (n-1) (\log q_\text{max} - \log q_n) 
     444         n_\text{extend} = (n-1) (\log q_\text{max} - \log q_n) 
    444445            / (\log q_n - log q_1) 
    445446    """ 
Note: See TracChangeset for help on using the changeset viewer.