Skip to content

Commit

Permalink
Remove extra space added before first line of docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 27, 2018
1 parent ea0c1d8 commit f8bc970
Show file tree
Hide file tree
Showing 238 changed files with 533 additions and 533 deletions.
6 changes: 3 additions & 3 deletions python/analysis/auto_generated/network/qgsgraph.sip.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class QgsGraphEdge
%Docstring

.. versionadded:: 3.0
This class implements a graph edge
This class implements a graph edge
%End

%TypeHeaderCode
Expand Down Expand Up @@ -63,7 +63,7 @@ typedef QList< int > QgsGraphEdgeIds;
class QgsGraphVertex
{
%Docstring
This class implements a graph vertex
This class implements a graph vertex

.. versionadded:: 3.0
%End
Expand Down Expand Up @@ -109,7 +109,7 @@ Returns point associated with graph vertex.
class QgsGraph
{
%Docstring
Mathematical graph representation
Mathematical graph representation

.. versionadded:: 3.0
%End
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class QgsGraphBuilder : QgsGraphBuilderInterface
{
%Docstring
This class used for making the QgsGraph object
This class used for making the QgsGraph object
%End

%TypeHeaderCode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class QgsGraphBuilderInterface
{
%Docstring
Determine interface for creating a graph. Contains the settings of the graph.
Determine interface for creating a graph. Contains the settings of the graph.
QgsGraphBuilder and QgsGraphDirector both use a "builder" design pattern
%End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class QgsGraphDirector : QObject
{
%Docstring
Determine making the graph. QgsGraphBuilder and QgsGraphDirector implemented
Determine making the graph. QgsGraphBuilder and QgsGraphDirector implemented
using "builder" design patter.
%End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class QgsNetworkDistanceStrategy : QgsNetworkStrategy
%Docstring

.. versionadded:: 3.0
Strategy for calculating edge cost based on its length. Should be
Strategy for calculating edge cost based on its length. Should be
used for finding shortest path between two points.
%End

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class QgsNetworkSpeedStrategy : QgsNetworkStrategy
{
%Docstring
Strategy for calculating edge cost based on travel time. Should be
Strategy for calculating edge cost based on travel time. Should be
used for finding fastest path between two points.

.. versionadded:: 3.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class QgsNetworkStrategy
%Docstring

.. versionadded:: 3.0
QgsNetworkStrategy defines strategy used for calculation of the edge cost. For example it can
QgsNetworkStrategy defines strategy used for calculation of the edge cost. For example it can
take into account travel distance, amount of time or money. Currently there are two strategies
implemented in the analysis library: QgsNetworkDistanceStrategy and QgsNetworkSpeedStrategy.
QgsNetworkStrategy implemented using "strategy" design pattern.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class QgsVectorLayerDirector : QgsGraphDirector
%Docstring

.. versionadded:: 3.0
Determine making the graph from vector line layer
Determine making the graph from vector line layer
%End

%TypeHeaderCode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class QgsNativeAlgorithms: QgsProcessingProvider
%Docstring

.. versionadded:: 3.0
Native c++ processing algorithm provider.
Native c++ processing algorithm provider.
%End

%TypeHeaderCode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class QgsAlignRaster
{
%Docstring
QgsAlignRaster takes one or more raster layers and warps (resamples) them
QgsAlignRaster takes one or more raster layers and warps (resamples) them
so they have the same:
- coordinate reference system
- cell size and raster size
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class QgsAnnotation : QObject