Skip to content

Commit 594d8bc

Browse files
committed
doc: add missing doc links
1 parent 80950ae commit 594d8bc

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

src/compas_blender/utilities/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666
get_object_by_name
6767
get_objects_by_names
6868
69+
misc
70+
====
71+
72+
.. autosummary::
73+
:toctree: generated/
74+
75+
unload_modules
76+
6977
"""
7078
from .data import delete_unused_data
7179
from .objects import (

src/compas_rhino/utilities/__init__.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@
8585
8686
volmesh_from_polysurfaces
8787
88+
misc
89+
====
90+
91+
.. autosummary::
92+
:toctree: generated/
93+
94+
unload_modules
95+
8896
"""
8997
from __future__ import absolute_import
9098

0 commit comments

Comments
 (0)