Skip to content

Commit

Permalink
[sipify] fix bad handling of \see within sentences
Browse files Browse the repository at this point in the history
and other docstrings improvements
  • Loading branch information
3nids committed Jan 10, 2018
1 parent 0a3f9f6 commit d87c605
Show file tree
Hide file tree
Showing 312 changed files with 4,438 additions and 4,437 deletions.
4 changes: 2 additions & 2 deletions python/analysis/interpolation/qgsidwinterpolator.sip
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ weighted with distance. Smaller values mean sharper peaks at the data points.

Point values are weighted by 1 / ( distance ^ coefficient ).

.. seealso:: :py:func:`distanceCoefficient()`
.. seealso:: :py:func:`distanceCoefficient`

.. versionadded:: 3.0
%End
Expand All @@ -48,7 +48,7 @@ The default is a coefficient of 2.

Point values are weighted by 1 / ( distance ^ coefficient ).

.. seealso:: :py:func:`setDistanceCoefficient()`
.. seealso:: :py:func:`setDistanceCoefficient`

.. versionadded:: 3.0
%End
Expand Down
4 changes: 2 additions & 2 deletions python/analysis/interpolation/qgstininterpolator.sip
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Returns the fields output by features when saving the triangulation.
These fields should be used when creating
a suitable feature sink for setTriangulationSink()

.. seealso:: :py:func:`setTriangulationSink()`
.. seealso:: :py:func:`setTriangulationSink`

.. versionadded:: 3.0
%End
Expand All @@ -58,7 +58,7 @@ Sets the optional ``sink`` for saving the triangulation features.
The sink must be setup to accept LineString features, with fields matching
those returned by triangulationFields().

.. seealso:: :py:func:`triangulationFields()`
.. seealso:: :py:func:`triangulationFields`

.. versionadded:: 3.0
%End
Expand Down
8 changes: 4 additions & 4 deletions python/analysis/network/qgsgraph.sip
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ Returns array of available strategies
%Docstring
Returns the index of the vertex at the end of this edge.

.. seealso:: :py:func:`fromVertex()`