File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Stubs for the array API standard
22
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
55` array-api-stubs ` . These stubs ultimately get rendered via the autodoc
66capabilities in Sphinx.
77
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ this array API standard.
1818
1919## Building docs locally
2020
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),
2222all of which exist in ` spec/ ` and rely on the modules found in ` src/ ` (most
2323notably ` array_api_stubs ` ). To install these modules and the additional
2424dependencies of the Sphinx docs, you can use
@@ -35,7 +35,7 @@ $ sphinx-build spec/draft/ _site/draft/
3535```
3636
3737To 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.,
3939
4040``` sh
4141$ make
You can’t perform that action at this time.
0 commit comments