Skip to content

Commit ae87d2a

Browse files
committed
update docs
1 parent 02ad8dd commit ae87d2a

File tree

5 files changed

+27
-1
lines changed

5 files changed

+27
-1
lines changed

docs/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ API Reference
1313
api/compas_model.interactions
1414
api/compas_model.materials
1515
api/compas_model.models
16+
api/compas_model.modifiers
1617
api/compas_model.notebook
1718
api/compas_model.scene

docs/api/compas_model.elements.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@ Classes
1111
:toctree: generated/
1212
:nosignatures:
1313

14+
BeamElement
15+
ColumnElement
1416
Element
1517
Feature
18+
Group
19+
PlateElement

docs/api/compas_model.interactions.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ Classes
1212
:nosignatures:
1313

1414
Contact
15-
Modifier
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
********************************************************************************
2+
compas_model.interactions
3+
********************************************************************************
4+
5+
.. currentmodule:: compas_model.modifiers
6+
7+
Classes
8+
=======
9+
10+
.. autosummary::
11+
:toctree: generated/
12+
:nosignatures:
13+
14+
Modifier
15+
TrimModifier
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from .modifier import Modifier
2+
from .trim import TrimModifier
3+
4+
__all__ = [
5+
"Modifier",
6+
"TrimModifier",
7+
]

0 commit comments

Comments
 (0)