Skip to content

Commit

Permalink
Merge pull request #1017 from compas-dev/doc-unload-modules
Browse files Browse the repository at this point in the history
doc: add missing doc links
  • Loading branch information
gonzalocasas authored Mar 26, 2022
2 parents 80950ae + 594d8bc commit 0c59a51
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/compas_blender/utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@
get_object_by_name
get_objects_by_names
misc
====
.. autosummary::
:toctree: generated/
unload_modules
"""
from .data import delete_unused_data
from .objects import (
Expand Down
8 changes: 8 additions & 0 deletions src/compas_rhino/utilities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
volmesh_from_polysurfaces
misc
====
.. autosummary::
:toctree: generated/
unload_modules
"""
from __future__ import absolute_import

Expand Down

0 comments on commit 0c59a51

Please sign in to comment.