diff --git a/MLStructFP/_types.py b/MLStructFP/_types.py index 84d898a..d4f4d27 100644 --- a/MLStructFP/_types.py +++ b/MLStructFP/_types.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - TYPES +MLSTRUCT-FP - TYPES Define globals types used by the code. """ diff --git a/MLStructFP/db/__init__.py b/MLStructFP/db/__init__.py index 18b4e26..c3ed3bb 100644 --- a/MLStructFP/db/__init__.py +++ b/MLStructFP/db/__init__.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB +MLSTRUCT-FP - DB Dataset load and objects. """ diff --git a/MLStructFP/db/_c.py b/MLStructFP/db/_c.py index 04cf23f..4d2cbed 100644 --- a/MLStructFP/db/_c.py +++ b/MLStructFP/db/_c.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB - C +MLSTRUCT-FP - DB - C Base FP components. """ diff --git a/MLStructFP/db/_c_item.py b/MLStructFP/db/_c_item.py index d66b224..2bdcfe7 100644 --- a/MLStructFP/db/_c_item.py +++ b/MLStructFP/db/_c_item.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB - CITEM +MLSTRUCT-FP - DB - CITEM Item component. """ diff --git a/MLStructFP/db/_c_point.py b/MLStructFP/db/_c_point.py index 4c3e9a5..3c6de5a 100644 --- a/MLStructFP/db/_c_point.py +++ b/MLStructFP/db/_c_point.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB - CPOINT +MLSTRUCT-FP - DB - CPOINT Point component. """ diff --git a/MLStructFP/db/_c_rect.py b/MLStructFP/db/_c_rect.py index 7208470..698b7f9 100644 --- a/MLStructFP/db/_c_rect.py +++ b/MLStructFP/db/_c_rect.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB - CRECT +MLSTRUCT-FP - DB - CRECT Rectangle component. """ diff --git a/MLStructFP/db/_c_room.py b/MLStructFP/db/_c_room.py index 6ce247a..fe9946c 100644 --- a/MLStructFP/db/_c_room.py +++ b/MLStructFP/db/_c_room.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB - CROOM +MLSTRUCT-FP - DB - CROOM Room component. """ diff --git a/MLStructFP/db/_c_slab.py b/MLStructFP/db/_c_slab.py index accb808..d8e41e4 100644 --- a/MLStructFP/db/_c_slab.py +++ b/MLStructFP/db/_c_slab.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB - CSLAB +MLSTRUCT-FP - DB - CSLAB Slab component. """ diff --git a/MLStructFP/db/image/__init__.py b/MLStructFP/db/image/__init__.py index e2c2811..bee809c 100644 --- a/MLStructFP/db/image/__init__.py +++ b/MLStructFP/db/image/__init__.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB - IMAGE +MLSTRUCT-FP - DB - IMAGE Dataset image operations. """ diff --git a/MLStructFP/db/image/_base.py b/MLStructFP/db/image/_base.py index 9383092..7145895 100644 --- a/MLStructFP/db/image/_base.py +++ b/MLStructFP/db/image/_base.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB - IMAGE - BASE +MLSTRUCT-FP - DB - IMAGE - BASE Image of the surroundings of a rect. """ diff --git a/MLStructFP/db/image/_rect_binary.py b/MLStructFP/db/image/_rect_binary.py index 70c832d..4edcd64 100644 --- a/MLStructFP/db/image/_rect_binary.py +++ b/MLStructFP/db/image/_rect_binary.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB - IMAGE - RECT BINARY +MLSTRUCT-FP - DB - IMAGE - RECT BINARY Image of the surroundings of a rect. """ diff --git a/MLStructFP/db/image/_rect_photo.py b/MLStructFP/db/image/_rect_photo.py index 451e084..a363b8b 100644 --- a/MLStructFP/db/image/_rect_photo.py +++ b/MLStructFP/db/image/_rect_photo.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB - IMAGE - RECT PHOTO +MLSTRUCT-FP - DB - IMAGE - RECT PHOTO Image of the true rect photo from the base image plan. """ diff --git a/MLStructFP/utils/__init__.py b/MLStructFP/utils/__init__.py index 7777b77..e17faeb 100644 --- a/MLStructFP/utils/__init__.py +++ b/MLStructFP/utils/__init__.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - UTILS +MLSTRUCT-FP - UTILS Utils (math, plots). """ diff --git a/MLStructFP/utils/_geometry.py b/MLStructFP/utils/_geometry.py index ce1a836..26129ca 100644 --- a/MLStructFP/utils/_geometry.py +++ b/MLStructFP/utils/_geometry.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - DB - LINE 2D +MLSTRUCT-FP - DB - LINE 2D Line definition class. """ diff --git a/MLStructFP/utils/_mathlib.py b/MLStructFP/utils/_mathlib.py index c3068de..78e402a 100644 --- a/MLStructFP/utils/_mathlib.py +++ b/MLStructFP/utils/_mathlib.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - UTILS - MATH +MLSTRUCT-FP - UTILS - MATH Math utils. """ diff --git a/MLStructFP/utils/_path.py b/MLStructFP/utils/_path.py index 39e90ee..cb4155b 100644 --- a/MLStructFP/utils/_path.py +++ b/MLStructFP/utils/_path.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - UTILS - PATH +MLSTRUCT-FP - UTILS - PATH Path utils. """ diff --git a/MLStructFP/utils/_plot.py b/MLStructFP/utils/_plot.py index 3ce350a..c43dc40 100644 --- a/MLStructFP/utils/_plot.py +++ b/MLStructFP/utils/_plot.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - UTILS - PLOT +MLSTRUCT-FP - UTILS - PLOT Plotting utils. """ diff --git a/build.py b/build.py index e119144..7857bb8 100644 --- a/build.py +++ b/build.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - BUILD +MLSTRUCT-FP - BUILD Build file. """ diff --git a/setup.py b/setup.py index fcdef9b..b1d8640 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - SETUP +MLSTRUCT-FP - SETUP Setup distribution. """ diff --git a/test/test_db.py b/test/test_db.py index cb33461..0b249a1 100644 --- a/test/test_db.py +++ b/test/test_db.py @@ -1,5 +1,5 @@ """ -MLSTRUCTFP - TEST - DB +MLSTRUCT-FP - TEST - DB Test the dataset loader and object components. """