From 4cfefcf75db1e65c43f62445a0ef035b5a569f1f Mon Sep 17 00:00:00 2001 From: Michael Panchenko Date: Mon, 4 Dec 2023 10:33:49 +0100 Subject: [PATCH] Docs: removed conflicting sphinx stuff from a docstring --- tianshou/utils/string.py | 9 --------- 1 file changed, 9 deletions(-) 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__"