Skip to content

Commit 513f33e

Browse files
committed
Use array_api as opposed to signatures for 2021.12 autodoc
1 parent 799aa07 commit 513f33e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

spec/2021.12/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from _array_api_conf import *
55

66
release = "2021.12"
7-
sys.modules["signatures"] = stubs_mod
7+
sys.modules["array_api"] = stubs_mod
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
from .array_object import *
2+
from .constants import *
3+
from .creation_functions import *
4+
from .data_type_functions import *
5+
from . import data_types as dtype
6+
from .elementwise_functions import *
7+
from .linear_algebra_functions import *
8+
from .manipulation_functions import *
9+
from .searching_functions import *
10+
from .set_functions import *
11+
from .sorting_functions import *
12+
from .statistical_functions import *
13+
from .utility_functions import *
14+
from . import linalg

0 commit comments

Comments
 (0)