Ignore:
Timestamp:
Oct 24, 2011 2:52:52 PM (13 years ago)
Author:
Gervaise Alina <gervyh@…>
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:
8d70c0a
Parents:
67cd7c0
Message:

edit docs for models

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansmodels/docs/sphinx/html/api/RPAModel.html

    r512573a rc0d873f  
    33<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
    44  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
     5 
    56 
    67<html xmlns="http://www.w3.org/1999/xhtml"> 
     
    89    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    910     
    10     <title>RPAModel &mdash; sansmodels v0.1.0 documentation</title> 
     11    <title>RPAModel &mdash; sansmodels 0.1.0 documentation</title> 
     12     
    1113    <link rel="stylesheet" href="../_static/default.css" type="text/css" /> 
    1214    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> 
     15     
    1316    <script type="text/javascript"> 
    1417      var DOCUMENTATION_OPTIONS = { 
     
    2326    <script type="text/javascript" src="../_static/underscore.js"></script> 
    2427    <script type="text/javascript" src="../_static/doctools.js"></script> 
    25     <link rel="top" title="sansmodels v0.1.0 documentation" href="../index.html" /> 
     28    <link rel="top" title="sansmodels 0.1.0 documentation" href="../index.html" /> 
    2629    <link rel="up" title="Reference" href="index.html" /> 
    2730    <link rel="next" title="SCCrystalModel" href="SCCrystalModel.html" /> 
     
    4447          <a href="RPA10Model.html" title="RPA10Model" 
    4548             accesskey="P">previous</a> |</li> 
    46         <li><a href="../index.html">sansmodels v0.1.0 documentation</a> &raquo;</li> 
     49        <li><a href="../index.html">sansmodels 0.1.0 documentation</a> &raquo;</li> 
    4750          <li><a href="index.html" accesskey="U">Reference</a> &raquo;</li>  
    4851      </ul> 
     
    5659  <div class="section" id="rpamodel"> 
    5760<h1>RPAModel<a class="headerlink" href="#rpamodel" title="Permalink to this headline">¶</a></h1> 
    58 <div class="section" id="module-sans.models.RPAModel"> 
    59 <span id="sans-models-rpamodel"></span><h2><a class="reference internal" href="#module-sans.models.RPAModel" title="sans.models.RPAModel"><tt class="xref py py-mod docutils literal"><span class="pre">sans.models.RPAModel</span></tt></a><a class="headerlink" href="#module-sans.models.RPAModel" title="Permalink to this headline">¶</a></h2> 
    60 <p>Provide functionality for a C extension model</p> 
    61 <table class="docutils field-list" frame="void" rules="none"> 
    62 <col class="field-name" /> 
    63 <col class="field-body" /> 
    64 <tbody valign="top"> 
    65 <tr class="field"><th class="field-name">WARNING:</th><td class="field-body">THIS FILE WAS GENERATED BY WRAPPERGENERATOR.PY 
     61<div class="section" id="sans-models-rpamodel"> 
     62<h2><a class="reference internal" href="#module-sans.models.RPAModel" title="sans.models.RPAModel"><tt class="xref py py-mod docutils literal"><span class="pre">sans.models.RPAModel</span></tt></a><a class="headerlink" href="#sans-models-rpamodel" title="Permalink to this headline">¶</a></h2> 
     63<span class="target" id="module-sans.models.RPAModel"></span><p>Provide functionality for a C extension model</p> 
     64<table class="docutils field-list" frame="void" rules="none"> 
     65<col class="field-name" /> 
     66<col class="field-body" /> 
     67<tbody valign="top"> 
     68<tr class="field-odd field"><th class="field-name">WARNING:</th><td class="field-body">THIS FILE WAS GENERATED BY WRAPPERGENERATOR.PY 
    6669DO NOT MODIFY THIS FILE, MODIFY ..c_extensions</td> 
    6770</tr> 
     
    117120</dl> 
    118121<dl class="method"> 
     122<dt id="sans.models.RPAModel.RPAModel.__add__"> 
     123<tt class="descname">__add__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__add__" title="Permalink to this definition">¶</a></dt> 
     124<dd></dd></dl> 
     125 
     126<dl class="attribute"> 
     127<dt id="sans.models.RPAModel.RPAModel.__class__"> 
     128<tt class="descname">__class__</tt><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__class__" title="Permalink to this definition">¶</a></dt> 
     129<dd><p>alias of <tt class="xref py py-class docutils literal"><span class="pre">type</span></tt></p> 
     130</dd></dl> 
     131 
     132<dl class="attribute"> 
     133<dt id="sans.models.RPAModel.RPAModel.__delattr__"> 
     134<tt class="descname">__delattr__</tt><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__delattr__" title="Permalink to this definition">¶</a></dt> 
     135<dd><p>x.__delattr__(&#8216;name&#8217;) &lt;==&gt; del x.name</p> 
     136</dd></dl> 
     137 
     138<dl class="attribute"> 
     139<dt id="sans.models.RPAModel.RPAModel.__dict__"> 
     140<tt class="descname">__dict__</tt><em class="property"> = &lt;dictproxy object at 0x02E186F0&gt;</em><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__dict__" title="Permalink to this definition">¶</a></dt> 
     141<dd></dd></dl> 
     142 
     143<dl class="method"> 
     144<dt id="sans.models.RPAModel.RPAModel.__div__"> 
     145<tt class="descname">__div__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__div__" title="Permalink to this definition">¶</a></dt> 
     146<dd></dd></dl> 
     147 
     148<dl class="attribute"> 
     149<dt id="sans.models.RPAModel.RPAModel.__getattribute__"> 
     150<tt class="descname">__getattribute__</tt><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__getattribute__" title="Permalink to this definition">¶</a></dt> 
     151<dd><p>x.__getattribute__(&#8216;name&#8217;) &lt;==&gt; x.name</p> 
     152</dd></dl> 
     153 
     154<dl class="attribute"> 
     155<dt id="sans.models.RPAModel.RPAModel.__hash__"> 
     156<tt class="descname">__hash__</tt><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__hash__" title="Permalink to this definition">¶</a></dt> 
     157<dd><p>x.__hash__() &lt;==&gt; hash(x)</p> 
     158</dd></dl> 
     159 
     160<dl class="method"> 
     161<dt id="sans.models.RPAModel.RPAModel.__init__"> 
     162<tt class="descname">__init__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__init__" title="Permalink to this definition">¶</a></dt> 
     163<dd><p>Initialization</p> 
     164</dd></dl> 
     165 
     166<dl class="attribute"> 
     167<dt id="sans.models.RPAModel.RPAModel.__module__"> 
     168<tt class="descname">__module__</tt><em class="property"> = 'sans.models.RPAModel'</em><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__module__" title="Permalink to this definition">¶</a></dt> 
     169<dd></dd></dl> 
     170 
     171<dl class="method"> 
     172<dt id="sans.models.RPAModel.RPAModel.__mul__"> 
     173<tt class="descname">__mul__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__mul__" title="Permalink to this definition">¶</a></dt> 
     174<dd></dd></dl> 
     175 
     176<dl class="staticmethod"> 
     177<dt id="sans.models.RPAModel.RPAModel.__new__"> 
     178<em class="property">static </em><tt class="descname">__new__</tt><big>(</big><em>S</em>, <em>...</em><big>)</big> &rarr; a new object with type S, a subtype of T<a class="headerlink" href="#sans.models.RPAModel.RPAModel.__new__" title="Permalink to this definition">¶</a></dt> 
     179<dd></dd></dl> 
     180 
     181<dl class="method"> 
     182<dt id="sans.models.RPAModel.RPAModel.__reduce__"> 
     183<tt class="descname">__reduce__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__reduce__" title="Permalink to this definition">¶</a></dt> 
     184<dd><p>helper for pickle</p> 
     185</dd></dl> 
     186 
     187<dl class="method"> 
     188<dt id="sans.models.RPAModel.RPAModel.__reduce_ex__"> 
     189<tt class="descname">__reduce_ex__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__reduce_ex__" title="Permalink to this definition">¶</a></dt> 
     190<dd><p>Overwrite the __reduce_ex__ of PyTypeObject <a href="#id1"><span class="problematic" id="id2">*</span></a>type call in the init of  
     191c model.</p> 
     192</dd></dl> 
     193 
     194<dl class="attribute"> 
     195<dt id="sans.models.RPAModel.RPAModel.__repr__"> 
     196<tt class="descname">__repr__</tt><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__repr__" title="Permalink to this definition">¶</a></dt> 
     197<dd><p>x.__repr__() &lt;==&gt; repr(x)</p> 
     198</dd></dl> 
     199 
     200<dl class="attribute"> 
     201<dt id="sans.models.RPAModel.RPAModel.__setattr__"> 
     202<tt class="descname">__setattr__</tt><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__setattr__" title="Permalink to this definition">¶</a></dt> 
     203<dd><p>x.__setattr__(&#8216;name&#8217;, value) &lt;==&gt; x.name = value</p> 
     204</dd></dl> 
     205 
     206<dl class="method"> 
     207<dt id="sans.models.RPAModel.RPAModel.__setstate__"> 
     208<tt class="descname">__setstate__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__setstate__" title="Permalink to this definition">¶</a></dt> 
     209<dd><p>restore the state of a model from pickle</p> 
     210</dd></dl> 
     211 
     212<dl class="attribute"> 
     213<dt id="sans.models.RPAModel.RPAModel.__str__"> 
     214<tt class="descname">__str__</tt><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__str__" title="Permalink to this definition">¶</a></dt> 
     215<dd><p>x.__str__() &lt;==&gt; str(x)</p> 
     216</dd></dl> 
     217 
     218<dl class="method"> 
     219<dt id="sans.models.RPAModel.RPAModel.__sub__"> 
     220<tt class="descname">__sub__</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__sub__" title="Permalink to this definition">¶</a></dt> 
     221<dd></dd></dl> 
     222 
     223<dl class="attribute"> 
     224<dt id="sans.models.RPAModel.RPAModel.__weakref__"> 
     225<tt class="descname">__weakref__</tt><a class="headerlink" href="#sans.models.RPAModel.RPAModel.__weakref__" title="Permalink to this definition">¶</a></dt> 
     226<dd><p>list of weak references to the object (if defined)</p> 
     227</dd></dl> 
     228 
     229<dl class="method"> 
     230<dt id="sans.models.RPAModel.RPAModel._clone"> 
     231<tt class="descname">_clone</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel._clone" title="Permalink to this definition">¶</a></dt> 
     232<dd><p>Internal utility function to copy the internal 
     233data members to a fresh copy.</p> 
     234</dd></dl> 
     235 
     236<dl class="method"> 
    119237<dt id="sans.models.RPAModel.RPAModel.calculate_ER"> 
    120238<tt class="descname">calculate_ER</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.calculate_ER" title="Permalink to this definition">¶</a></dt> 
     
    124242<col class="field-body" /> 
    125243<tbody valign="top"> 
    126 <tr class="field"><th class="field-name">Returns:</th><td class="field-body">the value of the effective radius</td> 
     244<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">the value of the effective radius</td> 
    127245</tr> 
    128246</tbody> 
     
    144262<dl class="method"> 
    145263<dt id="sans.models.RPAModel.RPAModel.evalDistribution"> 
    146 <tt class="descname">evalDistribution</tt><big>(</big><em>x=</em><span class="optional">[</span><span class="optional">]</span><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.evalDistribution" title="Permalink to this definition">¶</a></dt> 
     264<tt class="descname">evalDistribution</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.evalDistribution" title="Permalink to this definition">¶</a></dt> 
    147265<dd><p>Evaluate the model in cartesian coordinates</p> 
    148266<table class="docutils field-list" frame="void" rules="none"> 
     
    150268<col class="field-body" /> 
    151269<tbody valign="top"> 
    152 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> &#8211; input q[], or [qx[], qy[]]</td> 
    153 </tr> 
    154 <tr class="field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q[])</td> 
     270<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> &#8211; input q[], or [qx[], qy[]]</td> 
     271</tr> 
     272<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q[])</td> 
    155273</tr> 
    156274</tbody> 
     
    166284<dl class="method"> 
    167285<dt id="sans.models.RPAModel.RPAModel.getParam"> 
    168 <tt class="descname">getParam</tt><big>(</big><em>name</em><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.getParam" title="Permalink to this definition">¶</a></dt> 
     286<tt class="descname">getParam</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.getParam" title="Permalink to this definition">¶</a></dt> 
    169287<dd><p>Set the value of a model parameter</p> 
    170288<table class="docutils field-list" frame="void" rules="none"> 
     
    172290<col class="field-body" /> 
    173291<tbody valign="top"> 
    174 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>name</strong> &#8211; name of the parameter</td> 
     292<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>name</strong> &#8211; name of the parameter</td> 
    175293</tr> 
    176294</tbody> 
     
    186304<dl class="method"> 
    187305<dt id="sans.models.RPAModel.RPAModel.getParamListWithToken"> 
    188 <tt class="descname">getParamListWithToken</tt><big>(</big><em>token</em>, <em>member</em><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.getParamListWithToken" title="Permalink to this definition">¶</a></dt> 
     306<tt class="descname">getParamListWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.getParamListWithToken" title="Permalink to this definition">¶</a></dt> 
    189307<dd></dd></dl> 
    190308 
    191309<dl class="method"> 
    192310<dt id="sans.models.RPAModel.RPAModel.getParamWithToken"> 
    193 <tt class="descname">getParamWithToken</tt><big>(</big><em>name</em>, <em>token</em>, <em>member</em><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.getParamWithToken" title="Permalink to this definition">¶</a></dt> 
     311<tt class="descname">getParamWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.getParamWithToken" title="Permalink to this definition">¶</a></dt> 
    194312<dd></dd></dl> 
    195313 
    196314<dl class="method"> 
    197315<dt id="sans.models.RPAModel.RPAModel.is_fittable"> 
    198 <tt class="descname">is_fittable</tt><big>(</big><em>par_name</em><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.is_fittable" title="Permalink to this definition">¶</a></dt> 
     316<tt class="descname">is_fittable</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.is_fittable" title="Permalink to this definition">¶</a></dt> 
    199317<dd><p>Check if a given parameter is fittable or not</p> 
    200318<table class="docutils field-list" frame="void" rules="none"> 
     
    202320<col class="field-body" /> 
    203321<tbody valign="top"> 
    204 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>par_name</strong> &#8211; the parameter name to check</td> 
     322<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>par_name</strong> &#8211; the parameter name to check</td> 
    205323</tr> 
    206324</tbody> 
     
    220338</dd></dl> 
    221339 
    222 <dl class="attribute"> 
     340<dl class="method"> 
    223341<dt id="sans.models.RPAModel.RPAModel.reset"> 
    224 <tt class="descname">reset</tt><a class="headerlink" href="#sans.models.RPAModel.RPAModel.reset" title="Permalink to this definition">¶</a></dt> 
     342<tt class="descname">reset</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.reset" title="Permalink to this definition">¶</a></dt> 
    225343<dd><p>Reset pair correlation</p> 
    226344</dd></dl> 
     
    228346<dl class="method"> 
    229347<dt id="sans.models.RPAModel.RPAModel.run"> 
    230 <tt class="descname">run</tt><big>(</big><em>x=0.0</em><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.run" title="Permalink to this definition">¶</a></dt> 
     348<tt class="descname">run</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.run" title="Permalink to this definition">¶</a></dt> 
    231349<dd><p>Evaluate the model</p> 
    232350<table class="docutils field-list" frame="void" rules="none"> 
     
    234352<col class="field-body" /> 
    235353<tbody valign="top"> 
    236 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> &#8211; input q, or [q,phi]</td> 
    237 </tr> 
    238 <tr class="field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q)</td> 
     354<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> &#8211; input q, or [q,phi]</td> 
     355</tr> 
     356<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q)</td> 
    239357</tr> 
    240358</tbody> 
     
    244362<dl class="method"> 
    245363<dt id="sans.models.RPAModel.RPAModel.runXY"> 
    246 <tt class="descname">runXY</tt><big>(</big><em>x=0.0</em><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.runXY" title="Permalink to this definition">¶</a></dt> 
     364<tt class="descname">runXY</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.runXY" title="Permalink to this definition">¶</a></dt> 
    247365<dd><p>Evaluate the model in cartesian coordinates</p> 
    248366<table class="docutils field-list" frame="void" rules="none"> 
     
    250368<col class="field-body" /> 
    251369<tbody valign="top"> 
    252 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> &#8211; input q, or [qx, qy]</td> 
    253 </tr> 
    254 <tr class="field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q)</td> 
     370<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>x</strong> &#8211; input q, or [qx, qy]</td> 
     371</tr> 
     372<tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">scattering function P(q)</td> 
    255373</tr> 
    256374</tbody> 
     
    260378<dl class="method"> 
    261379<dt id="sans.models.RPAModel.RPAModel.setParam"> 
    262 <tt class="descname">setParam</tt><big>(</big><em>name</em>, <em>value</em><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.setParam" title="Permalink to this definition">¶</a></dt> 
     380<tt class="descname">setParam</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.setParam" title="Permalink to this definition">¶</a></dt> 
    263381<dd><p>Set the value of a model parameter</p> 
    264382<table class="docutils field-list" frame="void" rules="none"> 
     
    266384<col class="field-body" /> 
    267385<tbody valign="top"> 
    268 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 
     386<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 
    269387<li><strong>name</strong> &#8211; name of the parameter</li> 
    270388<li><strong>value</strong> &#8211; value of the parameter</li> 
     
    278396<dl class="method"> 
    279397<dt id="sans.models.RPAModel.RPAModel.setParamWithToken"> 
    280 <tt class="descname">setParamWithToken</tt><big>(</big><em>name</em>, <em>value</em>, <em>token</em>, <em>member</em><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.setParamWithToken" title="Permalink to this definition">¶</a></dt> 
     398<tt class="descname">setParamWithToken</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.setParamWithToken" title="Permalink to this definition">¶</a></dt> 
    281399<dd></dd></dl> 
    282400 
    283401<dl class="method"> 
    284402<dt id="sans.models.RPAModel.RPAModel.set_dispersion"> 
    285 <tt class="descname">set_dispersion</tt><big>(</big><em>parameter</em>, <em>dispersion</em><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.set_dispersion" title="Permalink to this definition">¶</a></dt> 
     403<tt class="descname">set_dispersion</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.models.RPAModel.RPAModel.set_dispersion" title="Permalink to this definition">¶</a></dt> 
    286404<dd><p>Set the dispersion object for a model parameter</p> 
    287405<table class="docutils field-list" frame="void" rules="none"> 
     
    289407<col class="field-body" /> 
    290408<tbody valign="top"> 
    291 <tr class="field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 
     409<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> 
    292410<li><strong>parameter</strong> &#8211; name of the parameter [string]</li> 
    293411<li><strong>dispersion</strong> &#8211; dispersion object of type DispersionModel</li> 
     
    318436  <ul> 
    319437<li><a class="reference internal" href="#">RPAModel</a><ul> 
    320 <li><a class="reference internal" href="#module-sans.models.RPAModel"><tt class="docutils literal"><span class="pre">sans.models.RPAModel</span></tt></a></li> 
     438<li><a class="reference internal" href="#sans-models-rpamodel"><tt class="docutils literal"><span class="pre">sans.models.RPAModel</span></tt></a></li> 
    321439</ul> 
    322440</li> 
     
    337455  <h3>Quick search</h3> 
    338456    <form class="search" action="../search.html" method="get"> 
    339       <input type="text" name="q" size="18" /> 
     457      <input type="text" name="q" /> 
    340458      <input type="submit" value="Go" /> 
    341459      <input type="hidden" name="check_keywords" value="yes" /> 
     
    366484          <a href="RPA10Model.html" title="RPA10Model" 
    367485             >previous</a> |</li> 
    368         <li><a href="../index.html">sansmodels v0.1.0 documentation</a> &raquo;</li> 
     486        <li><a href="../index.html">sansmodels 0.1.0 documentation</a> &raquo;</li> 
    369487          <li><a href="index.html" >Reference</a> &raquo;</li>  
    370488      </ul> 
     
    372490    <div class="footer"> 
    373491        &copy; Copyright 2010, sans group. 
    374       Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. 
     492      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1. 
    375493    </div> 
    376494  </body> 
Note: See TracChangeset for help on using the changeset viewer.