Skip to content

Commit d5f956b

Browse files
committed
switch to manual class docs
1 parent 821940d commit d5f956b

File tree

1 file changed

+5
-17
lines changed

1 file changed

+5
-17
lines changed

docs/api/compas.datastructures.rst

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,18 @@ compas.datastructures
1111
This package defines the core data structures of the COMPAS framework.
1212
The data structures provide a structured way of storing and accessing data on individual components of both topological and geometrical objects.
1313

14-
Main Classes
15-
============
14+
Classes
15+
=======
1616

1717
.. toctree::
1818
:maxdepth: 1
1919
:titlesonly:
2020

2121
compas.datastructures.Network
2222
compas.datastructures.Mesh
23-
24-
25-
Other Classes
26-
=============
27-
28-
.. autosummary::
29-
:toctree: generated/
30-
:nosignatures:
31-
32-
Datastructure
33-
Feature
34-
GeometricFeature
35-
ParametricFeature
36-
Part
37-
TreeNode
23+
compas.datastructures.CellNetwork
24+
compas.datastructures.Tree
25+
compas.datastructures.Assembly
3826

3927

4028
Exceptions

0 commit comments

Comments
 (0)