Skip to content

Commit b9d15ea

Browse files
INIT
1 parent 0e40c2c commit b9d15ea

File tree

8 files changed

+16
-32
lines changed

8 files changed

+16
-32
lines changed

docs/api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
API Reference
33
********************************************************************************
44

5+
56
.. toctree::
67
:maxdepth: 1
78
:titlesonly:
89

9-
api/compas_model.algorithms
1010
api/compas_model.elements
1111
api/compas_model.interactions
1212
api/compas_model.materials
1313
api/compas_model.models
1414
api/compas_model.notebook
15-
api/compas_model.scene
15+
api/compas_model.scene

docs/api/compas_model.algorithms.rst

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/api/compas_model.models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Classes
1313

1414
ElementNode
1515
ElementTree
16-
GroupNode
1716
InteractionGraph
1817
Model
18+
BlockModel

docs/api/compas_model.notebook.rst

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,13 @@ compas_model.notebook
44

55
.. currentmodule:: compas_model.notebook
66

7-
87
Classes
98
=======
109

1110
.. autosummary::
1211
:toctree: generated/
1312
:nosignatures:
1413

15-
scene.ThreeBlockObject
16-
17-
18-
Functions
19-
=========
20-
21-
.. autosummary::
22-
:toctree: generated/
23-
:nosignatures:
14+
ThreeBlockObject
15+
ThreeModelObject
16+
ThreeElementObject

docs/api/compas_model.scene.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ compas_model.scene
44

55
.. currentmodule:: compas_model.scene
66

7-
87
Classes
98
=======
109

1110
.. autosummary::
1211
:toctree: generated/
1312
:nosignatures:
1413

15-
ElementObject
14+
ElementObject
15+
BlockObject
16+
ModelObject

docs/examples/dem/000_stack.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ As a result, the stack requires equilibriating "glue" forces (in red) at those i
3838
Code
3939
====
4040

41-
.. literalinclude:: 100_stack.py
42-
:language: python
41+
.. .. literalinclude:: 100_stack.py
42+
.. :language: python

src/compas_model/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@
2222
"compas_model.rhino",
2323
"compas_model.rhino.scene",
2424
"compas_model.notebook.scene",
25+
"compas_model.interactions",
26+
"compas_model.materials",
27+
"compas_model.models",
2528
]

src/compas_model/notebook/scene/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ def register_scene_objects():
2424

2525
__all__ = [
2626
"ThreeBlockObject",
27-
"ThreeModelObjec",
27+
"ThreeModelObject",
28+
"ThreeElementObject",
2829
]

0 commit comments

Comments
 (0)