File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ external program before or after interfacing with SrFit. An example of a
180180customized Profile is the ``SASProfile `` class in the
181181``diffpy.srfit.sas.sasprofile `` module:
182182
183- .. literalinclude :: ../../../diffpy/srfit/sas/sasprofile.py
183+ .. literalinclude :: ../../../src/ diffpy/srfit/sas/sasprofile.py
184184 :pyobject: SASProfile
185185
186186The ``__init__ `` method sets the ``xobs ``, ``yobs `` and ``dyobs `` attributes of
@@ -218,7 +218,7 @@ to keep the restraint cost comparable to the residual of a single data point.
218218``Restraint `` whose penalty is the root-mean-square deviation from the expected
219219and calculated BVS of a structure.
220220
221- .. literalinclude :: ../../../diffpy/srfit/structure/bvsrestraint.py
221+ .. literalinclude :: ../../../src/ diffpy/srfit/structure/bvsrestraint.py
222222 :pyobject: BVSRestraint
223223
224224Note that the penalty scaling is optional (selected by the `scaled ` flag) and
@@ -230,7 +230,7 @@ restrainable object. A ``BVSRestraint`` is used to restrain a ``SrRealParSet``,
230230which is a ``ParameterSet `` wrapper base class for SrReal-compatible
231231structures. The restraint is applied with the ``restrainBVS `` method.
232232
233- .. literalinclude :: ../../../diffpy/srfit/structure/srrealparset.py
233+ .. literalinclude :: ../../../src/ diffpy/srfit/structure/srrealparset.py
234234 :pyobject: SrRealParSet.restrainBVS
235235
236236The purpose of the method is to create the custom ``Restraint `` object,
You can’t perform that action at this time.
0 commit comments