File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Stubs for the array API standard
2
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
3
+ Documentation specific to singular Python objects in the spec (i.e., functions,
4
+ methods and attributes) are in fact represented by stub objects in the package
5
5
` array-api-stubs ` . These stubs ultimately get rendered via the autodoc
6
6
capabilities in Sphinx.
7
7
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ this array API standard.
18
18
19
19
## Building docs locally
20
20
21
- The spec website comprises of multiple Sphinx docs (one for each spec version),
21
+ The spec website is comprised of multiple Sphinx docs (one for each spec version),
22
22
all of which exist in ` spec/ ` and rely on the modules found in ` src/ ` (most
23
23
notably ` array_api_stubs ` ). To install these modules and the additional
24
24
dependencies of the Sphinx docs, you can use
@@ -35,7 +35,7 @@ $ sphinx-build spec/draft/ _site/draft/
35
35
```
36
36
37
37
To build the whole website, which includes every version of
38
- the spec, you can utilize the ` make ` commands defined in ` spec/Makefile ` , e.g.
38
+ the spec, you can utilize the ` make ` commands defined in ` spec/Makefile ` ; e.g.,
39
39
40
40
``` sh
41
41
$ make
You can’t perform that action at this time.
0 commit comments