Skip to content

Commit 8fa649a

Browse files
committed
fix Multi-line docstring summary should start at the second line
1 parent 4f9335a commit 8fa649a

File tree

20 files changed

+40
-20
lines changed

20 files changed

+40
-20
lines changed

pymove/models/pattern_mining/clustering.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Clustering operations.
1+
"""
2+
Clustering operations.
23
34
elbow_method,
45
gap_statistic,

pymove/preprocessing/compression.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Compression operations.
1+
"""
2+
Compression operations.
23
34
compress_segment_stop_to_point
45

pymove/preprocessing/filters.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Filtering operations.
1+
"""
2+
Filtering operations.
23
34
get_bbox_by_radius,
45
by_bbox,

pymove/preprocessing/segmentation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Compression operations.
1+
"""
2+
Compression operations.
23
34
bbox_split,
45
by_dist_time_speed,

pymove/preprocessing/stay_point_detection.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Stop point detection operations.
1+
"""
2+
Stop point detection operations.
23
34
create_or_update_move_stop_by_dist_time,
45
create_or_update_move_and_stop_by_radius

pymove/query/query.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Query operations.
1+
"""
2+
Query operations.
23
34
range_query,
45
knn_query

pymove/semantic/semantic.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Semantic operations.
1+
"""
2+
Semantic operations.
23
34
outliers
45
create_or_update_out_of_the_bbox,

pymove/utils/conversions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Unit conversion operations.
1+
"""
2+
Unit conversion operations.
23
34
lat_meters,
45
meters_to_eps,

pymove/utils/data_augmentation.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Data augmentation operations.
1+
"""
2+
Data augmentation operations.
23
34
append_row,
45
generate_trajectories_df,

pymove/utils/datetime.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
"""Datetime operations.
1+
"""
2+
Datetime operations.
23
34
date_to_str,
45
str_to_datetime,

0 commit comments

Comments
 (0)