File tree 4 files changed +26
-5
lines changed
4 files changed +26
-5
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,5 @@ __pycache__/
32
32
spec /** /generated
33
33
tmp /
34
34
* .egg-info /
35
- * .egg
35
+ * .egg
36
+ dist /
Original file line number Diff line number Diff line change
1
+ exclude README.md
2
+ exclude src/_array_api_conf.py
3
+ include PACKAGE.md
Original file line number Diff line number Diff line change
1
+ # Stubs for the array API standard
2
+
3
+ Documentation specific to singular Python objects in the spec (i.e. functions,
4
+ methods and attributes) are infact represented by stub objects in the package
5
+ ` array-api-stubs ` . These stubs ultimately get rendered via the autodoc
6
+ capabilities in Sphinx.
7
+
8
+ TODO: describe how ` array-api-stubs ` can be used for tooling, once it actually
9
+ has the capacity to do so.
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " array-api-stubs"
3
- version = " 0.0.1 "
4
- description = " foo "
3
+ version = " 0.0.2 "
4
+ description = " Stubs for the array API standard "
5
5
authors = []
6
6
license = {file = " LICENSE" }
7
- readme = " README .md"
7
+ readme = " PACKAGE .md"
8
8
requires-python = " >=3.8"
9
9
keywords = []
10
10
classifiers = []
11
- dependencies = []
11
+
12
+ [project .urls ]
13
+ Source = " https://github.com/data-apis/array-api/"
14
+ Documentation = " https://data-apis.org/array-api/"
15
+ Homepage = " https://data-apis.org/"
16
+
17
+ [build-system ]
18
+ requires = [" setuptools" ]
19
+ build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments