Changeset 5ab5cae in sasview


Ignore:
Timestamp:
Dec 14, 2014 10:26:37 AM (9 years ago)
Author:
Peter Parker
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
e27d71b
Parents:
f6b977c
Message:

Refs #202 - Try and fix some Sphinx warnings.

Location:
park-1.2.1/park
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • park-1.2.1/park/assembly.py

    r3570545 r5ab5cae  
    160160        of models in a script to for example set the fit range for 
    161161        parameter 'a' of the model:: 
     162 
    162163            assembly[0].set(a=[5,6]) 
    163164 
     
    304305 
    305306        :param fitness: the fitting model 
    306         The fitting model can be an instance of `park.assembly.Fitness`, 
    307         or a tuple of (`park.model.Model`,`park.data.Data1D`) 
     307            The fitting model can be an instance of `park.assembly.Fitness`, 
     308            or a tuple of (`park.model.Model`,`park.data.Data1D`) 
    308309        :param weight: model weighting (usually 1.0) 
    309310        :param isfitted: whether model should be fit (equivalent to weight 0.) 
  • park-1.2.1/park/data.py

    r3570545 r5ab5cae  
    6363 
    6464    Attributes 
    65     ========== 
    6665     
    6766    filename 
     
    9493 
    9594    Notes on calc_x 
    96     ===============    
    9795     
    9896    The contribution of Q to a resolution of width dQo at point Qo is:: 
Note: See TracChangeset for help on using the changeset viewer.