diff --git a/tianshou/utils/string.py b/tianshou/utils/string.py index e04969d..1d599a3 100644 --- a/tianshou/utils/string.py +++ b/tianshou/utils/string.py @@ -179,15 +179,6 @@ class ToStringMixin: In such cases, override :meth:`_toStringIncludesForced` to add inclusions regardless of the semantics otherwise used along the class hierarchy. - .. document private functions - .. automethod:: _tostring_class_name - .. automethod:: _tostring_object_info - .. automethod:: _tostring_excludes - .. automethod:: _tostring_exclude_exceptions - .. automethod:: _tostring_includes - .. automethod:: _tostring_includes_forced - .. automethod:: _tostring_additional_entries - .. automethod:: _tostring_exclude_private """ _TOSTRING_INCLUDE_ALL = "__all__"