diff --git a/docs/source/api_doc/numpy/funcs.rst.py b/docs/source/api_doc/numpy/funcs.rst.py index 1c86a70a530d29abe3b02404bcc2fa7ee09f0a5c..84892353da8e077f38b33b4e75cf288e9d95e764 100644 --- a/docs/source/api_doc/numpy/funcs.rst.py +++ b/docs/source/api_doc/numpy/funcs.rst.py @@ -38,7 +38,7 @@ with the following command and find its documentation. The arguments and keyword arguments supported in numpy v{_numpy_version} is listed below. - """, 'note') + """, 'tip') print() print_doc(_H2_PATTERN.sub(lambda x: '~' * len(x.group(0)), _origin.__doc__ or '')) diff --git a/docs/source/api_doc/torch/funcs.rst.py b/docs/source/api_doc/torch/funcs.rst.py index 8270c9b1fccb5dfbcb171569a3828f871703c34b..9006343282e572ccdf04fc656fff327118d15331 100644 --- a/docs/source/api_doc/torch/funcs.rst.py +++ b/docs/source/api_doc/torch/funcs.rst.py @@ -34,7 +34,7 @@ with the following command and find its documentation. The arguments and keyword arguments supported in torch v{_torch_version} is listed below. - """, 'note') + """, 'tip') print_doc(f'.. function:: {_origin.__doc__.lstrip()}') print()