Skip to content

Commit d485eb3

Browse files
committed
update docstrings
1 parent ceed0b6 commit d485eb3

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

src/compas/geometry/__init__.py

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
66
.. currentmodule:: compas.geometry
77
8+
Base Class
9+
==========
10+
11+
.. autosummary::
12+
:toctree: generated/
13+
:nosignatures:
14+
15+
Geometry
16+
817
Classes
918
=======
1019
@@ -828,6 +837,9 @@
828837
world_to_local_coordinates_numpy,
829838
local_to_world_coordinates_numpy
830839
)
840+
841+
from .geometry import Geometry
842+
831843
from .primitives import ( # noqa: E402
832844
Primitive,
833845
Bezier,
@@ -1201,9 +1213,8 @@
12011213
'trimesh_remesh_along_isoline',
12021214
'trimesh_slice',
12031215

1204-
'KDTree',
1216+
'Geometry',
12051217

1206-
'Pointcloud',
12071218
'Primitive',
12081219
'Bezier',
12091220
'Circle',
@@ -1226,6 +1237,9 @@
12261237
'Sphere',
12271238
'Torus',
12281239

1240+
'Pointcloud',
1241+
'KDTree',
1242+
12291243
'Projection',
12301244
'Reflection',
12311245
'Rotation',

0 commit comments

Comments
 (0)