Skip to content

Commit 6eb8df3

Browse files
committed
Standardise dtype.__eq__ autodocs accross versions
1 parent f06c5a0 commit 6eb8df3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/2021.12/API_specification/data_types.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Methods
100100
..
101101
NOTE: please keep the functions in alphabetical order
102102
103-
.. currentmodule:: array_api
103+
.. currentmodule:: array_api.data_types
104104

105105
.. autosummary::
106106
:toctree: generated

spec/2022.12/API_specification/data_types.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ Methods
101101
..
102102
NOTE: please keep the functions in alphabetical order
103103
104-
.. currentmodule:: array_api
104+
.. currentmodule:: array_api.data_types
105105

106106
.. autosummary::
107107
:toctree: generated
108108
:template: method.rst
109109

110-
dtype.__eq__
110+
__eq__
111111

112112

113113
.. _data-type-defaults:

0 commit comments

Comments
 (0)