Changeset b955dd5 in sasmodels


Ignore:
Timestamp:
Apr 1, 2019 9:10:08 AM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master
Children:
f64b154
Parents:
f8060c5
Message:

fix sphinx errors

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/index.rst

    rf8060c5 rb955dd5  
    1717 
    1818.. only:: html 
     19 
    1920   :Release: |version| 
    2021   :Date:    |today| 
     
    2324 
    2425.. toctree:: 
    25    :numbered: 
    2626   :maxdepth: 4 
    2727 
     
    3838 
    3939.. only:: html 
     40 
    4041  * :ref:`search` 
  • sasmodels/modelinfo.py

    ra34b811 rb955dd5  
    292292    Control parameters are used for variant models such as :ref:`rpa` which 
    293293    have different cases with different parameters, as well as models 
    294     like :ref:`spherical_sld` with its user defined number of shells. 
     294    like *spherical_sld* with its user defined number of shells. 
    295295    The control parameter should appear in the parameter table along with the 
    296296    parameters it is is controlling.  For variant models, use *[CASES]* in 
     
    957957    structure_factor = None # type: bool 
    958958    #: True if the model defines an Fq function with signature 
    959     #: void Fq(double q, double *F1, double *F2, ...) 
     959    #: ``void Fq(double q, double *F1, double *F2, ...)`` 
    960960    have_Fq = False 
    961961    #: List of options for computing the effective radius of the shape, 
Note: See TracChangeset for help on using the changeset viewer.