Index: DamClients/DamPythonInterface/trunk/doc/source/dev/input.rst =================================================================== diff -u -r3486 -r3489 --- DamClients/DamPythonInterface/trunk/doc/source/dev/input.rst (.../input.rst) (revision 3486) +++ DamClients/DamPythonInterface/trunk/doc/source/dev/input.rst (.../input.rst) (revision 3489) @@ -30,7 +30,7 @@ Stability Parameters -------------------- +-------------------- .. automodule:: dampythoninterface.stability_parameters Index: DamClients/DamPythonInterface/trunk/src/dampythoninterface/stability_parameters.py =================================================================== diff -u -r3486 -r3489 --- DamClients/DamPythonInterface/trunk/src/dampythoninterface/stability_parameters.py (.../stability_parameters.py) (revision 3486) +++ DamClients/DamPythonInterface/trunk/src/dampythoninterface/stability_parameters.py (.../stability_parameters.py) (revision 3489) @@ -55,15 +55,15 @@ :param BishopTangentLinesDefinition: Types of tangent lines for the Bishop model :param BishopTangentLinesDistance: Distance between tangent lines :param BishopGridVerticalPointsCount: Number of points contained on the Bishop grid on the vertical direction - :param BishopGridVerticalPointsDistance: Distance of points contained on the Bishop grid on the vertical direction + :param BishopGridVerticalPointsDistance: Distance between points contained on the Bishop grid on the vertical direction :param BishopGridHorizontalPointsCount: Number of points contained on the Bishop grid on the horizontal direction - :param BishopGridHorizontalPointsDistance: Distance of points contained on the Bishop grid on the horizontal direction + :param BishopGridHorizontalPointsDistance: Distance between points contained on the Bishop grid on the horizontal direction :param UpliftVanGridLeftVerticalPointsCount: Number of point for the left side of the Uplift van Grid model on the vertical direction - :param UpliftVanGridLeftVerticalPointsDistance: Distance of points for the left side of the Uplift van Grid model on the vertical direction + :param UpliftVanGridLeftVerticalPointsDistance: Distance between points for the left side of the Uplift van Grid model on the vertical direction :param UpliftVanGridLeftHorizontalPointsCount: Number of point for the left side of the Uplift van Grid model on the horizontal direction - :param UpliftVanGridLeftHorizontalPointsDistance: Distance of points for the left side of the Uplift van Grid model on the horizontal direction + :param UpliftVanGridLeftHorizontalPointsDistance: Distance between points for the left side of the Uplift van Grid model on the horizontal direction :param UpliftVanGridRightVerticalPointsCount: Number of point for the right side of the Uplift van Grid model on the vertical direction - :param UpliftVanGridRightVerticalPointsDistance :Distance of points for the right side of the Uplift van Grid model on the vertical direction + :param UpliftVanGridRightVerticalPointsDistance: Distance between points for the right side of the Uplift van Grid model on the vertical direction :param UpliftVanGridRightHorizontalPointsCount: Number of point for the right side of the Uplift van Grid model on the horizontal direction :param UpliftVanGridRightHorizontalPointsDistance: Number of point for the right side of the Uplift van Grid model on the vertical direction :param UpliftVanTangentLinesDefinition: Types of tangent lines for the Uplift van Grid model