Skip to content

Commit

Permalink
Add new classes to API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Jul 20, 2023
1 parent 7c1318b commit 910423f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,9 @@ Operations and Utility Functions
:toctree: _apidoc/
:template: class.rst

~pytransform3d.transform_manager.TransformGraphBase
~pytransform3d.transform_manager.TransformManager
~pytransform3d.transform_manager.TemporalTransformManager


:mod:`pytransform3d.editor`
Expand Down
2 changes: 1 addition & 1 deletion pytransform3d/transform_manager/_transform_graph_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


class TransformGraphBase(abc.ABC):
"""Base class for all trees of rigid transformations.
"""Base class for all graphs of rigid transformations.
Parameters
----------
Expand Down

0 comments on commit 910423f

Please sign in to comment.